]> git.pld-linux.org Git - packages/bless.git/blame - bless-help.patch
- massive change ( validate errors warrings from desktop-file-validate)
[packages/bless.git] / bless-help.patch
CommitLineData
c30667b9 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.051977 seconds and 5 git commands to generate.