Changeset 9605 in vbox
- Timestamp:
- Jun 11, 2008 12:20:03 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxProblemReporter.h
r9604 r9605 302 302 static QString formatErrorInfo (const COMBase &aWrapper) 303 303 { 304 //Assert (aWrapper.lastRC() != S_OK);304 Assert (aWrapper.lastRC() != S_OK); 305 305 return formatErrorInfo (aWrapper.errorInfo(), aWrapper.lastRC()); 306 306 } -
trunk/src/VBox/Frontends/VirtualBox4/src/darwin/Info.plist
r9604 r9605 14 14 <key>CFBundleIconFile</key> <string>virtualbox</string> 15 15 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> 16 <key>CFBundleHelpBookFolder</key> <string>VirtualBox-Help</string>17 <key>CFBundleHelpBookName</key> <string>Sun xVM VirtualBox</string>18 16 <key>LSCanProvideIMVideoDataSource</key> <true/> 19 17 </dict>
Note:
See TracChangeset
for help on using the changeset viewer.