aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/afp_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-09-03 10:24:38 +0000
committerGuy Harris <guy@alum.mit.edu>2008-09-03 10:24:38 +0000
commitaf49f0161686d18f45b749d96eaf431ce45625d0 (patch)
treec03d81233aa601b50d398d81c4ae334895bd8bc8 /gtk/afp_stat.c
parent7116bc941b4d0ae8c528e8a47f1ec3b13144bc5a (diff)
The AFP field containing the command is "afp.command", not "afp.cmd".
Fixes bug 2847. svn path=/trunk/; revision=26126
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)"));
}