[gnome-builder/wip/gtk4-port: 1279/1774] plugins/valgrind: simplify valgrind menus
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1279/1774] plugins/valgrind: simplify valgrind menus
- Date: Mon, 11 Jul 2022 22:31:40 +0000 (UTC)
commit 36f7abf7cd2a2720abbc2274de4a9b7769480a40
Author: Christian Hergert <chergert redhat com>
Date: Wed Jun 1 13:19:29 2022 -0700
plugins/valgrind: simplify valgrind menus
"Leak Detector" is a much more clear name for how valgrind is getting
used in the context of Builder than "valgrind" which really could be
a number of tools. Here we're basically just using Memcheck.
src/plugins/valgrind/gtk/menus.ui | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/plugins/valgrind/gtk/menus.ui b/src/plugins/valgrind/gtk/menus.ui
index fdbfda5ab..b2bee6f15 100644
--- a/src/plugins/valgrind/gtk/menus.ui
+++ b/src/plugins/valgrind/gtk/menus.ui
@@ -7,7 +7,7 @@
<attribute name="after">default-run-handler</attribute>
<attribute name="action">run-manager.run-with-handler</attribute>
<attribute name="target" type="s">'valgrind'</attribute>
- <attribute name="label" translatable="yes">Run with Valgrind</attribute>
+ <attribute name="label" translatable="yes">Run with Leak Detector</attribute>
<attribute name="verb-icon-name">system-run-symbolic</attribute>
<attribute name="accel"><control><shift><alt>v</attribute>
</item>
@@ -17,16 +17,16 @@
<section id="run-menu-tools-section">
<submenu id="run-menu-valgrind-submenu">
<attribute name="before">run-menu-verbose-logging</attribute>
- <attribute name="label" translatable="yes">Valgrind</attribute>
+ <attribute name="label" translatable="yes">Leak Detector</attribute>
<section id="run-menu-valgrind-origins-section">
<item>
- <attribute name="label" translatable="yes">Track Origins</attribute>
+ <attribute name="label" translatable="yes">Track Origin of Leaks</attribute>
<attribute name="action">valgrind.track-origins</attribute>
<attribute name="role">check</attribute>
</item>
</section>
<section id="run-menu-valgrind-leak-check">
- <attribute name="label" translatable="yes">Leak Checks</attribute>
+ <attribute name="label" translatable="yes">Report Leaks</attribute>
<item>
<attribute name="label" translatable="yes">Summary</attribute>
<attribute name="action">valgrind.leak-check</attribute>
@@ -78,7 +78,7 @@
<section id="project-tree-menu-run-with-section">
<item>
<attribute name="id">project-tree-menu-valgrind</attribute>
- <attribute name="label" translatable="yes">Run with Valgrind</attribute>
+ <attribute name="label" translatable="yes">Run with Leak Detector</attribute>
<attribute name="action">buildui.run-with-handler</attribute>
<attribute name="target" type="s">'valgrind'</attribute>
</item>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]