Commit: 2b39ab4dea0860ac3251f94c15215b6084ad5b35 Trac URL: http://developer.wz2100.net/changeset/2b39ab4dea0860ac3251f94c15215b6084ad5b35
Author: buginator <[email protected]> Date: Sat Nov 20 01:11:18 2010 -0500 Clarify the the numbers below the flag are for position, not player numbers. src/multiint.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/multiint.c b/src/multiint.c index efaa443..cd244f0 100644 --- a/src/multiint.c +++ b/src/multiint.c @@ -1497,7 +1497,7 @@ static void addColourChooser(UDWORD player) 23, //y iV_GetImageWidth(FrontImages,IMAGE_WEE_GUY)+7, //w iV_GetImageHeight(FrontImages,IMAGE_WEE_GUY), //h - _("Player number"), IMAGE_WEE_GUY, IMAGE_WEE_GUY, 10 + i); + _("Player position"), IMAGE_WEE_GUY, IMAGE_WEE_GUY, 10 + i); } if (!NetPlay.isHost) ------------------------- Commit: 0c77b898c2ba0e6087099f9cc67e56755c83115c Trac URL: http://developer.wz2100.net/changeset/0c77b898c2ba0e6087099f9cc67e56755c83115c Author: buginator <[email protected]> Date: Sat Nov 20 01:13:17 2010 -0500 Changelog: Show tooltips for player & tech level buttons. We can't show tooltips on a unrelated context / form. The side-efect of this is that if tabs are used, then the items rendered on the first 'page' of the form don't get rendered on each addition page. src/multimenu.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ------------------------- ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Warzone2100-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/warzone2100-commits
