From a42263cbaf950dc40ad1f16bcfd592a77d7415d2 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Tue, 5 Jan 2021 01:03:25 -0600 Subject: [PATCH] Create 64.md --- docs/forum/bitcoin-forum/64.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/forum/bitcoin-forum/64.md diff --git a/docs/forum/bitcoin-forum/64.md b/docs/forum/bitcoin-forum/64.md new file mode 100644 index 0000000..77a2920 --- /dev/null +++ b/docs/forum/bitcoin-forum/64.md @@ -0,0 +1,28 @@ +--- +layout: forum +title: 'Re: UI improvements' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 64 +date: 2010-02-23 01:16:28 UTC +original: https://bitcointalk.org/index.php?topic=60.msg434#msg434 +--- + +# Re: UI improvements + +--- + +``` +Re: UI improvements +February 23, 2010, 01:16:28 AM + +There are now "Sending" and "Receiving" tabs in the Address Book. Your addresses are referred to as "receiving addresses". + +madhatter was working on building it on Mac. He had errors probably caused by UTF-16 wxWidgets 2.8. Should have better luck now with 2.9.0. wxWidgets 2.9.0 is UTF-8 and wouldn't have that problem. + +I think he had it working on FreeBSD, but he wanted a non-UI version. + +I have the command line and JSON-RPC daemon version working now. Will SVN it in a day or two. + +I disabled gdm on my Ubuntu system so it boots into command line. I hope I will be able to get it enabled again with rcconf. +```