Kaynağa Gözat

Merged master into Menu_clening_icons_adding

Marius Stanciu 7 yıl önce
ebeveyn
işleme
5adfeef7fd
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      tclCommands/TclCommandSetSys.py

+ 3 - 1
tclCommands/TclCommandSetSys.py

@@ -55,7 +55,9 @@ class TclCommandSetSys(TclCommand.TclCommand):
             "false": False,
             "False": False,
             "true": True,
-            "True": True
+            "True": True,
+            "mm": "MM",
+            "in": "IN"
         }
 
         if param in self.app.defaults: