aboutsummaryrefslogtreecommitdiffstats
path: root/quitdialog.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-23 23:08:18 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-23 23:08:18 +0000
commit739790698c84b2da0b630ccd0c6c260afba74bb6 (patch)
treed762067cff365915ec22b11197c6213cade2dc72 /quitdialog.cpp
parentnow there's no asking to save every single document, if multiple documents ar... (diff)
downloadgpg4usb-739790698c84b2da0b630ccd0c6c260afba74bb6.tar.gz
gpg4usb-739790698c84b2da0b630ccd0c6c260afba74bb6.zip
format text, filenames in save-as dialog, set version to 0.3
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@444 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to '')
-rwxr-xr-xquitdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/quitdialog.cpp b/quitdialog.cpp
index baf352a..57574e8 100755
--- a/quitdialog.cpp
+++ b/quitdialog.cpp
@@ -73,7 +73,7 @@ QuitDialog::QuitDialog(QWidget *parent, QHash<int, QString> unsavedDocs, QString
QPixmap *pixmap = new QPixmap(iconPath + "error.png");
QLabel *warnicon = new QLabel();
warnicon->setPixmap(*pixmap);
- QLabel *warnlabel = new QLabel(tr("%1 files contain unsaved information.").arg(row)+"\n"+tr("Save the changes before closing?"));
+ QLabel *warnlabel = new QLabel(tr("<h3>%1 files contain unsaved information.<br/>Save the changes before closing?</h3>").arg(row));
QHBoxLayout *warnBoxLayout = new QHBoxLayout();
warnBoxLayout->addWidget(warnicon);
warnBoxLayout->addWidget(warnlabel);
@@ -84,8 +84,8 @@ QuitDialog::QuitDialog(QWidget *parent, QHash<int, QString> unsavedDocs, QString
/*
* Two labels on top and under the filelist
*/
- QLabel *checkLabel = new QLabel(tr("Check the files you want to save"));
- QLabel *notelabel = new QLabel(tr("NOTE: If you don't save these files, all changes are lost.")+"\n");
+ QLabel *checkLabel = new QLabel(tr("Check the files you want to save:"));
+ QLabel *notelabel = new QLabel(tr("<b>Note:</b> If you don't save these files, all changes are lost.<br/>"));
/*
* Buttonbox