VirtualBox

Changeset 3873 in vbox


Ignore:
Timestamp:
Jul 26, 2007 12:54:21 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23238
Message:

moved kchmviewer to /usr/lib/virtualbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp

    r3867 r3873  
    17641764#elif defined (Q_WS_X11)
    17651765    char szDocsPath[RTPATH_MAX];
     1766    char szViewerPath[RTPATH_MAX];
    17661767    int rc;
    17671768
    1768     rc = RTPathAppDocs(szDocsPath, sizeof(szDocsPath));
     1769    rc = RTPathAppDocs (szDocsPath, sizeof (szDocsPath));
    17691770    Assert(RT_SUCCESS(rc));
     1771    rc = RTPathAppPrivateArch (szViewerPath, sizeof (szViewerPath));
    17701772
    17711773    QString fullProgPath = QString(szDocsPath);
    1772     QProcess kchmViewer (fullProgPath + "/kchmviewer");
     1774    QProcess kchmViewer (QString(szViewerPath) + "/kchmviewer");
    17731775    kchmViewer.addArgument (fullProgPath + "/VirtualBox.chm");
    17741776    kchmViewer.launch ("");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette