ENH: Load the cache at start

This commit is contained in:
Luis Ibanez 2001-05-17 12:37:27 -04:00
parent 9277acda6a
commit 063e398d57
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ int main()
= new CMakeSetupGUIImplementation;
gui->Show();
gui->LoadCacheFromDiskToGUI();
Fl::run();