Thanks, i fixed it just now :)
________________________________ I should have copy and pasted the truth.
-------- Оригинално писмо --------
От: Dimitar Zhekov dimitar.zhekov@gmail.com
Относно: Re: [Geany-devel] SF.net SVN: geany-plugins:[1623] trunk/geany-plugins/treebrowser
До: geany-devel@uvena.de
Изпратено на: Вторник, 2010, Октомври 5 20:07:12 EEST
On Tue, 05 Oct 2010 16:45:11 +0000
dimitrov-adrian@users.sourceforge.net wrote:
Modified: trunk/geany-plugins/treebrowser/src/treebrowser.c
===================================================================
--- trunk/geany-plugins/treebrowser/src/treebrowser.c 2010-10-05 14:50:41 UTC (rev 1622)
+++ trunk/geany-plugins/treebrowser/src/treebrowser.c 2010-10-05 16:45:11 UTC (rev 1623)
if (CONFIG_SHOW_BARS == 0)
dialogs_show_msgbox(GTK_MESSAGE_ERROR, _("Directory '%s' not exists."), directory);
That should be "Directory '%s' does not exist." or "%s: no such
directory." The "not exists x" is sql only AFAIK.