- Timestamp:
- Apr 21, 2008 9:37:17 AM (17 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp
r8211 r8212 393 393 394 394 #if !(defined (Q_WS_WIN) || defined (Q_WS_MAC)) 395 /* The ap lication icon. On Win32, it's built-in to the executable. On Mac395 /* The application icon. On Win32, it's built-in to the executable. On Mac 396 396 * OS X the icon referenced in info.plist is used. */ 397 397 setIcon (QPixmap::fromMimeSource ("VirtualBox_48px.png")); -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp
r8211 r8212 391 391 392 392 #if !(defined (Q_WS_WIN) || defined (Q_WS_MAC)) 393 /* The ap lication icon. On Win32, it's built-in to the executable. On Mac393 /* The application icon. On Win32, it's built-in to the executable. On Mac 394 394 * OS X the icon referenced in info.plist is used. */ 395 395 setWindowIcon (QIcon (":/VirtualBox_48px.png"));
Note:
See TracChangeset
for help on using the changeset viewer.