summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-04-15 05:09:31 +0200
committerArno <arno@disconnect.de>2018-04-15 05:09:31 +0200
commit55244c62be2a78a4e742635bfaed51c0178c83f8 (patch)
tree05fe35496e7e151080f88c6a1cd58f6e0d63b9bc
parent600415db82d965d8c496bc0bc973f9dde90bc739 (diff)
downloadSheMov-55244c62be2a78a4e742635bfaed51c0178c83f8.tar.gz
SheMov-55244c62be2a78a4e742635bfaed51c0178c83f8.tar.bz2
SheMov-55244c62be2a78a4e742635bfaed51c0178c83f8.zip
MoviePropertiesDialog: setWindowTitle
-rw-r--r--moviepropertiesdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moviepropertiesdialog.cpp b/moviepropertiesdialog.cpp
index d1f90c0..016c2ee 100644
--- a/moviepropertiesdialog.cpp
+++ b/moviepropertiesdialog.cpp
@@ -21,6 +21,7 @@
MoviePropertiesDialog::MoviePropertiesDialog(QWidget *parent) : QDialog(parent){
mActorDlg = new SmInputDialog(tr("Actor"), this);
mGenreDlg = new SmInputDialog(tr("Genre"), this);
+ setWindowTitle(tr("Edit series..."));
setupDialog();
}