diff options
Diffstat (limited to 'aoview/aoview_log.c')
-rw-r--r-- | aoview/aoview_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aoview/aoview_log.c b/aoview/aoview_log.c index 2f2b9560..1b89c28c 100644 --- a/aoview/aoview_log.c +++ b/aoview/aoview_log.c @@ -59,7 +59,7 @@ aoview_log_init(GladeXML *xml) { GtkWidget *log_new; - aoview_log = aoview_file_new("log"); + aoview_log = aoview_file_new("telem"); assert(aoview_log); log_new = glade_xml_get_widget(xml, "log_new"); |