org.guifications.plugins: 7d4cddb9c89e67e5c791f59d01fb8ae30f092795
rekkanoryo at guifications.org
rekkanoryo at guifications.org
Sun Jun 8 19:25:10 CDT 2008
-----------------------------------------------------------------
Revision: 7d4cddb9c89e67e5c791f59d01fb8ae30f092795
Ancestor: 8f79c912ab5995822f9eeae0cbe69140ee15d3ce
Author: rekkanoryo at guifications.org
Date: 2008-06-09T00:28:56
Branch: org.guifications.plugins
Modified files:
slashexec/slashexec.c
ChangeLog:
Fix the slashexec prefs so that a mnemonic isn't incorrectly interpreted
from the strings.
-----------------------------------------------------------------
This revision's diffstat output:
slashexec.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
============================================================
--- slashexec/slashexec.c 0ffea87f77dd70d0fb651bd9cb9250d3918dd8d3
+++ slashexec/slashexec.c 1773388ea5356f7802376d4c5f227fcba3165227
@@ -430,11 +430,11 @@ get_plugin_pref_frame(PurplePlugin *plug
purple_plugin_pref_frame_add(frame, pref);
pref = purple_plugin_pref_new_with_name_and_label(PREF_SLASH,
- _("/exec Command (/exec some_command)"));
+ _("/exec Command (/exec someCommand)"));
purple_plugin_pref_frame_add(frame, pref);
pref = purple_plugin_pref_new_with_name_and_label(PREF_BANG,
- _("Exclamation point (!some_command)"));
+ _("Exclamation point (!someCommand)"));
purple_plugin_pref_frame_add(frame, pref);
return frame;
More information about the Plugins-commits
mailing list