aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-specification.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-specification.c')
-rw-r--r--widgets/table/e-table-specification.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-specification.c b/widgets/table/e-table-specification.c
index b5b0710ff2..9d2e24b09a 100644
--- a/widgets/table/e-table-specification.c
+++ b/widgets/table/e-table-specification.c
@@ -136,7 +136,7 @@ e_table_specification_load_from_file (ETableSpecification *specification,
#ifdef G_OS_WIN32
{
- gchar *locale_filename = gnome_win32_locale_filename_from_utf8 (filename);
+ gchar *locale_filename = g_win32_locale_filename_from_utf8 (filename);
doc = xmlParseFile (locale_filename);
g_free (locale_filename);
}