Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/dialogs/image-new-dialog.c * app/dialogs/image-scale-dialog.c * app/widgets/gtkhwrapbox.c * app/widgets/gtkvwrapbox.c: s/choosen/chosen/g; fixes bug #300608.
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2005-04-14 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
||||
|
||||
* app/dialogs/image-new-dialog.c
|
||||
* app/dialogs/image-scale-dialog.c
|
||||
* app/widgets/gtkhwrapbox.c
|
||||
* app/widgets/gtkvwrapbox.c: s/choosen/chosen/g; fixes bug #300608.
|
||||
|
||||
2005-04-14 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/display/gimpdisplayshell.c (gimp_display_shell_set_property):
|
||||
|
||||
@ -305,7 +305,7 @@ image_new_confirm_dialog (ImageNewDialog *data)
|
||||
config = GIMP_GUI_CONFIG (data->gimp->config);
|
||||
size = gimp_memsize_to_string (config->max_new_image_size);
|
||||
gimp_message_box_set_text (GIMP_MESSAGE_DIALOG (dialog)->box,
|
||||
_("An image of the choosen size will use more "
|
||||
_("An image of the chosen size will use more "
|
||||
"memory than what is configured as "
|
||||
"\"Maximum Image Size\" in the Preferences "
|
||||
"dialog (currently %s)."), size);
|
||||
|
||||
@ -201,7 +201,7 @@ image_scale_confirm_large (ImageScaleDialog *dialog,
|
||||
|
||||
size = gimp_memsize_to_string (max_memsize);
|
||||
gimp_message_box_set_text (GIMP_MESSAGE_DIALOG (widget)->box,
|
||||
_("Scaling the image to the choosen size will "
|
||||
_("Scaling the image to the chosen size will "
|
||||
"make it use more memory than what is "
|
||||
"configured as \"Maximum Image Size\" in the "
|
||||
"Preferences dialog (currently %s)."), size);
|
||||
@ -216,7 +216,7 @@ image_scale_confirm_small (ImageScaleDialog *dialog)
|
||||
GtkWidget *widget = image_scale_confirm_dialog (dialog);
|
||||
|
||||
gimp_message_box_set_primary_text (GIMP_MESSAGE_DIALOG (widget)->box,
|
||||
_("Scaling the image to the choosen size "
|
||||
_("Scaling the image to the chosen size "
|
||||
"will shrink some layers completely "
|
||||
"away."));
|
||||
gimp_message_box_set_text (GIMP_MESSAGE_DIALOG (widget)->box,
|
||||
|
||||
@ -222,7 +222,7 @@ gtk_hwrap_box_size_request (GtkWidget *widget,
|
||||
requisition->width = layout_width;
|
||||
requisition->height = layout_height;
|
||||
}
|
||||
|
||||
|
||||
/* g_print ("ratio for width %d height %d = %f\n",
|
||||
(gint) layout_width,
|
||||
(gint) layout_height,
|
||||
@ -233,7 +233,7 @@ gtk_hwrap_box_size_request (GtkWidget *widget,
|
||||
|
||||
requisition->width += GTK_CONTAINER (wbox)->border_width * 2; /*<h2v-skip>*/
|
||||
requisition->height += GTK_CONTAINER (wbox)->border_width * 2; /*<h2v-skip>*/
|
||||
/* g_print ("choosen: width %d, height %d\n",
|
||||
/* g_print ("chosen: width %d, height %d\n",
|
||||
requisition->width,
|
||||
requisition->height);
|
||||
*/
|
||||
@ -249,7 +249,7 @@ reverse_list_row_children (GtkWrapBox *wbox,
|
||||
GSList *slist = NULL;
|
||||
guint width = 0, row_width = area->width;
|
||||
GtkWrapBoxChild *child = *child_p;
|
||||
|
||||
|
||||
*max_child_size = 0;
|
||||
*expand_line = FALSE;
|
||||
|
||||
|
||||
@ -222,7 +222,7 @@ gtk_vwrap_box_size_request (GtkWidget *widget,
|
||||
requisition->height = layout_height;
|
||||
requisition->width = layout_width;
|
||||
}
|
||||
|
||||
|
||||
/* g_print ("ratio for height %d width %d = %f\n",
|
||||
(gint) layout_height,
|
||||
(gint) layout_width,
|
||||
@ -233,7 +233,7 @@ gtk_vwrap_box_size_request (GtkWidget *widget,
|
||||
|
||||
requisition->width += GTK_CONTAINER (wbox)->border_width * 2; /*<h2v-skip>*/
|
||||
requisition->height += GTK_CONTAINER (wbox)->border_width * 2; /*<h2v-skip>*/
|
||||
/* g_print ("choosen: height %d, width %d\n",
|
||||
/* g_print ("chosen: height %d, width %d\n",
|
||||
requisition->height,
|
||||
requisition->width);
|
||||
*/
|
||||
@ -249,7 +249,7 @@ reverse_list_col_children (GtkWrapBox *wbox,
|
||||
GSList *slist = NULL;
|
||||
guint height = 0, col_height = area->height;
|
||||
GtkWrapBoxChild *child = *child_p;
|
||||
|
||||
|
||||
*max_child_size = 0;
|
||||
*expand_line = FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user