[gnome-builder/wip/gtk4-port: 1547/1774] libide/gui: rename section for stop-signal
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1547/1774] libide/gui: rename section for stop-signal
- Date: Mon, 11 Jul 2022 22:31:49 +0000 (UTC)
commit 0ea87348dcc1f2cf946c55a18be587d3639e56f3
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]