Skip to content
Snippets Groups Projects
Commit e3dd7358 authored by nkour's avatar nkour
Browse files

yeah it is official. Gajim runs on Windows Vista. Now it even detects it and...

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
parent 88acdfa5
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment