From 663ae9bc9405b825398cf342f387292654722694 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 17 Dec 2024 17:36:27 +0000 Subject: [PATCH] Update tip about attaching to running instances --- qrenderdoc/Windows/Dialogs/TipsDialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qrenderdoc/Windows/Dialogs/TipsDialog.cpp b/qrenderdoc/Windows/Dialogs/TipsDialog.cpp index 455fbd4fe..67dfeae44 100644 --- a/qrenderdoc/Windows/Dialogs/TipsDialog.cpp +++ b/qrenderdoc/Windows/Dialogs/TipsDialog.cpp @@ -242,9 +242,9 @@ void TipsDialog::initialize() // Tip 24 m_tips.push_back( Tip(tr("Attaching to a running instance"), - tr("If you have launched a program via RenderDoc or your program integrates RenderDoc, " - "the UI can connect to it once it is running via File -> Attach to Running Instance, " - "and everything works as if you had launched it.\n\nYou can even do this across a " + tr("Once you have launched your program from RenderDoc, even if you close the UI you can " + "re-connect to it once it is running via File -> Attach to Running Instance, and " + "everything works as if you had launched it.\n\nYou can even do this across a " "network, by adding a remote IP or hostname. You will connect over the network and " "can remotely trigger captures - any files will be copied back across the network, to " "be saved and replayed locally as normal.\n")));