]> git.stg.codes - stg.git/blobdiff - projects/sgconv/settings_impl.h
Patch from SpiderX <spiderx@spiderx.dp.ua> - convertor -> sgconv
[stg.git] / projects / sgconv / settings_impl.h
index eec21d685e09e348b647febb9156a7a969901ad8..3dfb9596e666cf1f5dcc1f3c6f2ea2201095cc76 100644 (file)
@@ -38,7 +38,7 @@ class DOTCONFDocumentNode;
 
 class SETTINGS_IMPL {
 public:
-    SETTINGS_IMPL() : confFile("./convertor.conf") {}
+    SETTINGS_IMPL() : confFile("./sgconv.conf") {}
     SETTINGS_IMPL(const std::string & cf) : confFile(cf) {}
     ~SETTINGS_IMPL() {}
     int ReadSettings();