Alignment fix

Monotone-Parent: c5aef827213cfa0dd83fa1d18267c116529ec0d7
Monotone-Revision: 71bc211c9fb2a32b06f59717e4f1706d6482c950

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-12-26T19:02:01
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Ludovic Marcotte 2009-12-26 19:02:01 +00:00
parent 82f15efb6d
commit 516861d6f6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
// Backward comptability with <= 1.1.0 (ComposeMessagesType)
if ([ud objectForKey: @"ComposeMessagesType"])
htmlComposition = [[ud objectForKey: @"ComposeMessagesType"] isEqualToString: @"html"];
htmlComposition = [[ud objectForKey: @"ComposeMessagesType"] isEqualToString: @"html"];
else
htmlComposition = [[ud objectForKey: @"SOGoMailComposeMessageType"] isEqualToString: @"html"];