*** empty log message ***
[m17n/m17n-lib-cs.git] / input.cs
index 465fe64..9cc52e7 100644 (file)
--- a/input.cs
+++ b/input.cs
@@ -13,7 +13,7 @@ public class Test
   public static void Main()
   {
     //M17n.debug = true;
-    MDatabase.ApplicationDir = "/usr/local/share/m17n-xml";
+    MDatabase.ApplicationDir = "/usr/local/share/m17n";
     MText desc, title;
     Xex.Variable[] vars;
     MInputMethod.Command[] cmds;
@@ -26,7 +26,7 @@ public class Test
 
     Console.WriteLine (node.OuterXml);
 
-#elif true
+#elif false
     MInputMethod im = MInputMethod.Find ("vi", "telex");
 
     if (im.Info (out desc, out title, out vars, out cmds))