Replace custom help->about dialog with gtk_show_about_dialog
[emu8051.git] / src / options.c
index 6cd0de7..8cb065a 100644 (file)
@@ -55,6 +55,12 @@ DisplayUsage(void)
        printf(COMMAND_LINE_OPTIONS);
 }
 
+const char *
+get_package_description(void)
+{
+       return "Emulator for 8051 family microcontrollers";
+}
+
 /*******************************************************************************
  * Display version information and exit
  ******************************************************************************/