diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-05 22:42:24 +0100 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-05 22:42:24 +0100 |
| commit | 3be0c2d17b64c4151fa2d7e46beef9869b684e65 (patch) | |
| tree | fcc1afd4b89a3eaae34650fb8b3b1ff3aa233ccd /settingsdialog.cpp | |
| parent | added a missing break and updated translation files (diff) | |
| download | gpg4usb-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-x | settingsdialog.cpp | 2 |
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; |
