aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_error_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/sctp_error_dlg.c')
-rw-r--r--gtk/sctp_error_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/sctp_error_dlg.c b/gtk/sctp_error_dlg.c
index 98e16fca6a..3b6a5b1a6d 100644
--- a/gtk/sctp_error_dlg.c
+++ b/gtk/sctp_error_dlg.c
@@ -149,7 +149,7 @@ gtk_sctperror_dlg(void)
GtkWidget *bt_frame;
GtkWidget *bt_close;
- gchar *titles[NUM_COLS] = {"Framenumber","Chunk Types", "Info"};
+ const gchar *titles[NUM_COLS] = {"Framenumber","Chunk Types", "Info"};
column_arrows *col_arrows;
GtkStyle *win_style;
GtkWidget *column_lb;