diff options
| author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-02 05:02:17 +0000 | 
|---|---|---|
| committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-02 05:02:17 +0000 | 
| commit | 7540ca9eb936b46c49dcc4930c3072285d2035bd (patch) | |
| tree | 0afd8a2920802f8127c3bff81baf262e861134bb | |
| parent | ec4cae9bfab49fd79073a905823feabb088834de (diff) | |
| download | tdepim-7540ca9eb936b46c49dcc4930c3072285d2035bd.tar.gz tdepim-7540ca9eb936b46c49dcc4930c3072285d2035bd.zip  | |
Fixed minor shortcut issue
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1170792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| -rw-r--r-- | korganizer/koeditorgeneral.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/koeditorgeneral.cpp b/korganizer/koeditorgeneral.cpp index e1d8db24..6b7e2caa 100644 --- a/korganizer/koeditorgeneral.cpp +++ b/korganizer/koeditorgeneral.cpp @@ -150,7 +150,7 @@ void KOEditorGeneral::initHeader( TQWidget *parent,TQBoxLayout *topLayout)    thirdLineLayout->addWidget( mCategoriesLabel );    mCategoriesButton = new TQPushButton( parent ); -  mCategoriesButton->setText(i18n("&Select...")); +  mCategoriesButton->setText(i18n("Select..."));    TQWhatsThis::add( mCategoriesButton, whatsThis );    connect(mCategoriesButton,TQT_SIGNAL(clicked()),TQT_SLOT(selectCategories()));    thirdLineLayout->addWidget( mCategoriesButton );  | 
