SF.net SVN: geany-plugins:[811] trunk

frlan at users.sourceforge.net frlan at xxxxx
Sun Jul 12 19:46:59 UTC 2009


Revision: 811
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=811&view=rev
Author:   frlan
Date:     2009-07-12 19:46:59 +0000 (Sun, 12 Jul 2009)

Log Message:
-----------
Fix a minor typo in geanyVC's keybindings

Modified Paths:
--------------
    trunk/geany-plugins/geanyvc/src/geanyvc.c
    trunk/geanyvc/geanyvc.c

Modified: trunk/geany-plugins/geanyvc/src/geanyvc.c
===================================================================
--- trunk/geany-plugins/geanyvc/src/geanyvc.c	2009-07-10 12:36:17 UTC (rev 810)
+++ trunk/geany-plugins/geanyvc/src/geanyvc.c	2009-07-12 19:46:59 UTC (rev 811)
@@ -2089,7 +2089,7 @@
 	keybindings_set_item(plugin_key_group, VC_DIFF_FILE, kbdiff_file, 0, 0,
 			     "vc_show_diff_of_file", _("Show diff of file"), menu_vc_diff_file);
 	keybindings_set_item(plugin_key_group, VC_DIFF_DIR, kbdiff_dir, 0, 0,
-			     "vc_show_diff_of_dir", _("Show diff of diretory"), menu_vc_diff_dir);
+			     "vc_show_diff_of_dir", _("Show diff of directory"), menu_vc_diff_dir);
 	keybindings_set_item(plugin_key_group, VC_DIFF_BASEDIR, kbdiff_basedir, 0, 0,
 			     "vc_show_diff_of_basedir", _("Show diff of basedir"),
 			     menu_vc_diff_basedir);

Modified: trunk/geanyvc/geanyvc.c
===================================================================
--- trunk/geanyvc/geanyvc.c	2009-07-10 12:36:17 UTC (rev 810)
+++ trunk/geanyvc/geanyvc.c	2009-07-12 19:46:59 UTC (rev 811)
@@ -2188,7 +2188,7 @@
 	keybindings_set_item(plugin_key_group, VC_DIFF_FILE, kbdiff_file, 0, 0,
 			     "vc_show_diff_of_file", _("Show diff of file"), menu_vc_diff_file);
 	keybindings_set_item(plugin_key_group, VC_DIFF_DIR, kbdiff_dir, 0, 0,
-			     "vc_show_diff_of_dir", _("Show diff of diretory"), menu_vc_diff_dir);
+			     "vc_show_diff_of_dir", _("Show diff of directory"), menu_vc_diff_dir);
 	keybindings_set_item(plugin_key_group, VC_DIFF_BASEDIR, kbdiff_basedir, 0, 0,
 			     "vc_show_diff_of_basedir", _("Show diff of basedir"),
 			     menu_vc_diff_basedir);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list