gnumeric r17123 - in trunk: . src
- From: mortenw svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r17123 - in trunk: . src
- Date: Wed, 4 Feb 2009 18:56:47 +0000 (UTC)
Author: mortenw
Date: Wed Feb 4 18:56:47 2009
New Revision: 17123
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17123&view=rev
Log:
2009-02-04 Morten Welinder <terra gnome org>
* src/main-application.c (main): Set UTF-8 for gnumeric-functions
too.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/src/main-application.c
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed Feb 4 18:56:47 2009
@@ -96,6 +96,8 @@
* Improve handling of 3D ranges. [#569372]
* For VLOOKUP and friends, do not turn empties into zeroes. [#567389]
* Implement MATCH for wildcards. [#570139]
+ * Fix problem with functions docs in locales without encoding
+ information.
--------------------------------------------------------------------------
Gnumeric 1.9.3
Modified: trunk/src/main-application.c
==============================================================================
--- trunk/src/main-application.c (original)
+++ trunk/src/main-application.c Wed Feb 4 18:56:47 2009
@@ -389,6 +389,7 @@
gnumeric_arg_parse (argc, (char **)argv);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
+ bind_textdomain_codeset (GETTEXT_PACKAGE "-functions", "UTF-8");
with_gui = !func_def_file && !func_state_file && !split_funcdocs;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]