mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-02 10:05:26 +00:00
Merge pull request #24 from alexcloutier/fix/2612
It is now possible to see the version on the general page of the preferences window
This commit is contained in:
@@ -204,6 +204,7 @@
|
||||
"Mail" = "Mail";
|
||||
"Last" = "Last used";
|
||||
"Default module :" = "Default module:";
|
||||
"SOGo version:" = "SOGo version:";
|
||||
|
||||
"Language :" = "Language:";
|
||||
"choose" = "Choose ...";
|
||||
|
||||
@@ -204,6 +204,7 @@
|
||||
"Mail" = "Courrier";
|
||||
"Last" = "Dernier utilisé";
|
||||
"Default module :" = "Module par défaut :";
|
||||
"SOGo version:" = "SOGo version:";
|
||||
|
||||
"Language :" = "Langue :";
|
||||
"choose" = "Choisir ...";
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
#import <SOGo/SOGoSystemDefaults.h>
|
||||
#import <SOGo/SOGoUserFolder.h>
|
||||
#import <SOGo/WOResourceManager+SOGo.h>
|
||||
#import <SOGo/SOGoBuild.h>
|
||||
#import <Mailer/SOGoMailAccount.h>
|
||||
#import <Mailer/SOGoMailAccounts.h>
|
||||
#import <Mailer/SOGoMailLabel.h>
|
||||
@@ -1137,6 +1138,14 @@ static NSArray *reminderValues = nil;
|
||||
}
|
||||
}
|
||||
|
||||
- (NSString *) sogoVersion
|
||||
{
|
||||
// The variable SOGoVersion comes from the import: SOGo/Build.h
|
||||
NSString *sogoVersion = [NSString stringWithString: SOGoVersion];
|
||||
|
||||
return sogoVersion;
|
||||
}
|
||||
|
||||
- (id <WOActionResults>) defaultAction
|
||||
{
|
||||
id <WOActionResults> results;
|
||||
|
||||
Reference in New Issue
Block a user