Code

Implemented gen_cd image into trunk
[gosa.git] / plugins / admin / systems / class_terminalService.inc
index fa8450efb208058620d6855d8f59bad2d7a4f4c5..5a24d156a0a42366af1fc8367e8aab8e0ba5e6c1 100644 (file)
@@ -114,7 +114,7 @@ class termservice extends plugin
       $this->XKbModels[$type] = $type;
     }
 
-    /* Additional values will be extracted from /etc/gosa/keyboardLayouts */
+    /* Additional values will be extracted from CONFIG_DIR.keyboardLayouts */
     $this->XKbLayouts= array ("default"=>"["._("inherited")."]","de"=> "de","intl" =>"intl","us" =>"us");
     $this->XKbVariants= array ("default"=>"["._("inherited")."]", "nodeadkeys"=>"nodeadkeys", "basic"=>"basic");