More polishing for the About dialog

This commit is contained in:
Berke Viktor
2012-10-28 00:05:40 +02:00
parent d892b3346e
commit fe1d958838
6 changed files with 11 additions and 11 deletions

View File

@@ -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':