]> git.pld-linux.org Git - packages/bless.git/blob - bless-help.patch
- updated to 0.4.0
[packages/bless.git] / bless-help.patch
1 --- bless-0.4.0/src/gui/MainWindow.cs.orig      2006-02-05 17:43:42.000000000 +0100
2 +++ bless-0.4.0/src/gui/MainWindow.cs   2006-02-05 17:46:26.000000000 +0100
3 @@ -1605,7 +1605,7 @@
4         public void OnHelpContents(object o, EventArgs args)
5         {
6  #if ENABLE_UNIX_SPECIFIC
7 -               string helpScript=FileResourcePath.GetPath("..", "data", "help_script.sh");
8 +               string helpScript=FileResourcePath.GetPath("..", "bin", "help_script.sh");
9                 System.Diagnostics.Process.Start(helpScript);
10  #endif
11         }
This page took 0.057474 seconds and 3 git commands to generate.