First update of the iconset on behalf of Phil, see issue 1012: Proposal of an icon theme for RT
...still work in progress
This commit is contained in:
@@ -138,6 +138,10 @@ int main(int argc, char **argv)
|
||||
}
|
||||
Gtk::Main m(&argc, &argv);
|
||||
|
||||
Glib::ustring icon_path = Glib::build_filename(argv0,"images");
|
||||
Glib::RefPtr<Gtk::IconTheme> defaultIconTheme = Gtk::IconTheme::get_default();
|
||||
defaultIconTheme->append_search_path(icon_path);
|
||||
|
||||
RTImage::setPaths(options);
|
||||
|
||||
#ifndef WIN32
|
||||
@@ -150,6 +154,7 @@ int main(int argc, char **argv)
|
||||
printf("Error: no default settings to update!\n");
|
||||
#endif
|
||||
|
||||
|
||||
RTWindow *rtWindow = new class RTWindow();
|
||||
gdk_threads_enter ();
|
||||
m.run(*rtWindow);
|
||||
|
Reference in New Issue
Block a user