comparison common.h @ 172:b6dd1ee0e486

* Fix failure to recognise local uncommitted changes when an untracked file was selected * Win32: Look in installed location (currently just the location of the present .exe) for executables as well as in path * Win32: Search for easyhg extension in same way as executables * Win32: Set installed location to path when running hg commands (for dependent DLLs)
author Chris Cannam
date Wed, 15 Dec 2010 22:07:31 +0000
parents 1721c580c10e
children 8fd71f570884
comparison
equal deleted inserted replaced
171:aab308a3b304 172:b6dd1ee0e486
23 #define MY_ICON_SIZE 32 23 #define MY_ICON_SIZE 32
24 //!!!: 24 //!!!:
25 #define REPOMENU_TITLE "Repository actions" 25 #define REPOMENU_TITLE "Repository actions"
26 #define WORKFOLDERMENU_TITLE "Workfolder actions" 26 #define WORKFOLDERMENU_TITLE "Workfolder actions"
27 27
28 extern QString findExecutable(QString name); 28 extern QString findInPath(QString name, QString installPath, bool executable);
29 29
30 extern QString getSystem(); 30 extern QString getSystem();
31 extern QString getHgDirName(); 31 extern QString getHgDirName();
32 32
33 extern QString getUserRealName(); 33 extern QString getUserRealName();