summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger/profiler.cpp
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2020-12-22 19:39:45 -0500
committerGitHub <noreply@github.com>2020-12-22 19:39:45 -0500
commit868c397cb639e75cf9e44716819e5dc3741bd321 (patch)
tree9966f2b5c2dceea4f9101e18f18f272b52900bd6 /src/yuzu/debugger/profiler.cpp
parentd7f5e55f8ed30e2bb5dcb2844287a6db83f8d935 (diff)
parent17badbc4424564f7ad25451b595f8892915f677e (diff)
Merge pull request #5223 from lat9nq/menu-navigation
yuzu/main: Improve menubar access keys
Diffstat (limited to 'src/yuzu/debugger/profiler.cpp')
-rw-r--r--src/yuzu/debugger/profiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/debugger/profiler.cpp b/src/yuzu/debugger/profiler.cpp
index 0e26f765b..efdc6aa50 100644
--- a/src/yuzu/debugger/profiler.cpp
+++ b/src/yuzu/debugger/profiler.cpp
@@ -48,7 +48,7 @@ private:
MicroProfileDialog::MicroProfileDialog(QWidget* parent) : QWidget(parent, Qt::Dialog) {
setObjectName(QStringLiteral("MicroProfile"));
- setWindowTitle(tr("MicroProfile"));
+ setWindowTitle(tr("&MicroProfile"));
resize(1000, 600);
// Remove the "?" button from the titlebar and enable the maximize button
setWindowFlags((windowFlags() & ~Qt::WindowContextHelpButtonHint) |