GUI: Replaced search icon with a better looking one.

Icons are by Yusuke Kamiyamane. http://p.yusukekamiyamane.com/
This commit is contained in:
Eugene Sandulenko 2011-10-23 23:42:02 +01:00
parent 4c08fccf58
commit 59474ca128
9 changed files with 10 additions and 2 deletions

View file

@ -432,6 +432,7 @@ Other contributions
Spanish:
Tomas Maidagan
Jordi Vilalta Prat
Swedish:
Hampus Flink
@ -557,6 +558,8 @@ Special thanks to
Tristan - For additional work on the original MT-32 emulator
James Woodcock - Soundtrack enhancements
Some icons by Yusuke Kamiyamane
Tony Warriner and everyone at Revolution Software Ltd. for sharing with us
the source of some of their brilliant games, allowing us to release
Beneath a Steel Sky as freeware... and generally being supportive above

View file

@ -1079,6 +1079,8 @@ begin_credits("Credits");
add_person("James Woodcock", "", "Soundtrack enhancements");
end_persons();
add_paragraph("Some icons by Yusuke Kamiyamane");
add_paragraph(
"Tony Warriner and everyone at Revolution Software Ltd. for sharing ".
"with us the source of some of their brilliant games, allowing us to ".

View file

@ -45,7 +45,7 @@ namespace GUI {
const char * const ThemeEngine::kImageLogo = "logo.bmp";
const char * const ThemeEngine::kImageLogoSmall = "logo_small.bmp";
const char * const ThemeEngine::kImageSearch = "search.bmp";
const char * const ThemeEngine::kImageSearch = "search.png";
struct TextDrawData {
const Graphics::Font *_fontPtr;

View file

@ -491,6 +491,7 @@ static const char *credits[] = {
"",
"C1""Spanish",
"C0""Tom\341s Maidagan",
"C0""Jordi Vilalta Prat",
"",
"C1""Swedish",
"C0""Hampus Flink",
@ -674,6 +675,8 @@ static const char *credits[] = {
"C2""For additional work on the original MT-32 emulator",
"C0""James Woodcock",
"C2""Soundtrack enhancements",
"C0""Some icons by Yusuke Kamiyamane",
"C0""",
"C0""Tony Warriner and everyone at Revolution Software Ltd. for sharing with us the source of some of their brilliant games, allowing us to release Beneath a Steel Sky as freeware... and generally being supportive above and beyond the call of duty.",
"C0""",
"C0""John Passfield and Steve Stamatiadis for sharing the source of their classic title, Flight of the Amazon Queen and also being incredibly supportive.",

Binary file not shown.

Binary file not shown.

View file

@ -98,7 +98,7 @@
<bitmap filename = 'radiobutton.bmp'/>
<bitmap filename = 'radiobutton_empty.bmp'/>
<bitmap filename = 'logo_small.bmp'/>
<bitmap filename = 'search.bmp'/>
<bitmap filename = 'search.png'/>
</bitmaps>
<fonts>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 872 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B