diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-29 20:34:23 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-29 20:35:51 +0900 |
| commit | 5d8682a816fd863a8898e276d78562538686025a (patch) | |
| tree | 76ab32882916cd88dee9186a72f006e61fe34afe /src | |
| parent | 9871f6ebfb27ea7234cc834d2be3d4c6831897a5 (diff) | |
| download | kbookreader-5d8682a8.tar.gz kbookreader-5d8682a8.zip | |
Remove unnecessary translations.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7e71211112f85370eabc73070ed064972dbb1347)
Diffstat (limited to 'src')
| -rw-r--r-- | src/bookmarksdlg.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bookmarksdlg.cpp b/src/bookmarksdlg.cpp index 49b3a8a..15cb891 100644 --- a/src/bookmarksdlg.cpp +++ b/src/bookmarksdlg.cpp @@ -117,9 +117,7 @@ void BookmarksDlg::languageChange() buttonHelp->setText( tr2i18n( "&Help" ) ); buttonHelp->setAccel( TQKeySequence( tr2i18n( "F1" ) ) ); buttonOk->setText( tr2i18n( "&OK" ) ); - buttonOk->setAccel( TQKeySequence( TQString() ) ); buttonCancel->setText( tr2i18n( "Ca&ncel" ) ); - buttonCancel->setAccel( TQKeySequence( tr2i18n( "Alt+N" ) ) ); } void BookmarksDlg::addBookmark() |
