You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-unicode...

12 lines
492 B

--- src/MagicParser.cs 2007-04-23 17:03:52.000000000 -0500
+++ src/MagicParser.cs 2007-04-23 17:04:02.000000000 -0500
@@ -28,7 +28,7 @@
private MagicDate md = new MagicDate();
private MagicTime mt = new MagicTime();
- private static string DATE_TIME_SEP = "at|a|à|@";
+ private static string DATE_TIME_SEP = "at|a|@";
private static Regex[] GENERIC = {
new Regex("^(?<date>.*)\\W+("+DATE_TIME_SEP+")\\W+(?<time>.*)$", RegexOptions.IgnoreCase | RegexOptions.Compiled),