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

Oliver Kellogg okellogg at users.sourceforge.net
Sun Apr 16 14:48:02 UTC 2006


SVN commit 530496 by okellogg:

Attachment 15635 from Daniel Calviño Sánchez fixes the behavior of the
overwrite confirmation dialog.
CCBUG:58809


 M  +1 -1      umlviewimageexporter.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlviewimageexporter.cpp #530495:530496
@@ -65,7 +65,7 @@
             int wantSave = KMessageBox::warningContinueCancel(0,
                                 i18n("The selected file %1 exists.\nDo you want to overwrite it?").arg(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