Changeset 35783 in vbox for trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
- Timestamp:
- Jan 31, 2011 12:13:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r35675 r35783 3294 3294 home = getHomeFolder(ctx) 3295 3295 checkUserExtensions(ctx, commands, home) 3296 if platform.system() == 'Windows':3296 if platform.system() in ['Windows', 'Microsoft']: 3297 3297 global g_hascolors 3298 3298 g_hascolors = False
Note:
See TracChangeset
for help on using the changeset viewer.