[Uml-devel] [Bug 58809] Image export via command line
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Apr 16 14:48:04 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=58809
------- Additional Comments From okellogg users sourceforge net 2006-04-16 23:47 -------
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