diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-12 18:39:52 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-12 18:39:52 +0200 |
commit | ba664dc84855d5db34b4adbbe2a0e4e300d84471 (patch) | |
tree | f1ed53a82158099013a0fe183297e4fbd7783681 /plugins/winsys | |
parent | fe67eba75e1c60a10ec230a6ace5070f01888fc5 (diff) |
Even more rebranding
Diffstat (limited to 'plugins/winsys')
-rw-r--r-- | plugins/winsys/winsys.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/winsys/winsys.cpp b/plugins/winsys/winsys.cpp index 456f1b0a..4ab1b3fd 100644 --- a/plugins/winsys/winsys.cpp +++ b/plugins/winsys/winsys.cpp @@ -365,7 +365,7 @@ printInfo (char *word[], char *word_eol[], void *user_data) { /* uptime will work correctly for up to 50 days, should be enough */ xchat_commandf (ph, "ME ** WinSys ** Client: HexChat %s (x%d) ** OS: %s ** CPU: %s (%s) ** RAM: %s ** VGA: %s ** Uptime: %.2f Hours **", - xchat_get_info (ph, "wdk_version"), + xchat_get_info (ph, "version"), getCpuArch (), wmiOs, wmiCpu, @@ -375,7 +375,7 @@ printInfo (char *word[], char *word_eol[], void *user_data) } else { - xchat_printf (ph, " * Client: HexChat %s (x%d)\n", xchat_get_info (ph, "wdk_version"), getCpuArch ()); + xchat_printf (ph, " * Client: HexChat %s (x%d)\n", xchat_get_info (ph, "version"), getCpuArch ()); xchat_printf (ph, " * OS: %s\n", wmiOs); xchat_printf (ph, " * CPU: %s (%s)\n", wmiCpu, getCpuMhz ()); xchat_printf (ph, " * RAM: %s\n", getMemoryInfo ()); |