Changeset 263 for trunk/src/IMainView.h

Show
Ignore:
Timestamp:
02/23/07 03:05:25 (22 months ago)
Author:
jordi
Message:

"Save a copy" dialog now sets the original PDF file name as input file name for saving. This fixes bug #72.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IMainView.h

    r259 r263  
    116116            ///                   used to show this folder when the save dialog 
    117117            ///                   appears. 
     118            /// @param fileName The file name to set as the initial name to 
     119            ///                 the save dialog. 
    118120            /// 
    119121            /// @return A copy of the file name that the user will try to use 
     
    121123            ///         This string will be freed by the presenter. 
    122124            /// 
    123             virtual gchar *saveFileDialog (const gchar *lastFolder) = 0; 
     125            virtual gchar *saveFileDialog (const gchar *lastFolder, 
     126                                           const gchar *fileName) = 0; 
    124127 
    125128            ///