mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
minor UI tweaks, removed some outdated txt files,
(and json-rpc password -rpcpw= switch, which we're going to revert) git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@108 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
4
ui.cpp
4
ui.cpp
@@ -1132,7 +1132,7 @@ void CMainFrame::OnButtonNew(wxCommandEvent& event)
|
||||
// Ask name
|
||||
CGetTextFromUserDialog dialog(this,
|
||||
_("New Receiving Address"),
|
||||
_("It's good policy to use a new address for each payment you receive.\n\nLabel"),
|
||||
_("You should use a new address for each payment you receive.\n\nLabel"),
|
||||
"");
|
||||
if (!dialog.ShowModal())
|
||||
return;
|
||||
@@ -2372,7 +2372,7 @@ void CAddressBookDialog::OnButtonNew(wxCommandEvent& event)
|
||||
// Ask name
|
||||
CGetTextFromUserDialog dialog(this,
|
||||
_("New Receiving Address"),
|
||||
_("It's good policy to use a new address for each payment you receive.\n\nLabel"),
|
||||
_("You should use a new address for each payment you receive.\n\nLabel"),
|
||||
"");
|
||||
if (!dialog.ShowModal())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user