Fixed minor shortcut issue

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1170792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent ec4cae9bfa
commit 7540ca9eb9

@ -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 );

Loading…
Cancel
Save