yeah it is official. Gajim runs on Windows Vista. Now it even detects it and sends it as OS [previously was just saying Windows]. Long Live Ballmer! [hahaha]: http://img86.imageshack.us/img86/7944/myvistadesktopow7.jpg

This commit is contained in:
Nikos Kouremenos 2006-11-29 02:34:07 +00:00
parent 88acdfa5db
commit e3dd735831
1 changed files with 2 additions and 1 deletions

View File

@ -688,7 +688,8 @@ def get_os_info():
(2, 4, 0): 'NT',
(2, 5, 0): '2000',
(2, 5, 1): 'XP',
(2, 5, 2): '2003'
(2, 5, 2): '2003',
(2, 6, 0): 'Vista',
}
if win_version.has_key(ver_format):
return 'Windows' + ' ' + win_version[ver_format]