doubled the buffer size for the statusbar title

svn path=/trunk/; revision=25121
This commit is contained in:
Sven Neumann 2008-03-19 10:17:56 +00:00
parent 08f7cacd8a
commit 424bf01acf

View file

@ -47,7 +47,7 @@
#include "gimp-intl.h"
#define MAX_TITLE_BUF 256
#define MAX_TITLE_BUF 512
static gboolean gimp_display_shell_update_title_idle (gpointer data);