Changeset 5153 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 4, 2007 8:47:56 AM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r5148 r5153 266 266 helpWebAction->setIconSet (VBoxGlobal::iconSet ("site_16px.png")); 267 267 helpRegisterAction = new QAction (this, "helpRegisterAction"); 268 helpRegisterAction->setIconSet (VBoxGlobal::iconSet ("register_16px.png")); 268 helpRegisterAction->setIconSet (VBoxGlobal::iconSet ("register_16px.png", 269 "register_disabled_16px.png")); 269 270 helpAboutAction = new QAction (this, "helpAboutAction"); 270 271 helpAboutAction->setIconSet (VBoxGlobal::iconSet ("about_16px.png")); -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp
r5148 r5153 430 430 helpWebAction->setIconSet (VBoxGlobal::iconSet ("site_16px.png")); 431 431 helpRegisterAction = new QAction (this, "helpRegisterAction"); 432 helpRegisterAction->setIconSet (VBoxGlobal::iconSet ("register_16px.png")); 432 helpRegisterAction->setIconSet (VBoxGlobal::iconSet ("register_16px.png", 433 "register_disabled_16px.png")); 433 434 helpAboutAction = new QAction (this, "helpAboutAction"); 434 435 helpAboutAction->setIconSet (VBoxGlobal::iconSet ("about_16px.png"));
Note:
See TracChangeset
for help on using the changeset viewer.