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++ » UppHub » mini bugfix in TabBar
mini bugfix in TabBar [message #23839] Wed, 25 November 2009 21:17 Go to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
TabBar.cpp:1367

void TabBar::Set(int n, const Value &newkey, const Value &newvalue, Image icon)
change
..
tabs[n].value = newkey;
..
to
..
tabs[n].value = newvalue;
..
 
Read Message
Read Message
Previous Topic: SysInfo and FileToTrashBin
Next Topic: Bazaar packages in U++ web
Goto Forum:
  


Current Time: Wed May 29 00:45:05 CEST 2024

Total time taken to generate the page: 0.02743 seconds