2008-05-12 [wwp] 3.4.0cvs30
[claws.git] / src / filtering.c
index 8ecd6a5aaad79f8afc5440164e23019fbbf4fdf6..732d2f95194e9d0d75b1e94d53dc246b9df2699c 100644 (file)
@@ -489,7 +489,7 @@ static gboolean filteringaction_apply(FilteringAction * action, MsgInfo * info)
                                gchar *path = NULL;
 
                                if (action->destination == NULL ||
                                gchar *path = NULL;
 
                                if (action->destination == NULL ||
-                                               strcasecmp(action->destination, _("Any")) == 0 ||
+                                               strcasecmp(action->destination, "Any") == 0 ||
                                                *(action->destination) == '\0')
                                        path = NULL;
                                else
                                                *(action->destination) == '\0')
                                        path = NULL;
                                else