Skip to content
Permalink
Browse files
Fix for ticket #146
git-svn-id: http://svn.osgeo.org/qgis/trunk@5640 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jul 26, 2006
1 parent 8195804 commit 541b054
Showing 1 changed file with 1 addition and 1 deletion.
@@ -4311,7 +4311,7 @@ int QgisApp::saveDirty()

// prompt user to save
answer = QMessageBox::information(this, tr("Save?"),
tr("Do you want to save the current project?"),
tr("<p>Do you want to save the current project?</p>"),
QMessageBox::Yes | QMessageBox::Default,
QMessageBox::No,
QMessageBox::Cancel | QMessageBox::Escape);

0 comments on commit 541b054

Please sign in to comment.