Use the proper button ids.

With the invalid ids the buttons on the horizontal scrollbar didn't fix,
which has been fix.
This commit is contained in:
Mark de Wever 2009-01-02 13:34:08 +00:00
parent 8279111a65
commit 01df1d2fee

View file

@ -11,7 +11,7 @@ horizontal_grow = "true"
# note we want a special button definition for this later.
[button]
id = "_half_page_left"
id = "_half_page_up"
definition = "left_arrow"
[/button]
@ -32,7 +32,7 @@ horizontal_grow = "true"
# note we want a special button definition for this later.
[button]
id = "_half_page_right"
id = "_half_page_down"
definition = "right_arrow"
[/button]