Changeset 263 for trunk/src/IMainView.h
- Timestamp:
- 02/23/07 03:05:25 (22 months ago)
- Files:
-
- 1 modified
-
trunk/src/IMainView.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/IMainView.h
r259 r263 116 116 /// used to show this folder when the save dialog 117 117 /// appears. 118 /// @param fileName The file name to set as the initial name to 119 /// the save dialog. 118 120 /// 119 121 /// @return A copy of the file name that the user will try to use … … 121 123 /// This string will be freed by the presenter. 122 124 /// 123 virtual gchar *saveFileDialog (const gchar *lastFolder) = 0; 125 virtual gchar *saveFileDialog (const gchar *lastFolder, 126 const gchar *fileName) = 0; 124 127 125 128 ///
