aboutsummaryrefslogtreecommitdiff
path: root/src/graph/view2D/header2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/view2D/header2.h')
-rw-r--r--src/graph/view2D/header2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/view2D/header2.h b/src/graph/view2D/header2.h
index c7d63985..bbd11a10 100644
--- a/src/graph/view2D/header2.h
+++ b/src/graph/view2D/header2.h
@@ -228,7 +228,7 @@ typedef struct _buttonStruct {
typedef struct _controlPanelStruct {
int numOfButtons;
Window controlWindow,messageWindow,colormapWindow;
- char message[40];
+ char message[80];
struct _buttonStruct buttonQueue[maxButtons2D];
} controlPanelStruct;