summaryrefslogtreecommitdiff
path: root/src/frontend/settingsdialogs/btshortcutsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/settingsdialogs/btshortcutsdialog.cpp')
-rw-r--r--src/frontend/settingsdialogs/btshortcutsdialog.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frontend/settingsdialogs/btshortcutsdialog.cpp b/src/frontend/settingsdialogs/btshortcutsdialog.cpp
index ec92855..a5d856d 100644
--- a/src/frontend/settingsdialogs/btshortcutsdialog.cpp
+++ b/src/frontend/settingsdialogs/btshortcutsdialog.cpp
@@ -2,7 +2,7 @@
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2009 by the BibleTime developers.
+* Copyright 1999-2011 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -21,7 +21,6 @@
// *************** BtShortcutsDialog ***************************************************************************
// A dialog to allow the user to input a shortcut for a primary and alternate key
-// dialog constructor
BtShortcutsDialog::BtShortcutsDialog(QWidget* parent)
: QDialog(parent), m_primaryLabel(0), m_alternateLabel(0), m_primaryButton(0), m_alternateButton(0) {
setWindowTitle(tr("Configure shortcuts"));