diff --git a/qrenderdoc/Windows/EventBrowser.cpp b/qrenderdoc/Windows/EventBrowser.cpp index 13c0a1967..2dcf09d19 100644 --- a/qrenderdoc/Windows/EventBrowser.cpp +++ b/qrenderdoc/Windows/EventBrowser.cpp @@ -1126,6 +1126,9 @@ private: if(it != m_EIDNameCache.end()) return it.value(); + if(eid == 0) + return tr("Capture Start"); + const ActionDescription *action = m_Actions[eid]; QString name;