* Remove GetLocaleName from BCountry
* Add GetName to BLocale instead git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37919 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -49,7 +49,6 @@ public:
|
||||
~BCountry();
|
||||
|
||||
bool GetName(BString& name) const;
|
||||
bool GetLocaleName(BString& name) const;
|
||||
const char* Code() const;
|
||||
status_t GetIcon(BBitmap* result) const;
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ public:
|
||||
const BCountry* Country() const { return &fCountry; }
|
||||
const BLanguage* Language() const { return &fLanguage; }
|
||||
const char* Code() const;
|
||||
bool GetName(BString& name) const;
|
||||
|
||||
void SetCountry(const BCountry& newCountry);
|
||||
void SetCollator(const BCollator& newCollator);
|
||||
|
||||
Reference in New Issue
Block a user