diff options
author | Madeleine (ThinLinc team) <madni@cendio.se> | 2024-11-04 13:28:48 +0100 |
---|---|---|
committer | Madeleine Nilsson <madni@cendio.se> | 2024-11-11 11:22:36 +0100 |
commit | 260a3e0db5d09be0cb732d1a7ce8e758079e0c11 (patch) | |
tree | fde91411f376f038e20834e8031ccc32f3df7506 /win/wm_hooks/wm_hooks.rc | |
parent | 4341fcacd4987b16ebcfa0db176c0ccf287268c4 (diff) | |
download | tigervnc-260a3e0db5d09be0cb732d1a7ce8e758079e0c11.tar.gz tigervnc-260a3e0db5d09be0cb732d1a7ce8e758079e0c11.zip |
Standardize on sentence case in titles
The reason for this is to keep a consistency through out the project.
Diffstat (limited to 'win/wm_hooks/wm_hooks.rc')
-rw-r--r-- | win/wm_hooks/wm_hooks.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/wm_hooks/wm_hooks.rc b/win/wm_hooks/wm_hooks.rc index da7a9c45..ae56b314 100644 --- a/win/wm_hooks/wm_hooks.rc +++ b/win/wm_hooks/wm_hooks.rc @@ -72,9 +72,9 @@ BEGIN BLOCK "080904b0" BEGIN VALUE "Comments", "\0" - VALUE "CompanyName", "TigerVNC Project\0" - VALUE "FileDescription", "TigerVNC Server Hooking DLL\0" - VALUE "ProductName", "TigerVNC Server Hooking DLL\0" + VALUE "CompanyName", "TigerVNC project\0" + VALUE "FileDescription", "TigerVNC server hooking DLL\0" + VALUE "ProductName", "TigerVNC server hooking DLL\0" VALUE "FileVersion", __RCVERSIONSTR VALUE "InternalName", "\0" VALUE "LegalCopyright", "Copyright (C) 1999-2005 [many holders]\0" |