diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2012-11-06 20:46:14 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2012-11-06 20:46:14 +0000 |
| commit | 78039ecb55130d4b6e30a1aa005b4498d1a6decf (patch) | |
| tree | d4a51605695bd70bdc1b9923860de63149a2b9eb /test/unittest_scrollbarsize.cxx | |
| parent | 00ed897277139be1b03ac90afcf45af3105f2d47 (diff) | |
Replaced 10302 with 10301 for FLTK_ABI_VERSION
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9706 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/unittest_scrollbarsize.cxx')
| -rw-r--r-- | test/unittest_scrollbarsize.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unittest_scrollbarsize.cxx b/test/unittest_scrollbarsize.cxx index ea67d5f65..d150c963b 100644 --- a/test/unittest_scrollbarsize.cxx +++ b/test/unittest_scrollbarsize.cxx @@ -126,7 +126,7 @@ class ScrollBarSizeTest : public Fl_Group { if ( strcmp(label,"A: Scroll Size") == 0 ) { brow_a->scrollbar_size(val); tree_a->scrollbar_size(val); -#if FLTK_ABI_VERSION >= 10302 +#if FLTK_ABI_VERSION >= 10301 // NEW table_a->scrollbar_size(val); #endif @@ -206,7 +206,7 @@ public: "Scrollbar's size should change interactively as size sliders are changed.\n" "Changing 'Global Scroll Size' should affect all three browser's scrollbars UNLESS\n" "the 'A: Scroll Size' slider is changed, in which case its value will take precedence\n" -#if FLTK_ABI_VERSION >= 10302 +#if FLTK_ABI_VERSION >= 10301 "for the 'A' group of widgets."); #else "for the 'A' group of widgets. (NOTE: 'table_a' does not currently support this)"); |
