live preview doesn't modify the undo history of the image anymore, label

2004-04-17 Henrik Brix Andersen <brix@gimp.org>

* plug-ins/common/jpeg.c (save_dialog): live preview doesn't
modify the undo history of the image anymore, label changed
accordingly. Fixes bug #140296.
This commit is contained in:
Henrik Brix Andersen 2004-04-17 00:14:35 +00:00 committed by Henrik Brix Andersen
parent 1af4c8e713
commit d4094c3e22
8 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,9 @@
2004-04-17 Henrik Brix Andersen <brix@gimp.org>
* plug-ins/common/jpeg.c (save_dialog): live preview doesn't
modify the undo history of the image anymore, label changed
accordingly. Fixes bug #140296.
2004-04-16 Pedro Gimeno <pggimeno@wanadoo.es>
* plug-ins/common/tile.c (tile): changed a call to

View File

@ -1699,7 +1699,7 @@ save_dialog (void)
gtk_container_add (GTK_CONTAINER (prv_frame), vbox);
gtk_widget_show (vbox);
preview = gtk_check_button_new_with_label (_("Preview (in image window, will modify image's undo history!)"));
preview = gtk_check_button_new_with_label (_("Preview in image window"));
gtk_box_pack_start (GTK_BOX (vbox), preview, FALSE, FALSE, 0);
gtk_widget_show (preview);

View File

@ -1699,7 +1699,7 @@ save_dialog (void)
gtk_container_add (GTK_CONTAINER (prv_frame), vbox);
gtk_widget_show (vbox);
preview = gtk_check_button_new_with_label (_("Preview (in image window, will modify image's undo history!)"));
preview = gtk_check_button_new_with_label (_("Preview in image window"));
gtk_box_pack_start (GTK_BOX (vbox), preview, FALSE, FALSE, 0);
gtk_widget_show (preview);

View File

@ -1699,7 +1699,7 @@ save_dialog (void)
gtk_container_add (GTK_CONTAINER (prv_frame), vbox);
gtk_widget_show (vbox);
preview = gtk_check_button_new_with_label (_("Preview (in image window, will modify image's undo history!)"));
preview = gtk_check_button_new_with_label (_("Preview in image window"));
gtk_box_pack_start (GTK_BOX (vbox), preview, FALSE, FALSE, 0);
gtk_widget_show (preview);

View File

@ -1699,7 +1699,7 @@ save_dialog (void)
gtk_container_add (GTK_CONTAINER (prv_frame), vbox);
gtk_widget_show (vbox);
preview = gtk_check_button_new_with_label (_("Preview (in image window, will modify image's undo history!)"));
preview = gtk_check_button_new_with_label (_("Preview in image window"));
gtk_box_pack_start (GTK_BOX (vbox), preview, FALSE, FALSE, 0);
gtk_widget_show (preview);

View File

@ -1699,7 +1699,7 @@ save_dialog (void)
gtk_container_add (GTK_CONTAINER (prv_frame), vbox);
gtk_widget_show (vbox);
preview = gtk_check_button_new_with_label (_("Preview (in image window, will modify image's undo history!)"));
preview = gtk_check_button_new_with_label (_("Preview in image window"));
gtk_box_pack_start (GTK_BOX (vbox), preview, FALSE, FALSE, 0);
gtk_widget_show (preview);

View File

@ -1699,7 +1699,7 @@ save_dialog (void)
gtk_container_add (GTK_CONTAINER (prv_frame), vbox);
gtk_widget_show (vbox);
preview = gtk_check_button_new_with_label (_("Preview (in image window, will modify image's undo history!)"));
preview = gtk_check_button_new_with_label (_("Preview in image window"));
gtk_box_pack_start (GTK_BOX (vbox), preview, FALSE, FALSE, 0);
gtk_widget_show (preview);

View File

@ -1699,7 +1699,7 @@ save_dialog (void)
gtk_container_add (GTK_CONTAINER (prv_frame), vbox);
gtk_widget_show (vbox);
preview = gtk_check_button_new_with_label (_("Preview (in image window, will modify image's undo history!)"));
preview = gtk_check_button_new_with_label (_("Preview in image window"));
gtk_box_pack_start (GTK_BOX (vbox), preview, FALSE, FALSE, 0);
gtk_widget_show (preview);