2008-05-12 [wwp] 3.4.0cvs30
[claws.git] / src / addressbook.c
index de591dd0762f41dd682d71c122b8b9e12b5dd376..0470b16e4a48a651179e7b06abed23ce4e23cf32 100644 (file)
@@ -5181,7 +5181,7 @@ gboolean addressbook_peek_folder_exists( gchar *folderpath,
        if ( folderpath == NULL )
                return FALSE;
 
-       if ( strcasecmp(folderpath, _("Any")) == 0 || *folderpath == '\0' )
+       if ( strcasecmp(folderpath, "Any") == 0 || *folderpath == '\0' )
                return TRUE;
 
        /* split the folder path we've received, we'll try to match this path, subpath by