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:
Humdinger
2017-07-31 19:09:38 +02:00
parent ec89bb26a7
commit 99e5e3fd08
5 changed files with 27 additions and 13 deletions
+1 -1
View File
@@ -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);