Log Message:
-----------
gtk fix

Modified Files:
--------------
    pgadmin3/src/ui:
        frmHint.cpp (r1.5 -> r1.6)

Index: frmHint.cpp
===================================================================
RCS file: /projects/pgadmin3/src/ui/frmHint.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lsrc/ui/frmHint.cpp -Lsrc/ui/frmHint.cpp -u -w -r1.5 -r1.6
--- src/ui/frmHint.cpp
+++ src/ui/frmHint.cpp
@@ -218,5 +218,5 @@
 
 void frmHint::OnFix(wxCommandEvent &ev)
 {
-    EndDialog(HINT_RC_FIX);
+    EndModal(HINT_RC_FIX);
 }
\ No newline at end of file
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to