diff options
Diffstat (limited to 'gtk/PlatGTK.cxx')
| -rw-r--r-- | gtk/PlatGTK.cxx | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 8e6c527bf..a28a7c973 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -152,7 +152,7 @@ static const char *CharacterSetName(int characterSet) {  	case SC_CHARSET_SYMBOL:  		return "*-*";  	case SC_CHARSET_TURKISH: -		return "*-*"; +		return "*-9";  	case SC_CHARSET_JOHAB:  		return "*-*";  	case SC_CHARSET_HEBREW: @@ -162,7 +162,7 @@ static const char *CharacterSetName(int characterSet) {  	case SC_CHARSET_VIETNAMESE:  		return "*-*";  	case SC_CHARSET_THAI: -		return "*-*"; +		return "*-1";  	default:  		return "*-*";  	} | 
