mirror of https://github.com/GNOME/gimp.git
parent
863b24917c
commit
ee4b9854d4
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Feb 22 18:40:53 CET 2000 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* plug-ins/gfig/gfig.c: typso fixed
|
||||||
|
|
||||||
2000-02-22 Michael Natterer <mitch@gimp.org>
|
2000-02-22 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/gimpcontext.[ch]: it's more intelligent to implement the
|
* app/gimpcontext.[ch]: it's more intelligent to implement the
|
||||||
|
|
|
@ -3309,7 +3309,7 @@ options_page (void)
|
||||||
_("Grey"), (gpointer) GFIG_GREY_GC, NULL,
|
_("Grey"), (gpointer) GFIG_GREY_GC, NULL,
|
||||||
_("Darker"), (gpointer) GTK_STATE_ACTIVE, NULL,
|
_("Darker"), (gpointer) GTK_STATE_ACTIVE, NULL,
|
||||||
_("Lighter"), (gpointer) GTK_STATE_PRELIGHT, NULL,
|
_("Lighter"), (gpointer) GTK_STATE_PRELIGHT, NULL,
|
||||||
_("Vewry Dark"), (gpointer) GTK_STATE_SELECTED, NULL,
|
_("Very Dark"), (gpointer) GTK_STATE_SELECTED, NULL,
|
||||||
|
|
||||||
NULL);
|
NULL);
|
||||||
gimp_table_attach_aligned (GTK_TABLE (table), 0, 2,
|
gimp_table_attach_aligned (GTK_TABLE (table), 0, 2,
|
||||||
|
@ -4094,8 +4094,7 @@ gfig_ok_callback (GtkWidget *widget,
|
||||||
gchar *message;
|
gchar *message;
|
||||||
|
|
||||||
message =
|
message =
|
||||||
g_strdup_printf (_("Unsaved Gfig objects - continue with exiting?\n"
|
g_strdup_printf (_("%d unsaved Gfig objects.\nContinue with exiting?"), count);
|
||||||
"Number of objects unsaved = %d"), count);
|
|
||||||
|
|
||||||
dialog = gimp_query_boolean_box (_("Warning"),
|
dialog = gimp_query_boolean_box (_("Warning"),
|
||||||
gimp_plugin_help_func,
|
gimp_plugin_help_func,
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Feb 22 18:41:49 CET 2000 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* de.po: updated german translation
|
||||||
|
|
||||||
Sat Feb 19 13:50:51 CET 2000 Sven Neumann <sven@gimp.org>
|
Sat Feb 19 13:50:51 CET 2000 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* de.po: updated german translation
|
* de.po: updated german translation
|
||||||
|
|
1605
po-plug-ins/de.po
1605
po-plug-ins/de.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue