Changeset 3873
- Timestamp:
- 07/26/07 14:54:21 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r3867 r3873 1764 1764 #elif defined (Q_WS_X11) 1765 1765 char szDocsPath[RTPATH_MAX]; 1766 char szViewerPath[RTPATH_MAX]; 1766 1767 int rc; 1767 1768 1768 rc = RTPathAppDocs (szDocsPath, sizeof(szDocsPath));1769 rc = RTPathAppDocs (szDocsPath, sizeof (szDocsPath)); 1769 1770 Assert(RT_SUCCESS(rc)); 1771 rc = RTPathAppPrivateArch (szViewerPath, sizeof (szViewerPath)); 1770 1772 1771 1773 QString fullProgPath = QString(szDocsPath); 1772 QProcess kchmViewer ( fullProgPath+ "/kchmviewer");1774 QProcess kchmViewer (QString(szViewerPath) + "/kchmviewer"); 1773 1775 kchmViewer.addArgument (fullProgPath + "/VirtualBox.chm"); 1774 1776 kchmViewer.launch ("");

