diff options
author | Luis Ibanez <luis.ibanez@kitware.com> | 2001-06-21 11:37:49 (GMT) |
---|---|---|
committer | Luis Ibanez <luis.ibanez@kitware.com> | 2001-06-21 11:37:49 (GMT) |
commit | 8fe1e1fcc6be2de71ebe3ce2e252c2e8bd75931b (patch) | |
tree | dc800ad187dcc2603f743f57f525679677974a60 /Source/FLTKDialog/CMakeSetupGUI.cxx | |
parent | d21fca47a968202aec241b60d0c44d367171c221 (diff) | |
download | CMake-8fe1e1fcc6be2de71ebe3ce2e252c2e8bd75931b.zip CMake-8fe1e1fcc6be2de71ebe3ce2e252c2e8bd75931b.tar.gz CMake-8fe1e1fcc6be2de71ebe3ce2e252c2e8bd75931b.tar.bz2 |
ENH: PropertyNameButton was removed. PropertyRow manages all the callbacks now
Diffstat (limited to 'Source/FLTKDialog/CMakeSetupGUI.cxx')
-rw-r--r-- | Source/FLTKDialog/CMakeSetupGUI.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/FLTKDialog/CMakeSetupGUI.cxx b/Source/FLTKDialog/CMakeSetupGUI.cxx index dac7f42..7855d36 100644 --- a/Source/FLTKDialog/CMakeSetupGUI.cxx +++ b/Source/FLTKDialog/CMakeSetupGUI.cxx @@ -127,7 +127,7 @@ void CMakeSetupGUI::Show(void) { } bool CMakeSetupGUI::SetBinaryPath(const char *) { -return true;} +} bool CMakeSetupGUI::SetSourcePath(const char *) { -return true;} +} |