doubled the buffer size for the statusbar title
svn path=/trunk/; revision=25121
This commit is contained in:
parent
08f7cacd8a
commit
424bf01acf
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue