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

When an error loading the document happens, the view shows to the user an error message.

Also, updated POTFILES.in with the correct document sources and the MainPter? sources.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/MainPterTest.h

    r25 r26  
    2929        CPPUNIT_TEST (loadDocument); 
    3030        CPPUNIT_TEST (loadCancelled); 
     31        CPPUNIT_TEST (loadFailed); 
    3132        CPPUNIT_TEST_SUITE_END(); 
    3233 
     
    3839            void loadDocument (void); 
    3940            void loadCancelled (void); 
     41            void loadFailed (void); 
    4042 
    4143        private: