diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-02-20 00:57:10 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-02-20 00:57:10 +0100 |
commit | 2d97be1d32cb518b104583239c9483410b268fac (patch) | |
tree | 0626bdac619a8fb48543206b32eb3e3ea5b966f5 /win | |
parent | 8ff409cb9a393559ebda3990ab2926c9a42d87a1 (diff) |
Change all occurrences of Inspire to InspIRCd
Diffstat (limited to 'win')
-rw-r--r-- | win/inspircd.rc.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/inspircd.rc.cmake b/win/inspircd.rc.cmake index 3ff767878..975be5e2c 100644 --- a/win/inspircd.rc.cmake +++ b/win/inspircd.rc.cmake @@ -24,7 +24,7 @@ BEGIN VALUE "InternalName", "InspIRCd"
VALUE "LegalCopyright", "Copyright (c) 2014 InspIRCd Development Team"
VALUE "OriginalFilename", "inspircd.exe"
- VALUE "ProductName", "InspIRCd - The Inspire IRC Daemon"
+ VALUE "ProductName", "InspIRCd - Internet Relay Chat Daemon"
VALUE "ProductVersion", "@FULL_VERSION@"
END
END
|