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 » TopWindow title charset problem on win9x - [FIXED]
TopWindow title charset problem on win9x - [FIXED] [message #631] Mon, 23 January 2006 01:00 Go to previous message
zsolt is currently offline  zsolt
Messages: 698
Registered: December 2005
Location: Budapest, Hungary
Contributor
This is a one line patch against CtrlCore/TopWin32.cpp:

51c51
< ::SetWindowText(hwnd, title.ToString());

---
> ::SetWindowText(hwnd, ToSystemCharset(title.ToString()));

[Updated on: Sun, 30 April 2006 16:43] by Moderator

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Next Topic: scrollbar missing for LineEdit [FIXED]
Goto Forum:
  


Current Time: Wed Jun 12 07:20:17 CEST 2024

Total time taken to generate the page: 0.00965 seconds