diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-04-14 13:56:38 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-04-14 13:56:38 +0000 |
| commit | 4c5b63b1dc102d1675bd24d264d974b71af8eea0 (patch) | |
| tree | 2c19efcda207a4a6d58228d2205918ef60d09f94 /src/ui/dialog/export.h | |
| parent | Add --enable-gtk3-experimental build + use external GDL if possible (diff) | |
| download | inkscape-4c5b63b1dc102d1675bd24d264d974b71af8eea0.tar.gz inkscape-4c5b63b1dc102d1675bd24d264d974b71af8eea0.zip | |
more c++ification in export dialog / fixing warning for in case of new and unsaved document
(bzr r11245)
Diffstat (limited to 'src/ui/dialog/export.h')
| -rw-r--r-- | src/ui/dialog/export.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/export.h b/src/ui/dialog/export.h index 1277f06f5..348a3e0e3 100644 --- a/src/ui/dialog/export.h +++ b/src/ui/dialog/export.h @@ -190,7 +190,7 @@ private: /** * Progress dialog callbacks */ - GtkWidget * create_progress_dialog (gchar *progress_text); + GtkWidget * create_progress_dialog (Glib::ustring progress_text); static unsigned int onProgressCallback (float value, void *data); static void onProgressCancel ( GtkWidget *widget, GObject *base ); static gint onProgressDelete ( GtkWidget *widget, GdkEvent *event, GObject *base ); @@ -200,7 +200,7 @@ private: */ void set_default_filename (); gchar* create_filepath_from_id (const gchar *id, const gchar *file_entry_text); - gchar *filename_add_extension (const gchar *filename, const gchar *extension); + Glib::ustring filename_add_extension (Glib::ustring filename, Glib::ustring extension); gchar *absolutize_path_from_document_location (SPDocument *doc, const gchar *filename); /* |
