[Uml-devel] KDE/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Thu Jun 15 15:23:28 UTC 2006


SVN commit 551782 by okellogg:

apply commit 530496 from branches/KDE/3.5

 M  +1 -1      umlviewimageexporter.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/umlviewimageexporter.cpp #551781:551782
@@ -65,7 +65,7 @@
             int wantSave = KMessageBox::warningContinueCancel(0,
                                 i18n("The selected file %1 exists.\nDo you want to overwrite it?", m_imageURL.prettyURL()),
                                 i18n("File Already Exists"), i18n("&Overwrite"));
-            if (wantSave == KMessageBox::Ok) {
+            if (wantSave == KMessageBox::Continue) {
                 exportPrepared = true;
             }
         } else {




More information about the umbrello-devel mailing list