diff --git a/qrenderdoc/Code/CaptureContext.cpp b/qrenderdoc/Code/CaptureContext.cpp index affeb919b..d1ad1d2c2 100644 --- a/qrenderdoc/Code/CaptureContext.cpp +++ b/qrenderdoc/Code/CaptureContext.cpp @@ -728,7 +728,7 @@ void CaptureContext::LoadCapture(const rdcstr &captureFile, const ReplayOptions QElapsedTimer loadTimer; loadTimer.start(); - ShowProgressDialog(m_MainWindow, tr("Loading Capture: %1").arg(origFilename), + ShowProgressDialog(m_MainWindow, tr("Loading Capture: %1").arg(QFileInfo(origFilename).fileName()), [this]() { return !m_LoadInProgress; }, [this]() { return UpdateLoadProgress(); });