Skip to content

Commit

Permalink
Add translation block to properly set version information
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eht16 committed Apr 18, 2015
1 parent b8684a0 commit 3f89d8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions geany_private.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3f89d8d

Please sign in to comment.