Changeset 33550 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 28, 2010 10:53:57 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67150
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
r28800 r33550 39 39 "--startvm uuid start VM with UUID 'uuid'\n" 40 40 "--fixedres WxHxBPP always use fixed host resolution\n" 41 "--listhostmodes display list of sup orted host display modes and exit\n"41 "--listhostmodes display list of supported host display modes and exit\n" 42 42 "--scale scale guest video mode to host video mode\n" 43 43 "--nodirectblit disable direct blitting, use intermediate framebuffer\n" -
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r33540 r33550 221 221 (u64Cmd & USAGE_MODINSTALL) 222 222 ? " modinstall\n" 223 " Installs the nec cessary driver for the host OS\n"223 " Installs the necessary driver for the host OS\n" 224 224 "\n" 225 225 : "", -
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r33540 r33550 3094 3094 'colors':['Toggle colors', colorsCmd, 0], 3095 3095 'snapshot':['VM snapshot manipulation, snapshot help for more info', snapshotCmd, 0], 3096 'nat':['NAT (network address tra snlation engine) manipulation, nat help for more info', natCmd, 0],3096 'nat':['NAT (network address translation engine) manipulation, nat help for more info', natCmd, 0], 3097 3097 'nic' : ['Network adapter management', nicCmd, 0], 3098 3098 'prompt' : ['Control prompt', promptCmd, 0], -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/registration/UIRegistrationWzd.cpp
r33540 r33550 642 642 << "Angola" 643 643 << "Anguilla" 644 << "Antar tica"644 << "Antarctica" 645 645 << "Antigua & Barbuda" 646 646 << "Argentina"
Note:
See TracChangeset
for help on using the changeset viewer.