Replace custom help->about dialog with gtk_show_about_dialog
[emu8051.git] / src / options.c
index 6377a5d..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
  ******************************************************************************/
@@ -63,7 +69,8 @@ DisplayVersion(void)
 {
        printf("\n");
        printf("  %s, version %s\n", PACKAGE, VERSION);
-       printf("  Written by Jonathan St-AndrĂ©, Pascal Fecteau and Hugo Villeneuve\n\n");
+       printf("  Written by Jonathan St-AndrĂ©, Pascal Fecteau"
+              "and Hugo Villeneuve\n\n");
 }
 
 static void