Now 'r' so it doesn't conflict with existing keybinding.
---
 src/vikwindow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/vikwindow.c b/src/vikwindow.c
index 6a2f508..0949d3c 100644
--- a/src/vikwindow.c
+++ b/src/vikwindow.c
@@ -2360,7 +2360,7 @@ static GtkRadioActionEntry tool_entries[] = {
 
 static GtkToggleActionEntry toggle_entries[] = {
   { "ShowScale",      NULL,                 N_("_Show Scale"),               
"F5",         N_("Show Scale"),                              
(GCallback)set_draw_scale, TRUE },
-  { "ShowCopyright",  NULL,                 N_("_Show Copyright"),           
"F7",         N_("Show Copyright notice(s)"),                
(GCallback)set_draw_copyright, TRUE },
+  { "ShowCopyright",  NULL,                 N_("Show Copy_right"),           
"F7",         N_("Show Copyright notice(s)"),                
(GCallback)set_draw_copyright, TRUE },
   { "ShowCenterMark", NULL,                 N_("Show _Center Mark"),         
"F6",         N_("Show Center Mark"),                        
(GCallback)set_draw_centermark, TRUE },
   { "FullScreen",     GTK_STOCK_FULLSCREEN, N_("_Full Screen"),              
"F11",        N_("Activate full screen mode"),               
(GCallback)full_screen_cb, FALSE },
   { "ViewSidePanel",  GTK_STOCK_INDEX,      N_("Show Side Pa_nel"),          
"F9",         N_("Show Side Panel"),                         
(GCallback)view_side_panel_cb, TRUE },
-- 
1.7.2.3


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Viking-devel mailing list
Viking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viking-devel
Viking home page: http://viking.sf.net/

Reply via email to