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:
natureh
2011-10-12 01:10:45 +02:00
parent cc437409aa
commit 81c988a852
81 changed files with 1257 additions and 322 deletions

View File

@@ -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());
}