fixed the order of the fill-mode radio buttons in 'new image' and 'new layer'

dialogs - Foreground and Background modes are now besides each other which
makes more sense.

Tigert
This commit is contained in:
Tuomas Kuosmanen
1998-07-28 19:24:23 +00:00
parent 5184a59cc0
commit bea11fc670
6 changed files with 51 additions and 50 deletions

View File

@ -3060,17 +3060,17 @@ layers_dialog_new_layer_query (GimpImage* gimage)
char size[12];
char *button_names[4] =
{
"Foreground",
"Background",
"White",
"Transparent",
"Foreground"
"Transparent"
};
ActionCallback button_callbacks[4] =
{
new_layer_foreground_callback,
new_layer_background_callback,
new_layer_white_callback,
new_layer_transparent_callback,
new_layer_foreground_callback
new_layer_transparent_callback
};
/* the new options structure */