VirtualBox

Changeset 3873

Show
Ignore:
Timestamp:
07/26/07 14:54:21 (1 year ago)
Author:
vboxsync
Message:

moved kchmviewer to /usr/lib/virtualbox

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 (""); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy