Patch from issue 1012: Proposal of an icon theme for RT
This patch add multiple iconset capabilities, on a per theme basis. See comment #61 and #68 from issue 1012 to see how it works.
This commit is contained in:
@@ -28,7 +28,7 @@ extern Glib::ustring versionString;
|
||||
|
||||
SplashImage::SplashImage () {
|
||||
|
||||
pixbuf = safe_create_from_file (argv0+"/images/splash.png");
|
||||
pixbuf = safe_create_from_file ("splash.png");
|
||||
set_size_request (pixbuf->get_width(), pixbuf->get_height());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user