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:34:23 +0900 |
| commit | 7e71211112f85370eabc73070ed064972dbb1347 (patch) | |
| tree | 38ea19ba091e73839b292a77378b69ef8d67962f /src/bookmarksdlg.cpp | |
| parent | 471a9884d5d2d9c6e116d2637eea9c21ebc99820 (diff) | |
| download | kbookreader-7e71211112f85370eabc73070ed064972dbb1347.tar.gz kbookreader-7e71211112f85370eabc73070ed064972dbb1347.zip | |
Remove unnecessary translations.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/bookmarksdlg.cpp')
| -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() |
