From 7540ca9eb936b46c49dcc4930c3072285d2035bd Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 2 Sep 2010 05:02:17 +0000 Subject: Fixed minor shortcut issue git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1170792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korganizer/koeditorgeneral.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korganizer/koeditorgeneral.cpp b/korganizer/koeditorgeneral.cpp index e1d8db245..6b7e2caa7 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 ); -- cgit v1.2.1