Patch: password style for the "Add Server" dialog - Mailing list pgadmin-support

From Ivan Nejgebauer
Subject Patch: password style for the "Add Server" dialog
Date
Msg-id 4149623E.9010305@uns.ns.ac.yu
Whole thread Raw
Responses Re: Patch: password style for the "Add Server"  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-support
The password text field in the "Add Server" dialog lacks the password
style option, so the password is displayed in the clear when typed in.
The attached patch fixes it.

i.
--- src/ui/common/dlgServer.xrc.old    Sun Aug 15 21:21:49 2004
+++ src/ui/common/dlgServer.xrc    Thu Sep 16 11:48:12 2004
@@ -82,6 +82,7 @@
           </object>
           <object class="wxTextCtrl" name="txtPassword">
             <pos>70,110d</pos>
+            <style>wxTE_PASSWORD</style>
             <size>135,-1d</size>
           </object>
         </object>
@@ -109,4 +110,4 @@
     <size>218,168d</size>
     <style></style>
   </object>
-</resource>
\ No newline at end of file
+</resource>

pgadmin-support by date:

Previous
From: "Diego A. Gil"
Date:
Subject: Re: crash in FC2
Next
From: "Diego A. Gil"
Date:
Subject: Re: Patch: view data for tables/views on double