Add window titles to "Add Variable" and "Edit Variable" dialogs.

This commit is contained in:
Jim Evins
2019-03-17 14:35:29 -04:00
parent d05c6fbfd2
commit dab2c19862
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -99,6 +99,7 @@ namespace glabels
model::Variable::Increment::NEVER,
"0" );
dialog.setVariable( v );
dialog.setWindowTitle( tr("Add Variable") );
if ( dialog.exec() == QDialog::Accepted )
{
@@ -122,6 +123,7 @@ namespace glabels
EditVariableDialog dialog( this );
dialog.setVariable( v );
dialog.setWindowTitle( tr("Edit Variable") );
if ( dialog.exec() == QDialog::Accepted )
{