diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-07-12 08:19:58 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-07-12 08:19:58 +0000 |
| commit | d9da2a4f178e71f5b33ea158c0631e86220f2e5d (patch) | |
| tree | 5502c8d1addd8f0b270877102185604c103936e8 /src/rdf.h | |
| parent | Fix for 1023655 : IMprovments to Embedded script UI (diff) | |
| download | inkscape-d9da2a4f178e71f5b33ea158c0631e86220f2e5d.tar.gz inkscape-d9da2a4f178e71f5b33ea158c0631e86220f2e5d.zip | |
Fix for 612221 : Add metadata default configuration in the preferences
(bzr r11544)
Diffstat (limited to 'src/rdf.h')
| -rw-r--r-- | src/rdf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,8 @@ #include <glibmm/i18n.h> #include "document.h" +#define PREFS_METADATA "/metadata/rdf/" + // yeah, it's not a triple yet... /** * \brief Holds license name/resource doubles for rdf_license_t entries @@ -132,6 +134,8 @@ void rdf_set_license(SPDocument * doc, void rdf_set_defaults ( SPDocument * doc ); +void rdf_add_from_preferences ( SPDocument *doc ); + #endif // SEEN_RDF_H /* |
