app: increase the timeout for temporary status-bar messages to 8 seconds

This commit is contained in:
Sven Neumann 2009-08-04 20:27:53 +02:00
parent bf3d355fd7
commit 2d5792d1da
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
#define ICON_SPACING 2
/* timeout (in milliseconds) for temporary statusbar messages */
#define MESSAGE_TIMEOUT 5000
#define MESSAGE_TIMEOUT 8000
typedef struct _GimpStatusbarMsg GimpStatusbarMsg;