diff options
Diffstat (limited to 'aoview/aoview_main.c')
-rw-r--r-- | aoview/aoview_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aoview/aoview_main.c b/aoview/aoview_main.c index 45907519..6833a84a 100644 --- a/aoview/aoview_main.c +++ b/aoview/aoview_main.c @@ -77,6 +77,8 @@ int main(int argc, char **argv) assert(about_dialog); gtk_about_dialog_set_version(about_dialog, AOVIEW_VERSION); + aoview_voice_init(xml); + aoview_dev_dialog_init(xml); aoview_state_init(xml); |