aboutsummaryrefslogtreecommitdiffstats
path: root/settingsdialog.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-05 21:42:24 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-05 21:42:24 +0000
commit3be0c2d17b64c4151fa2d7e46beef9869b684e65 (patch)
treefcc1afd4b89a3eaae34650fb8b3b1ff3aa233ccd /settingsdialog.cpp
parentadded a missing break and updated translation files (diff)
downloadgpg4usb-3be0c2d17b64c4151fa2d7e46beef9869b684e65.tar.gz
gpg4usb-3be0c2d17b64c4151fa2d7e46beef9869b684e65.zip
removed hint with restart after language change in settings dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2@836 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'settingsdialog.cpp')
-rwxr-xr-xsettingsdialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/settingsdialog.cpp b/settingsdialog.cpp
index ccd6ee9..ffdb5b5 100755
--- a/settingsdialog.cpp
+++ b/settingsdialog.cpp
@@ -139,8 +139,6 @@ GeneralTab::GeneralTab(QWidget *parent)
}
langBoxLayout->addWidget(langSelectBox);
- QLabel *langNote = new QLabel(tr("Language change is applied after restarting program."));
- langBoxLayout->addWidget(langNote);
langBox->setLayout(langBoxLayout);
QVBoxLayout *mainLayout = new QVBoxLayout;