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.