- Timestamp:
- Dec 9, 2010 10:04:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/UIDesktopServices_x11.cpp
r34834 r34863 44 44 << "Type=Application" << endl 45 45 << "Exec=" << QCoreApplication::applicationFilePath() << " --comment \"" << strName << "\" --startvm \"" << strUuid << "\"" << endl 46 << "Icon= VBox.png" << endl;46 << "Icon=virtualbox-vbox.png" << endl; 47 47 /* This would be a real file link entry, but then we could also simply 48 48 * use a soft link (on most UNIX fs): … … 52 52 << "Name=" << strName << endl 53 53 << "Type=Link" << endl 54 << "Icon= VBox.png" << endl54 << "Icon=virtualbox-vbox.png" << endl 55 55 */ 56 56 return true;
Note:
See TracChangeset
for help on using the changeset viewer.