mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add comment about why there is no setlocale in main.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12343 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
cbcce8876d
commit
491cb81a8c
@ -43,6 +43,8 @@ int main(int argc, char ** argv)
|
||||
{
|
||||
|
||||
#ifdef HAVE_GETTEXT
|
||||
/* setlocale (LC_ALL, ""); is already called by gtk_set_locale()
|
||||
via gtk_init(). */
|
||||
bindtextdomain (TEXT_DOMAIN, LOCALE_DIR);
|
||||
textdomain (TEXT_DOMAIN);
|
||||
bind_textdomain_codeset (TEXT_DOMAIN, "UTF-8");
|
||||
|
Loading…
Reference in New Issue
Block a user