Skip to content

Commit

Permalink
Make a longish warning message wrap in it's dialog box
Browse files Browse the repository at this point in the history
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.
4 changes: 2 additions & 2 deletions src/plugins/georeferencer/plugingui.cpp
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 904bb6c

Please sign in to comment.