From: Jacek S. <arn...@gm...> - 2008-01-14 14:23:29
|
>> that's the way to go... > Well it's up to you, i just cannot guarantee spelling things correctly the American way. My English spelling isn't perfect, but at least with it, i know when i've spelt a word wrong, and can look it up. Not really too much off a big issue at the moment, as the only two i've seen spelt "wrong" are Colour and Favourites. I've seen spell checkers for source code editors - maybe find one of those? I know eclipse and gedit has them as plugins at least...in any case, if you get it wrong, I'm sure someone will complain at some point... > Okay, i'll try with that one tomorrow. The _I part of the TSTRING_I isn't anything to worry about then ? (to be honest i have no idea what the _I relates too), since i saw another TSTRING_I in a different file and didn't know what to do with that one either. See the macro definitions in ResourceManager.h - _I doesn't prefix the string you pass with ResourceManager:: so it was used whenever the enum name wasn't passed directly...the short answer would be that both map to T_... /J |