gnome-terminal r2828 - trunk/src



Author: chpe
Date: Thu May 29 19:58:05 2008
New Revision: 2828
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2828&view=rev

Log:
Add comment about the group name.


Modified:
   trunk/src/terminal-window.c

Modified: trunk/src/terminal-window.c
==============================================================================
--- trunk/src/terminal-window.c	(original)
+++ trunk/src/terminal-window.c	Thu May 29 19:58:05 2008
@@ -1442,6 +1442,7 @@
                               gtk_ui_manager_get_accel_group (manager));
 
   /* Create the actions */
+  /* Note that this action group name is used in terminal-accels.c; do not change it */
   priv->action_group = action_group = gtk_action_group_new ("Main");
   gtk_action_group_set_translation_domain (action_group, NULL);
   gtk_action_group_add_actions (action_group, menu_entries,



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