diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-11-22 11:48:47 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-11-22 11:48:47 +0000 |
commit | af45f95f16cee22f8f012f706f4d0a42eaeb68fa (patch) | |
tree | c572c1cc6a7d3bb12874d8f9b9363312b275e328 /docview/src | |
parent | 9c62dfaf7217557f08a3d33b20bb302874960f87 (diff) | |
download | fpGUI-af45f95f16cee22f8f012f706f4d0a42eaeb68fa.tar.xz |
Fixes line ending issues
Diffstat (limited to 'docview/src')
-rw-r--r-- | docview/src/docview.rc | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/docview/src/docview.rc b/docview/src/docview.rc index f68bb7b2..87597a3f 100644 --- a/docview/src/docview.rc +++ b/docview/src/docview.rc @@ -1,29 +1,29 @@ -MAINICON ICON "../images/docview-48x48.ico"
-
-1 VERSIONINFO
-FILEVERSION 0, 8, 0, 0
-PRODUCTVERSION 0, 8, 0, 0
-FILEFLAGSMASK 0
-FILEOS 0x40000
-FILETYPE 1
-{
- BLOCK "StringFileInfo"
- {
- BLOCK "040904E4"
- {
- VALUE "CompanyName", "fpGUI Toolkit"
- VALUE "FileDescription", "fpGUI's INF Documentation Viewer"
- VALUE "FileVersion", "0.8.0"
- VALUE "InternalName", "docview"
- VALUE "LegalCopyright", "GNU Public License"
- VALUE "OriginalFilename", "docview"
- VALUE "ProductName", "fpGUI Toolkit"
- VALUE "ProductVersion", "0.8.0"
- }
- }
- BLOCK "VarFileInfo"
- {
- VALUE "Translation", 0x409, 0x4E4
- }
-}
-
+MAINICON ICON "../images/docview-48x48.ico" + +1 VERSIONINFO +FILEVERSION 0, 8, 0, 0 +PRODUCTVERSION 0, 8, 0, 0 +FILEFLAGSMASK 0 +FILEOS 0x40000 +FILETYPE 1 +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "CompanyName", "fpGUI Toolkit" + VALUE "FileDescription", "fpGUI's INF Documentation Viewer" + VALUE "FileVersion", "0.8.0" + VALUE "InternalName", "docview" + VALUE "LegalCopyright", "GNU Public License" + VALUE "OriginalFilename", "docview" + VALUE "ProductName", "fpGUI Toolkit" + VALUE "ProductVersion", "0.8.0" + } + } + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x409, 0x4E4 + } +} + |