diff options
| author | Manolo Gouy <Manolo> | 2010-01-27 23:25:00 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-01-27 23:25:00 +0000 |
| commit | bbeead925957bb389ab8981244aa2b1fb7561b47 (patch) | |
| tree | 587bd46d75f1db451eecf3693feb1389b6239b19 /test/colbrowser.cxx | |
| parent | 6fe1ac09f45c8d2c389c3761cedaadc43e7cc4e3 (diff) | |
minor changes so all demos work under Xcode.
Modified files are:
- test/demo.cxx
- test/demo.menu
- test/colbrowser.cxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7033 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/colbrowser.cxx')
| -rw-r--r-- | test/colbrowser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/colbrowser.cxx b/test/colbrowser.cxx index 98100da8a..f90559eb9 100644 --- a/test/colbrowser.cxx +++ b/test/colbrowser.cxx @@ -67,7 +67,7 @@ main(int argc, char *argv[]) create_form_cl(); #ifdef USING_XCODE - strcpy(dbname, "../../../../test/rgb.txt"); + strcpy(dbname, "../../../../../../../test/rgb.txt"); #else strcpy(dbname, "rgb.txt"); #endif |
