aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/afp_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/afp_stat.c')
-rw-r--r--gtk/afp_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/afp_stat.c b/gtk/afp_stat.c
index 2084a81205..476acd26f7 100644
--- a/gtk/afp_stat.c
+++ b/gtk/afp_stat.c
@@ -167,7 +167,7 @@ gtk_afpstat_init(const char *optarg, void *userdata _U_)
/* We must display TOP LEVEL Widget before calling init_srt_table() */
gtk_widget_show_all(ss->win);
- init_srt_table(&ss->afp_srt_table, 256, vbox, "afp.cmd");
+ init_srt_table(&ss->afp_srt_table, 256, vbox, "afp.command");
for(i=0;i<256;i++){
init_srt_table_row(&ss->afp_srt_table, i, val_to_str(i, CommandCode_vals, "Unknown(%u)"));
}