Code

Translations. French translation minor update.
[inkscape.git] / src / registrytool.h
index 9aa64418950a69c9edd237ae3938fffd06e447f7..e98f2df3886cf16b0a3b0213cf96341cd71686b9 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include <string>
+#include <glibmm.h>
 
 class RegistryTool
 {
@@ -39,13 +40,13 @@ public:
     virtual ~RegistryTool()
         {}
 
-    bool setStringValue(const std::string &key,
-                        const std::string &valueName,
-                        const std::string &value);
+    bool setStringValue(const Glib::ustring &key,
+                        const Glib::ustring &valueName,
+                        const Glib::ustring &value);
 
-    bool getExeInfo(std::string &fullPath,
-                    std::string &path,
-                    std::string &exeName);
+    bool getExeInfo(Glib::ustring &fullPath,
+                    Glib::ustring &path,
+                    Glib::ustring &exeName);
 
     bool setPathInfo();