mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
All icon file names moved to icons.h; .raw extension removed from icon names
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@219 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 95130dee5a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-01-29 (Fri, 29 Jan 2010)
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#include <system/localize.h>
|
||||
|
||||
#include <gui/widget/drawable.h>
|
||||
#include <gui/widget/icons.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -67,7 +68,7 @@ class CHintBoxExt
|
||||
public:
|
||||
CHintBoxExt(const neutrino_locale_t Caption, const char * const Text, const int Width, const char * const Icon);
|
||||
|
||||
CHintBoxExt(const neutrino_locale_t Caption, ContentLines& lines, const int Width = 450, const char * const Icon = "info.raw");
|
||||
CHintBoxExt(const neutrino_locale_t Caption, ContentLines& lines, const int Width = 450, const char * const Icon = NEUTRINO_ICON_INFO);
|
||||
|
||||
~CHintBoxExt(void);
|
||||
|
||||
|
Reference in New Issue
Block a user