projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
226efcb
)
Fix a Win32-specific syntax error.
author
Andrej Kacian
<ticho@claws-mail.org>
Wed, 1 Jul 2015 19:47:57 +0000
(21:47 +0200)
committer
Andrej Kacian
<ticho@claws-mail.org>
Wed, 1 Jul 2015 19:47:57 +0000
(21:47 +0200)
src/folder.c
patch
|
blob
|
history
diff --git
a/src/folder.c
b/src/folder.c
index 081c4b1e2106956d42100394c68073a9e87cc5b0..b0ae336812672d7be1ac1de660ef9550e40e3401 100644
(file)
--- 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