]> git.stg.codes - stg.git/commitdiff
Patch from SpiderX <spiderx@spiderx.dp.ua> - convertor -> sgconv
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 14 Jan 2013 19:29:36 +0000 (21:29 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 14 Jan 2013 19:29:36 +0000 (21:29 +0200)
projects/sgconv/Makefile
projects/sgconv/build
projects/sgconv/settings_impl.h

index 04c00cc4935d0f98b03adffbbc0ebb778866a9dd..794114c779b3bf450ecf758721a6f80222c1a5f0 100644 (file)
@@ -4,7 +4,7 @@
 
 include ../../Makefile.conf
 
-PROG = convertor
+PROG = sgconv
 
 SRCS = ./main.cpp \
        ./settings_impl.cpp
index 471ee62cd165732d5292bb37e04e3298970beffe..601c01617e09463e17a952dc6567faa38738d5f7 100755 (executable)
@@ -46,13 +46,13 @@ fi
 if [ "$OS" = "unknown" ]
 then 
     echo "#############################################################################"
-    echo "# Sorry, but convertor currently supported by Linux, FreeBSD 4.x, 5.x, 6.x  #"
+    echo "# Sorry, but sgconv currently supported by Linux, FreeBSD 4.x, 5.x, 6.x     #"
     echo "#############################################################################"
     exit 1
 fi
 
 echo "#############################################################################"
-echo "       Building convertor for $sys $release"
+echo "       Building sgconv for $sys $release"
 echo "#############################################################################"
 
 STG_LIBS="logger.lib 
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();