[gnome-builder/wip/gtk4-port] libide/gui: rename section for stop-signal



commit 283bf458b566e1e09834adf45a436dc8320b0d0a
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jun 15 22:04:47 2022 -0700

    libide/gui: rename section for stop-signal
    
    There is probably more we can add here with regards to application
    behavior, separate from debugging.

 src/libide/gui/ide-preferences-builtin.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libide/gui/ide-preferences-builtin.c b/src/libide/gui/ide-preferences-builtin.c
index 06cb95e9f..5833fd3a1 100644
--- a/src/libide/gui/ide-preferences-builtin.c
+++ b/src/libide/gui/ide-preferences-builtin.c
@@ -668,7 +668,7 @@ static const IdePreferencePageEntry project_pages[] = {
   { NULL, "config", "overview",       "info-symbolic",                          0, N_("Overview") },
   { NULL, "config", "build",          "builder-build-symbolic",               100, N_("Configurations") },
   { NULL, "code",   "languages",      "text-x-javascript-symbolic",           200, N_("Languages") },
-  { NULL, "tools",  "debug",          "builder-debugger-symbolic",            310, N_("Debugger") },
+  { NULL, "tools",  "application",    "builder-run-start-symbolic",           310, N_("Application") },
   { NULL, "tools",  "commands",       "text-x-script-symbolic",               320, N_("Commands") },
 };
 
@@ -711,7 +711,7 @@ static const IdePreferenceGroupEntry groups[] = {
 };
 
 static const IdePreferenceGroupEntry project_groups[] = {
-  { "debug", "running", 0, N_("Behavior") },
+  { "application", "start-stop", 0, N_("Starting & Stopping") },
 };
 
 static const IdePreferenceItemEntry items[] = {
@@ -765,7 +765,7 @@ static const IdePreferenceItemEntry items[] = {
 };
 
 static const IdePreferenceItemEntry project_items[] = {
-  { "debug", "running", "stop-signal", 0, ide_preferences_window_combo,
+  { "application", "start-stop", "stop-signal", 0, ide_preferences_window_combo,
     N_("Stop Signal"),
     N_("Send the signal to the target application when requesting the application stop."),
     "org.gnome.builder.project", NULL, "stop-signal" },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]