Fix typo causing Javascript Shell to not enable
authorThomas Berezansky <tsbere@mvlc.org>
Fri, 30 Dec 2011 16:54:00 +0000 (11:54 -0500)
committerDan Scott <dscott@laurentian.ca>
Fri, 30 Dec 2011 17:04:22 +0000 (12:04 -0500)
DEBUG_CIENT != DEBUG_CLIENT

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul

index 5cc71b8..923000b 100644 (file)
@@ -80,7 +80,7 @@
     <command id="cmd_console"
              perm="DEBUG_CLIENT" />
     <command id="cmd_shell"
-             perm="DEBUG_CIENT"
+             perm="DEBUG_CLIENT"
              />
     <command id="cmd_xuleditor"
              perm="DEBUG_CLIENT"