Commit b2072b09 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2785 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 9905b6ae
Showing with 5 additions and 6 deletions
+5 -6
...@@ -128,10 +128,9 @@ CVS code - ...@@ -128,10 +128,9 @@ CVS code -
(DLR, initial problem with parse_line_column() found by Mike (DLR, initial problem with parse_line_column() found by Mike
Frysinger) Frysinger)
- Rework the credits handling to display Florian König's name - Rework the credits handling to display Florian König's name
properly whether we're in a UTF-8 locale or not. This properly whether we're in a UTF-8 locale or not, and without
requires a minor hack, but it's better than requiring a requiring a massive function that we only use once. Changes
massive function that we only use once. Changes to to do_credits(); removal of make_valid_mbstring(). (DLR)
do_credits(); removal of make_valid_mbstring(). (DLR)
- chars.c: - chars.c:
make_mbstring() make_mbstring()
- Change erroneous ENABLE_EXTRA #ifdef to NANO_EXTRA to fix a - Change erroneous ENABLE_EXTRA #ifdef to NANO_EXTRA to fix a
......
...@@ -4146,8 +4146,8 @@ void do_credits(void) ...@@ -4146,8 +4146,8 @@ void do_credits(void)
N_("Thank you for using nano!") N_("Thank you for using nano!")
}; };
/* credits[14]: Use a minor hack to make sure this name is displayed /* credits[14]: Make sure this name is displayed properly, since we
* properly, since we can't dynamically assign it above. */ * can't dynamically assign it above. */
credits[14] = credits[14] =
#ifdef NANO_WIDE #ifdef NANO_WIDE
ISSET(USE_UTF8) ? "Florian K\xC3\xB6nig" : ISSET(USE_UTF8) ? "Florian K\xC3\xB6nig" :
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment