summary refs log tree commit diff stats
path: root/src/common/outbound.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-28 00:05:40 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-28 00:05:40 +0200
commitfe1d958838cce03179870397f372e723881f2c89 (patch)
tree12a1e7d3d8adb719e08be108e93aa283e38addcf /src/common/outbound.c
parentd892b3346eace3e8fa5530c9d710c1ce2c9fe34d (diff)
More polishing for the About dialog
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r--src/common/outbound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c
index ed97886e..a587d499 100644
--- a/src/common/outbound.c
+++ b/src/common/outbound.c
@@ -3885,7 +3885,7 @@ auto_insert (char *dest, int destlen, unsigned char *src, char *word[],
 				case 'h':
 					utf = h; break;
 				case 'm':
-					utf = get_cpu_str (); break;
+					utf = get_sys_str (1); break;
 				case 'n':
 					utf = n; break;
 				case 's':