[gnome-builder/wip/gtk4-port: 1212/1774] plugins/debuggerui: more descriptive section/labels
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1212/1774] plugins/debuggerui: more descriptive section/labels
- Date: Mon, 11 Jul 2022 22:31:38 +0000 (UTC)
commit 7105354ffef27724621865f1523a205527c802ab
Author: Christian Hergert <chergert redhat com>
Date: Fri May 27 15:08:44 2022 -0700
plugins/debuggerui: more descriptive section/labels
src/plugins/debuggerui/gtk/menus.ui | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/src/plugins/debuggerui/gtk/menus.ui b/src/plugins/debuggerui/gtk/menus.ui
index 03f2023b3..27d3e8b54 100644
--- a/src/plugins/debuggerui/gtk/menus.ui
+++ b/src/plugins/debuggerui/gtk/menus.ui
@@ -18,16 +18,19 @@
<submenu id="run-menu-debugger-submenu">
<attribute name="before">run-menu-verbose-logging</attribute>
<attribute name="label" translatable="yes">Debugger</attribute>
- <item>
- <attribute name="label" translatable="yes">Stop at Warnings</attribute>
- <attribute name="action">debug-manager.stop-at-warnings</attribute>
- <attribute name="role">check</attribute>
- </item>
- <item>
- <attribute name="label" translatable="yes">Stop at Criticals</attribute>
- <attribute name="action">debug-manager.stop-at-criticals</attribute>
- <attribute name="role">check</attribute>
- </item>
+ <section id="run-menu-debugger-logging-breakpoints">
+ <attribute name="label" translatable="yes">Logging Breakpoints</attribute>
+ <item>
+ <attribute name="label" translatable="yes">Automatically Break at Warnings</attribute>
+ <attribute name="action">debug-manager.stop-at-warnings</attribute>
+ <attribute name="role">check</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Automatically Break at Criticals</attribute>
+ <attribute name="action">debug-manager.stop-at-criticals</attribute>
+ <attribute name="role">check</attribute>
+ </item>
+ </section>
</submenu>
</section>
</menu>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]