From 20e99e4f20a982de43f6aec8b5f962369d5e8d22 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 1 Jul 2012 16:40:24 +0100 Subject: Remove visible and invalid uses of git revision hashes. Anybody who needs to know hich revision it is can check about:testament, to everybody else the string is meaningless. --- amiga/menu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'amiga/menu.c') diff --git a/amiga/menu.c b/amiga/menu.c index eb848feed..74048d5ad 100755 --- a/amiga/menu.c +++ b/amiga/menu.c @@ -77,7 +77,6 @@ BOOL menualreadyinit; const char * const netsurf_version; -const char * const versvn; const char * const verdate; ULONG ami_menu_scan(struct tree *tree, bool count, struct gui_window_2 *gwin); @@ -712,7 +711,7 @@ static void ami_menu_item_project_about(struct Hook *hook, APTR window, struct I TDR_Window, gwin->win, TDR_GadgetString, temp2, #ifndef NDEBUG - TDR_FormatString,"NetSurf %s\n%s\n%s (%s)\n\nhttp://www.netsurf-browser.org", + TDR_FormatString,"NetSurf %s\n%s\nBuild date %s\n\nhttp://www.netsurf-browser.org", #else TDR_FormatString,"NetSurf %s\n%s\n\nhttp://www.netsurf-browser.org", #endif @@ -722,7 +721,6 @@ static void ami_menu_item_project_about(struct Hook *hook, APTR window, struct I #else TDR_Arg2,"graphics.library static build", #endif - TDR_Arg3,versvn, TDR_Arg4,verdate, TAG_DONE); -- cgit v1.2.3