diff options
Diffstat (limited to 'src/fr-window.c')
-rw-r--r-- | src/fr-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-window.c b/src/fr-window.c index db9d7af..9692aac 100644 --- a/src/fr-window.c +++ b/src/fr-window.c @@ -4869,7 +4869,7 @@ static void add_file_list_columns (FrWindow *window, GtkTreeView *treeview) { - static char *titles[] = {NC_("File", "Size"), + static const char *titles[] = {NC_("File", "Size"), NC_("File", "Type"), NC_("File", "Date Modified"), NC_("File", "Location")}; |