X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Ficoncontroler.cpp;h=2afde90e3127044ac0501ce5544b84969795d068;hb=9b87e7fe2cab74dc078185c08bf8c51f7ec8c32a;hp=2e4aa0af19e75375e16b22a17e2e6fcbbee00b4c;hpb=c3ad95144d148602f672e95ddda1f18fc35502f8;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/iconcontroler.cpp b/synfig-studio/trunk/src/gtkmm/iconcontroler.cpp index 2e4aa0a..2afde90 100644 --- a/synfig-studio/trunk/src/gtkmm/iconcontroler.cpp +++ b/synfig-studio/trunk/src/gtkmm/iconcontroler.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -94,11 +95,11 @@ IconControler::IconControler(const synfig::String& /*basepath*/) char* synfig_root=getenv("SYNFIG_ROOT"); if(synfig_root) { path_to_icons=synfig_root; - path_to_icons+=ETL_DIRECTORY_SEPERATOR; + path_to_icons+=ETL_DIRECTORY_SEPARATOR; - path_to_icons+="share/pixmaps"; + path_to_icons+="share/pixmaps/synfigstudio"; } - path_to_icons+=ETL_DIRECTORY_SEPERATOR; + path_to_icons+=ETL_DIRECTORY_SEPARATOR; try{ Gtk::Window::set_default_icon_from_file(path_to_icons+"synfig_icon."+IMAGE_EXT);