BUG: fix typo reported by Duncan Mac Vicar

Alex
This commit is contained in:
Alexander Neundorf 2007-02-25 19:22:59 -05:00
parent 512d5dd1e3
commit 20d75ac237
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ MACRO(GETTEXT_CREATE_TRANSLATIONS _potFile _firstPoFile)
DEPENDS ${_absPotFile} ${_absFile}
)
INSTALL(FILES ${_gmoFile} DESTINATION share/locale/${_lang}/LC_MESSAGES RENAME ${_potBaseName}.mo)
INSTALL(FILES ${_gmoFile} DESTINATION share/locale/${_lang}/LC_MESSAGES RENAME ${_potBasename}.mo)
SET(_gmoFiles ${_gmoFiles} ${_gmoFile})
ENDFOREACH (_currentPoFile )