5621: wrong name for msgattrib under Windows OS
svn: r19097
This commit is contained in:
parent
b1e9f33a60
commit
8161e7a5ff
@ -32,7 +32,7 @@ if sys.platform == 'win32':
|
||||
# ....\gettext\bin\msgmerge.exe needs to be on the path
|
||||
msgmergeCmd = 'c:\Program_files\gettext\bin\msgmerge.exe'
|
||||
msgfmtCmd = 'c:\Program_files\gettext\bin\msgfmt.exe'
|
||||
msgattribCmd = 'c:\Program_files\gettext\bin\msgfmt.exe'
|
||||
msgattribCmd = 'c:\Program_files\gettext\bin\msgattrib.exe'
|
||||
xgettextCmd = os.path.join('c:', 'Program_files', 'bin', 'xgettext.exe')
|
||||
pythonCmd = 'c:\Program_files\python\bin\python.exe'
|
||||
elif sys.platform == 'linux2' or os.name == 'darwin':
|
||||
|
Loading…
Reference in New Issue
Block a user