renamed struct member combo to unit_combo. Place the combobox into the

2004-05-08  Sven Neumann  <sven@gimp.org>

	* app/display/gimpstatusbar.[ch]: renamed struct member combo to
	unit_combo. Place the combobox into the cursor frame.
This commit is contained in:
Sven Neumann
2004-05-07 23:31:01 +00:00
committed by Sven Neumann
parent ebdd4fb738
commit 4722267d30
3 changed files with 22 additions and 12 deletions

View File

@ -47,7 +47,7 @@ struct _GimpStatusbar
GtkWidget *cursor_frame;
GtkWidget *cursor_label;
gchar cursor_format_str[CURSOR_FORMAT_LENGTH];
GtkWidget *combo;
GtkWidget *unit_combo;
GtkWidget *progressbar;
guint progressid;