diff options
| author | Andrew rugby471@gmail.com <> | 2011-03-24 19:14:21 +0000 |
|---|---|---|
| committer | Andrew rugby471@gmail.com <> | 2011-03-24 19:14:21 +0000 |
| commit | 002481162f050709a125e38dc60145ef77c10c98 (patch) | |
| tree | 8ab6929749e954648e2aae51992eefa94319babe /src/io/sys.h | |
| parent | Split OCALDialog code in fill.cpp into two, so we can have async stuff working (diff) | |
| download | inkscape-002481162f050709a125e38dc60145ef77c10c98.tar.gz inkscape-002481162f050709a125e38dc60145ef77c10c98.zip | |
Made dialog's state persistant
Cleanup of code
Made download of image work
Put all images into a /tmp/openclipart directory
Use GUID for filename
(bzr r10092.1.18)
Diffstat (limited to 'src/io/sys.h')
| -rw-r--r-- | src/io/sys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/sys.h b/src/io/sys.h index 8623f6be9..8ece3b84a 100644 --- a/src/io/sys.h +++ b/src/io/sys.h @@ -61,6 +61,8 @@ void spawn_async_with_pipes (const std::string& working_directory, int* standard_output, int* standard_error); +Glib::ustring get_file_extension(Glib::ustring path); + } } |
