diff options
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-x | tools/genruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 1042408..38cd6e7 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -418,7 +418,7 @@ libs << elm_h('elm_menu.h', 'ElmMenu') #libs << elm_h('elm_mirroring.h', 'ElmX') #libs << elm_h('elm_need.h', 'ElmX') libs << elm_h('elm_notify.h', 'ElmNotify') -#libs << elm_h('elm_pager.h', 'ElmX') +libs << elm_h('elm_pager.h', 'ElmPager') libs << elm_h('elm_panel.h', 'ElmPanel') libs << elm_h('elm_panes.h', 'ElmPanes') #libs << elm_h('elm_password.h', 'ElmX') |