Ticket #9369: lang_erlang_files_patch_toolbar.diff

File lang_erlang_files_patch_toolbar.diff, 1.2 KB (added by bfulgham@…, 18 years ago)

Update erlang patches for new release.

  • lang/erlang/files/patch-toolbar.erl

    old new  
    1 --- lib/toolbar/src/toolbar.erl.sav     2006-05-22 17:04:22.000000000 -0400
    2 +++ lib/toolbar/src/toolbar.erl 2006-05-22 17:05:07.000000000 -0400
    3 @@ -36,7 +36,7 @@
    4  -export([create_tool_file/0,add_gs_contribs/0]).
    5  
    6  %
    7 --define (STARTUP_TIMEOUT, 20000).
    8 +-define (STARTUP_TIMEOUT, 40000).
    9  
    10  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    11  
    12 @@ -234,7 +234,7 @@
     1--- lib/toolbar/src/toolbar.erl.orig    2006-05-18 20:10:33.000000000 -0700
     2+++ lib/toolbar/src/toolbar.erl 2006-05-18 20:11:30.000000000 -0700
     3@@ -233,8 +233,8 @@
     4                %% About help
    135                about_help ->
    146                    WinObj = toolbar_graphics:get_window(Window),
    15                     Text = ["Help text is on HTML format",
     7-                   Text = ["Help text is on HTML format",
    168-                           "Requires Netscape to be up and running"],
    17 +                           "will be displayed in your default browser"],
     9+                   Text = ["Help text is in HTML format",
     10+                           "Requires your default browser to be up and running"],
    1811                    tool_utils:notify(WinObj, Text),
    1912                    loop(S,Window,LoopData,TimerRef);
    2013