aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/titlebar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/titlebar.c')
-rw-r--r--src/hyper/titlebar.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/hyper/titlebar.c b/src/hyper/titlebar.c
index 6cf37472..23f20f57 100644
--- a/src/hyper/titlebar.c
+++ b/src/hyper/titlebar.c
@@ -83,11 +83,11 @@ static char *noopfile = "noop.bitmap";
#else
-static char *tw1file = "exit3d.bitmap";
-static char *tw2file = "help3d.bitmap";
-static char *tw3file = "home3d.bitmap";
-static char *tw4file = "up3d.bitmap";
-static char *noopfile = "noop3d.bitmap";
+static const char* tw1file = "exit3d.bitmap";
+static const char* tw2file = "help3d.bitmap";
+static const char* tw3file = "home3d.bitmap";
+static const char* tw4file = "up3d.bitmap";
+static const char* noopfile = "noop3d.bitmap";
#define BACKCOLOR gControlBackgroundColor
#define BUTTGC fControlGC