]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyparse.c
move the openbox engine into librender and the kernel. the theme is loaded and stored...
[chaz/openbox] / plugins / keyboard / keyparse.c
index 15f6e0c5f3c87726edcd886a5f53acd144f8dc1c..ba283dd81d0d03e6102a09700e9f4327c54f51d6 100644 (file)
@@ -21,7 +21,7 @@ void keyparse(ParseToken *token)
             top = token->data.identifier;
             return;
         } else {
-            yyerror("syntax error (expected Key)");
+            yyerror("syntax error (expected kbind)");
             err = TRUE;
         }
     } else if (chain == NULL) {
@@ -95,7 +95,7 @@ void keyparse(ParseToken *token)
         if (kbind(strchain, action))
             action = NULL; /* don't free this if kbind succeeds */
         else
-            yyerror("failed to add binding");
+            yyerror("failed to add key binding");
         /* free the char*'s */
         g_list_free(strchain);
 
This page took 0.022609 seconds and 4 git commands to generate.