diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-02 21:12:24 +0100 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-02 21:12:24 +0100 |
| commit | ed0704a7e8dbaf89a7724c48987291da1376f3b2 (patch) | |
| tree | d599fb1b1fae95a1ee7726660fe8816207131a84 /settingsdialog.cpp | |
| parent | added a missing break and updated translation files (diff) | |
| download | gpg4usb-ed0704a7e8dbaf89a7724c48987291da1376f3b2.tar.gz gpg4usb-ed0704a7e8dbaf89a7724c48987291da1376f3b2.zip | |
removed hint with restart after language change in settings dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@823 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; |
