diff options
Diffstat (limited to 'system/vice/vice-fix-help.patch')
-rw-r--r-- | system/vice/vice-fix-help.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/vice/vice-fix-help.patch b/system/vice/vice-fix-help.patch index cc0f8d74ee..e4793c4251 100644 --- a/system/vice/vice-fix-help.patch +++ b/system/vice/vice-fix-help.patch @@ -22,15 +22,3 @@ diff -urpN vice-1.22/src/arch/unix/gui/uicommands.c vice-1.22-fixdoc/src/arch/un #endif char *res_ptr; -diff -urpN vice-1.22/src/arch/unix/x11/ui-resources.c vice-1.22-fixdoc/src/arch/unix/x11/ui-resources.c ---- vice-1.22/src/arch/unix/x11/ui-resources.c 2007-03-03 10:07:37.000000000 +0100 -+++ vice-1.22-fixdoc/src/arch/unix/x11/ui-resources.c 2008-02-16 19:33:32.000000000 +0100 -@@ -112,7 +112,7 @@ static const resource_string_t resources - #ifdef MACOSX_SUPPORT - "/usr/bin/open %s", - #else -- "netscape %s", -+ "htmlview %s", - #endif - RES_EVENT_NO, NULL, - &ui_resources.html_browser_command, |