diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-07-25 09:03:47 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-07-25 09:03:47 +0000 |
| commit | 384a3997b3def9d8382602d97b71649d902e6c38 (patch) | |
| tree | f2ac1ba3fd818063aa61022dc6b23302ed3f99cf /src/path-prefix.h | |
| parent | Improve tooltip for open button in preferences (diff) | |
| download | inkscape-384a3997b3def9d8382602d97b71649d902e6c38.tar.gz inkscape-384a3997b3def9d8382602d97b71649d902e6c38.zip | |
Add some Marting sugestions about main.cpp in MR
Diffstat (limited to 'src/path-prefix.h')
| -rw-r--r-- | src/path-prefix.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/path-prefix.h b/src/path-prefix.h index a557ca340..598a2eff8 100644 --- a/src/path-prefix.h +++ b/src/path-prefix.h @@ -20,7 +20,8 @@ char *append_inkscape_datadir(const char *relative_path); - +char *get_datadir_path(); +char *get_extensions_path(); #ifdef _WIN32 #undef INKSCAPE_DATADIR #define INKSCAPE_DATADIR append_inkscape_datadir(NULL) |
