mirror of https://github.com/GNOME/gimp.git
Bumped version number to 2.0. Closes bug #125237.
2003-10-22 Dave Neary <bolsh@gimp.org> * plug-ins/gfig/gfig.c: Bumped version number to 2.0. Closes bug #125237.
This commit is contained in:
parent
ac6bd36f52
commit
9db407dfa5
|
@ -1,3 +1,8 @@
|
|||
2003-10-22 Dave Neary <bolsh@gimp.org>
|
||||
|
||||
* plug-ins/gfig/gfig.c: Bumped version number to 2.0. Closes
|
||||
bug #125237.
|
||||
|
||||
2003-10-22 Dave Neary <bolsh@gimp.org>
|
||||
|
||||
* app/gui/preferences-dialog.c: Add outstanding display options to
|
||||
|
|
|
@ -4206,7 +4206,7 @@ about_button_callback (GtkWidget *widget,
|
|||
gtk_widget_show (label);
|
||||
gtk_box_pack_start (GTK_BOX (vbox), label, FALSE, FALSE, 0);
|
||||
|
||||
label = gtk_label_new (_("Release 1.3"));
|
||||
label = gtk_label_new (_("Release 2.0"));
|
||||
gtk_misc_set_padding (GTK_MISC (label), 2, 2);
|
||||
gtk_widget_show (label);
|
||||
gtk_box_pack_start (GTK_BOX (vbox), label, FALSE, FALSE, 0);
|
||||
|
|
Loading…
Reference in New Issue