Replace custom help->about dialog with gtk_show_about_dialog
[emu8051.git] / src / options.h
index 2a1a1bc..4c38439 100644 (file)
   "  -h                    display this help and exit\n" \
   "  -version              display version information and exit\n"
 
-#define VERSION_STRING \
-  PACKAGE "\n" \
-  "Version " VERSION "\n" \
-  "\n" \
-  "Written by\n" \
-  "Hugo Villeneuve\n" \
-  "Jonathan St-AndrĂ©\n" \
-  "Pascal Fecteau"
-
 void
 ParseCommandLineOptions(int argc, char *argv[]);
 
 char *
 get_hex_filename(void);
 
+const char *
+get_package_description(void);
+
 #endif /* OPTIONS_H */