Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » FileSelector charset problem - patch
Re: FileSelector charset problem - patch [message #661 is a reply to message #660] Tue, 24 January 2006 01:23 Go to previous messageGo to previous message
zsolt is currently offline  zsolt
Messages: 702
Registered: December 2005
Location: Budapest, Hungary
Contributor
I mean this way would be correct:
	String title;
	if(dlgtitle)
		title = ToSystemCharset(dlgtitle);
	else if(open)
		title = ToSystemCharset(t_("Open.."));
	else
		title = ToSystemCharset(t_("Save as"));
	ofn.lpstrTitle = ~title;
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: scrollbar missing for LineEdit [FIXED]
Next Topic: editors problems: tabs, capitalization... [FIXED]
Goto Forum:
  


Current Time: Fri Aug 29 22:37:28 CEST 2025

Total time taken to generate the page: 0.04424 seconds