Changeset 216 for trunk/tests/DumbMainView.cxx
- Timestamp:
- 06/10/06 18:42:54 (2 years ago)
- Files:
-
- 1 modified
-
trunk/tests/DumbMainView.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/DumbMainView.cxx
r212 r216 20 20 #include "DumbFindView.h" 21 21 #include "DumbPageView.h" 22 #include "DumbPreferencesView.h" 23 #include "DumbPrintView.h" 22 24 #include "DumbMainView.h" 23 25 … … 110 112 DumbMainView::getPreferencesView () 111 113 { 112 return (IPreferencesView *)0; 113 } 114 return new DumbPreferencesView (); 115 } 116 117 #if defined (HAVE_CUPS) 118 IPrintView * 119 DumbMainView::getPrintView () 120 { 121 return new DumbPrintView (); 122 } 123 #endif // HAVE_CUPS 124 114 125 115 126 gchar *
