SF.net SVN: geany-plugins:[1784] trunk/geany-plugins/codenav/src/ switch_head_impl.c
frlan at users.sourceforge.net
frlan at xxxxx
Mon Dec 27 20:53:10 UTC 2010
Revision: 1784
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1784&view=rev
Author: frlan
Date: 2010-12-27 20:53:10 +0000 (Mon, 27 Dec 2010)
Log Message:
-----------
Remove tralling space in front of a ?
Modified Paths:
--------------
trunk/geany-plugins/codenav/src/switch_head_impl.c
Modified: trunk/geany-plugins/codenav/src/switch_head_impl.c
===================================================================
--- trunk/geany-plugins/codenav/src/switch_head_impl.c 2010-12-24 09:59:07 UTC (rev 1783)
+++ trunk/geany-plugins/codenav/src/switch_head_impl.c 2010-12-27 20:53:10 UTC (rev 1784)
@@ -357,7 +357,7 @@
GTK_DIALOG_MODAL,
GTK_MESSAGE_QUESTION,
GTK_BUTTONS_OK_CANCEL,
- _("%s not found, create it ?"), p_str);
+ _("%s not found, create it?"), p_str);
gtk_window_set_title(GTK_WINDOW(dialog), "Geany");
if(gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_OK)
{
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