Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Patch for projectfileoptionsdlg.cpp

<< < (2/2)

GeO:

--- Quote from: killerbot on March 28, 2010, 12:06:39 am ---great, but I think the %ld Bytes should be _() since the word bytes could be translated into other languages.

--- End quote ---
Yes your are right. I changed it.

for the other problem, i think the reason is, that we use ld, which means long int or unsigned long int.
instead we should use hd, wich means short int or unsigned short int, because wxDateTime_t is defined as:


--- Code: ---typedef unsigned short wxDateTime_t;
--- End code ---


[attachment deleted by admin]

killerbot:
applied, and on my OpenSuse 10.3 box, I now get normal time stamps :-)

GeO:
btw,
this patch solved bug 16288 on berlios
https://developer.berlios.de/bugs/?func=detailbug&bug_id=16288&group_id=5358
so it could be closed

greets GeO

killerbot:
done. Thanks for pointing this out.

Navigation

[0] Message Index

[*] Previous page

Go to full version