mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-29 16:13:27 +03:00
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2820 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
9838a5182e
commit
62d616b62b
@ -4150,7 +4150,8 @@ void do_credits(void)
|
||||
};
|
||||
|
||||
/* credits[14]: Make sure this name is displayed properly, since we
|
||||
* can't dynamically assign it above. */
|
||||
* can't dynamically assign it above, using Unicode 00F6 (Latin
|
||||
* Small Letter O with Diaresis) if applicable. */
|
||||
credits[14] =
|
||||
#ifdef NANO_WIDE
|
||||
ISSET(USE_UTF8) ? "Florian K\xC3\xB6nig" :
|
||||
|
Loading…
Reference in New Issue
Block a user