[gedit] Add "..." to Highlight Mode item
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Add "..." to Highlight Mode item
- Date: Sat, 18 May 2013 09:44:13 +0000 (UTC)
commit 9fc194022a158bf12490642ed3f7ccd653f66754
Author: Paolo Borelli <pborelli gnome org>
Date: Sat May 18 11:14:58 2013 +0200
Add "..." to Highlight Mode item
It now opens a dialog, so use the ellipsis
gedit/gedit-ui.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-ui.h b/gedit/gedit-ui.h
index 547f47b..377ea55 100644
--- a/gedit/gedit-ui.h
+++ b/gedit/gedit-ui.h
@@ -101,7 +101,7 @@ static const GtkActionEntry gedit_menu_entries[] =
N_("Select the entire document"), G_CALLBACK (_gedit_cmd_edit_select_all) },
/* View menu */
- { "ViewHighlightMode", NULL, N_("_Highlight Mode"), NULL,
+ { "ViewHighlightMode", NULL, N_("_Highlight Mode..."), NULL,
N_("Changes the highlight mode of the active document"),
G_CALLBACK (_gedit_cmd_view_highlight_mode) },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]