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:
Sven Neumann
2001-11-09 01:04:46 +00:00
committed by Sven Neumann
parent aaeed0556e
commit 9dc96ce747
7 changed files with 249 additions and 294 deletions

View File

@ -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);