Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2012-06-18 19:21:00 +0000
committerSilenio Quarti2012-06-18 19:22:52 +0000
commit6cfe3d127e0b01ad97a0805575f2dfaa61a02410 (patch)
tree12501248c7a43286b2832fc8bf798f3a7725ca54 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parentf5471f1dce5662b63a70164ff03da95148af503a (diff)
downloadeclipse.platform.swt-6cfe3d127e0b01ad97a0805575f2dfaa61a02410.tar.gz
eclipse.platform.swt-6cfe3d127e0b01ad97a0805575f2dfaa61a02410.tar.xz
eclipse.platform.swt-6cfe3d127e0b01ad97a0805575f2dfaa61a02410.zip
Bug 376448 - [DBCS4.2] AIX 7, DirectoryDialog returns 'null' if selected
path contains DBCS characters Bug 377246 - [DBCS] AIX 7: FileDialog returns 'null' if selected path contains DBCS characters
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
index f7321e2d6a..a784fb1763 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
@@ -261,6 +261,7 @@ typedef enum {
_1g_1file_1query_1info_FUNC,
_1g_1file_1read_FUNC,
_1g_1file_1test_FUNC,
+ _1g_1filename_1display_1name_FUNC,
_1g_1filename_1from_1uri_FUNC,
_1g_1filename_1from_1utf8_FUNC,
_1g_1filename_1to_1uri_FUNC,

Back to the top