merged fix for bug #63880 from stable branch and fixed a wrong signal
2001-11-09 Sven Neumann <sven@gimp.org> * app/gui/file-open-dialog.c: merged fix for bug #63880 from stable branch and fixed a wrong signal callback signature. * plug-ins/imagemap/imap_main.c: merged fix for bug #64075 from stable branch. * plug-ins/common/gauss_iir.c * plug-ins/common/gauss_rle.c: merged fix for bug #57853 from stable branch. * plug-ins/Lighting/lighting_ui.c: s/gdk_image_unref/g_object_unref/
This commit is contained in:
committed by
Sven Neumann
parent
aaeed0556e
commit
9dc96ce747
@ -665,7 +665,7 @@ do_data_changed_dialog(void (*continue_cb)(gpointer), gpointer param)
|
||||
default_dialog_set_label(
|
||||
dialog,
|
||||
_("Some data has been changed.\n"
|
||||
"Do you really want to continue?"));
|
||||
"Do you really want to discard your changes?"));
|
||||
}
|
||||
default_dialog_set_ok_cb(dialog, continue_cb, param);
|
||||
default_dialog_show(dialog);
|
||||
|
||||
Reference in New Issue
Block a user