Show
Ignore:
Timestamp:
04/20/06 10:08:49 (3 years ago)
Author:
jordi
Message:

The Main presenter now pass the last folder used to open a file to the view, so it can change the shown folder on the open dialog. Also, the main presenter saves the last folder to the configuration class.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/MainPterTest.h

    r66 r97  
    3333        CPPUNIT_TEST (badPassword); 
    3434        CPPUNIT_TEST (goodPassword); 
     35        CPPUNIT_TEST (lastFolder); 
    3536        CPPUNIT_TEST (pageNavigation); 
    3637        CPPUNIT_TEST (pageNavigationEntry); 
     
    5455            void badPassword (void); 
    5556            void goodPassword (void); 
     57            void lastFolder (void); 
    5658            void pageNavigation (void); 
    5759            void pageNavigationEntry (void);