Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 18 Apr 2015 10:46:54 UTC Commit: 3f89d8d6a38442a25c877c6a7bd0aa45f3f01e35 https://github.com/geany/geany/commit/3f89d8d6a38442a25c877c6a7bd0aa45f3f01e...
Log Message: ----------- Add translation block to properly set version information
This seems necessary to properly display version information in the Windows Explorer file properties dialog. I think it worked on older Windows versions without but at least on Windows 7 this seems necessary.
Modified Paths: -------------- geany_private.rc
Modified: geany_private.rc 4 lines changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -29,6 +29,10 @@ FILETYPE VFT_APP VALUE "ProductVersion", VER_FILEVERSION_STR } } + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x409, 0x04E4 + } }
APP_MANIFEST RT_MANIFEST "geany.exe.manifest"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).