Skip to content
Permalink
Browse files
Make a longish warning message wrap in it's dialog box
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5751 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 2, 2006
1 parent bcee295 commit 904bb6c
Showing 1 changed file with 2 additions and 2 deletions.
@@ -95,9 +95,9 @@ void QgsGeorefPluginGui::on_pbnEnterWorldCoords_clicked() {
if (!worldfile.isEmpty()) {
if (QFile::exists(worldfile)) {
QMessageBox::critical(this, tr("Error"),
tr("The selected file already seems to have a ")+
tr("<p>The selected file already seems to have a ")+
tr("world file! If you want to replace it with a ")+
tr("new world file, remove the old one first."));
tr("new world file, remove the old one first.</p>"));
return;
}
}

0 comments on commit 904bb6c

Please sign in to comment.