Import release 2.0rc1
This commit is contained in:
@@ -167,7 +167,7 @@ void KMessInterface::createMenus()
|
||||
showAllowedAction_ = new KToggleAction( i18n("Show &Allowed Contacts"), this );
|
||||
showOfflineAction_ = new KToggleAction( i18n("Show &Offline Contacts"), this );
|
||||
showRemovedAction_ = new KToggleAction( i18n("Show &Removed Contacts"), this );
|
||||
showHistoryBoxAction_ = new KToggleAction( KIcon("view-history"), i18n("Show &History Box"), this );
|
||||
showHistoryBoxAction_ = new KToggleAction( KIcon("chronometer"), i18n("Show &History Box"), this );
|
||||
showSearchAction_ = new KToggleAction( KIcon("edit-find-user"), i18n("&Show Search Bar"), this );
|
||||
showEmptyAction_ = new KToggleAction( i18n("Show &Empty Groups"), this );
|
||||
listPictureSize_ = new KSelectAction( KIcon("view-list-tree"), i18n("&Display Pictures Size"), this );
|
||||
@@ -180,7 +180,7 @@ void KMessInterface::createMenus()
|
||||
newContact_ = new KAction( KIcon("list-add-user"), i18n("New &Contact..."), this );
|
||||
newGroup_ = new KAction( KIcon("user-group-new"), i18n("New &Group..."), this );
|
||||
exportList_ = new KAction( KIcon("document-export"),i18n("&Export Contact List..."), this );
|
||||
showHistory_ = new KAction( KIcon("user-identity"), i18n("Show Chat &History..."), this );
|
||||
showHistory_ = new KAction( KIcon("chronometer"), i18n("Show Chat &History..."), this );
|
||||
newAccount = new KAction( KIcon("user-identity"), i18n("New &Account..."), this );
|
||||
showSettingsAction_ = new KAction( KIcon("configure"), i18n("Configure Account..."), this );
|
||||
globalSettings_ = new KAction( KIcon("kmess"), i18n("Configure &KMess..."), this );
|
||||
@@ -371,7 +371,7 @@ bool KMessInterface::initialize()
|
||||
likeBack->setWindowNamesListing( LikeBack::AllWindows );
|
||||
|
||||
QStringList acceptedLocales;
|
||||
acceptedLocales << "en" << "nl" << "it" << "fr" << "de";
|
||||
acceptedLocales << "en" << "nl" << "it" << "de";
|
||||
likeBack->setAcceptedLanguages( acceptedLocales );
|
||||
likeBack->createActions( actionCollection() );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user