[Commits] [SCM] claws branch, master, updated. 3.11.1-189-g13198cd

ticho at claws-mail.org ticho at claws-mail.org
Wed Jul 1 21:48:19 CEST 2015


The branch, master has been updated
       via  13198cd1802012dec7e8c87a6185b4f8c11f63ae (commit)
      from  226efcbfa441f121d1b12a2ad43d830865e50e2d (commit)

Summary of changes:
 src/folder.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 13198cd1802012dec7e8c87a6185b4f8c11f63ae
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Wed Jul 1 21:47:57 2015 +0200

    Fix a Win32-specific syntax error.

diff --git a/src/folder.c b/src/folder.c
index 081c4b1..b0ae336 100644
--- a/src/folder.c
+++ b/src/folder.c
@@ -4817,7 +4817,7 @@ gboolean folder_local_name_ok(const gchar *name)
 {
 #ifdef G_OS_WIN32
 	if (name[0] == '.' || new_folder[strlen(name) - 1] == '.') {
-		alertpanel_error(_("A folder name cannot begin or end with a dot.");
+		alertpanel_error(_("A folder name cannot begin or end with a dot."));
 		return FALSE;
 	}
 #endif

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list