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:
parent
88acdfa5db
commit
e3dd735831
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue