Show
Ignore:
Timestamp:
04/11/06 11:10:26 (3 years ago)
Author:
jordi
Message:

The main presenter now can open files and changes the window's title to show the file name or the document's title, if it has title. Also changes the the control's sensitiveness.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/MainPterTest.h

    r23 r24  
    2727        CPPUNIT_TEST_SUITE (MainPterTest); 
    2828        CPPUNIT_TEST (initialStatus); 
     29        CPPUNIT_TEST (loadDocument); 
    2930        CPPUNIT_TEST_SUITE_END(); 
    3031 
     
    3435 
    3536            void initialStatus (void); 
     37            void loadDocument (void); 
    3638 
    3739        private: