diff options
Diffstat (limited to 'apps/plugins/lua')
| -rwxr-xr-x | apps/plugins/lua/button_helper.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/button_helper.pl b/apps/plugins/lua/button_helper.pl index d8e83e6..549619c 100755 --- a/apps/plugins/lua/button_helper.pl +++ b/apps/plugins/lua/button_helper.pl @@ -56,7 +56,7 @@ int main(void) { unsigned int i; printf("-- Don't change this file!\\n"); - printf("-- It is automatically generated of button-target.h \%s\\n", "$svnrev"); + printf("-- It is automatically generated of button.h \%s\\n", "$svnrev"); printf("rb.buttons = {\\n"); for(i=0; i<sizeof(buttons)/sizeof(struct button); i++) printf("\\t\%s = \%ld,\\n", buttons[i].name, buttons[i].value); |