cleaned up the messy spanish translation someone added

fixed compiler warnings, changed some gints to gbooleans

cleaned up namespace and documentation

updated libgimp documentation



--Sven
This commit is contained in:
Sven Neumann 2000-04-05 22:59:42 +00:00
parent ff6ea8be8f
commit f41df6dcf9
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ static void splash_logo_expose (GtkWidget *widget);
static void toast_old_temp_files (void);
static gint is_app_exit_finish_done = FALSE;
gint we_are_exiting = FALSE;
static gboolean is_app_exit_finish_done = FALSE;
gboolean we_are_exiting = FALSE;
static GtkWidget *logo_area = NULL;
static GdkPixmap *logo_pixmap = NULL;