SVN Commit by dpage: r4749 - in trunk/pgadmin3: . src/frm

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4749 - in trunk/pgadmin3: . src/frm
Date: 2005-11-20 22:49:48
Message-ID: 200511202249.jAKMnm1W000905@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-11-20 22:49:48 +0000 (Sun, 20 Nov 2005)
New Revision: 4749

Modified:
trunk/pgadmin3/CHANGELOG.txt
trunk/pgadmin3/src/frm/frmBackup.cpp
Log:
Use a proper 'Save As' style dialogue for selecting backup files

Modified: trunk/pgadmin3/CHANGELOG.txt
===================================================================
--- trunk/pgadmin3/CHANGELOG.txt 2005-11-20 16:12:49 UTC (rev 4748)
+++ trunk/pgadmin3/CHANGELOG.txt 2005-11-20 22:49:48 UTC (rev 4749)
@@ -17,6 +17,7 @@
</ul>
<br>
<ul>
+ <li>2005-11-20 DP 1.4.1 Use a proper 'Save As' style dialogue for selecting backup files
<li>2005-11-20 AP 1.4.1 Don't show pk hint when editing view
<li>2005-11-20 AP 1.4.1 Add missing NO ACTION FK constraint
<li>2005-11-11 AP leave pre-1.5 server config settings untouched

Modified: trunk/pgadmin3/src/frm/frmBackup.cpp
===================================================================
--- trunk/pgadmin3/src/frm/frmBackup.cpp 2005-11-20 16:12:49 UTC (rev 4748)
+++ trunk/pgadmin3/src/frm/frmBackup.cpp 2005-11-20 22:49:48 UTC (rev 4749)
@@ -124,7 +124,7 @@
}


- wxFileDialog file(this, title, wxGetHomeDir(), txtFilename->GetValue(), prompt);
+ wxFileDialog file(this, title, wxGetHomeDir(), txtFilename->GetValue(), prompt, wxSAVE);

if (file.ShowModal() == wxID_OK)
{

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-11-20 22:56:10 SVN Commit by dpage: r4750 - in branches/REL-1_4_0_PATCHES/pgadmin3: . src/frm
Previous Message Dave Page 2005-11-20 20:56:33 Re: pgAdmin3 (v1.4.0) now in DarwinPorts