Package daemon notifications
* Sentence casing * Localize notification texts in the package kit * Have "Package daemon" as group name and "Warning" as title * Use ::BPrivate in Bitmap.h to solve an ambiguity (as pointed out by PulkoMandy). Though not needed for my changes any more, since a the icon of the notifying app is now shown by default. Fixes #13590.
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
private:
|
||||
friend class BView;
|
||||
friend class BApplication;
|
||||
friend class BPrivate::BPrivateScreen;
|
||||
friend class ::BPrivate::BPrivateScreen;
|
||||
friend class Private;
|
||||
|
||||
virtual status_t Perform(perform_code d, void* arg);
|
||||
|
||||
Reference in New Issue
Block a user