Skip to content

Commit

Permalink
Fix for ticket #146
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5640 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jul 26, 2006
1 parent a343188 commit 6d82951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgisapp.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 6d82951

Please sign in to comment.