Show
Ignore:
Timestamp:
06/10/06 14:14:55 (2 years ago)
Author:
jordi
Message:

configure script now sets a Makefile condition about printing support. A new empty print dialog has been added.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/PreferencesView.h

    r199 r213  
    3030            virtual const gchar *getBrowserCommandLine (void); 
    3131 
    32             GtkWidget *createExternalCommandsTab (void); 
    33  
    3432        protected: 
    3533            GtkWidget *m_PreferencesDialog; 
    3634            GtkWidget *m_BrowserCommandLine; 
     35 
     36            GtkWidget *createExternalCommandsTab (void); 
    3737    }; 
    3838}