* Introduce a new method in BCountry to get the first day of week (monday or sunday)

* Localize date in deskbar properly, and use the new API to show the calendar. The "show european date" checkbox is now gone.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37344 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues
2010-07-02 17:15:55 +00:00
parent 38319af892
commit 2f0eb7b11e
13 changed files with 40 additions and 65 deletions
+2
View File
@@ -49,6 +49,8 @@ class BCountry {
const char* DateSeparator() const;
const char* TimeSeparator() const;
int StartOfWeek();
// numbers
virtual void FormatNumber(char* string, size_t maxSize, double value);