Log Message:
-----------
Use original quotes consistently [Hiroshi Saito]

Modified Files:
--------------
    pgadmin3/src/utils:
        pgconfig.cpp (r1.1 -> r1.2)

Index: pgconfig.cpp
===================================================================
RCS file: /projects/pgadmin3/src/utils/pgconfig.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsrc/utils/pgconfig.cpp -Lsrc/utils/pgconfig.cpp -u -w -r1.1 -r1.2
--- src/utils/pgconfig.cpp
+++ src/utils/pgconfig.cpp
@@ -152,7 +152,7 @@
         newLine = wxT("# ");
 
     newLine += item->name + wxT(" = ")
-            + quote + value + wxT("'");
+            + quote + value + quote;
 
     if (!comment.IsEmpty())
     {
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to