Subversion Repositories public

Rev

Rev 132 | Rev 232 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 132 Rev 173
Line 73... Line 73...
73
 
73
 
74
	for (it = icons.begin(); it != icons.end(); ++it)
74
	for (it = icons.begin(); it != icons.end(); ++it)
75
	{
75
	{
76
	   app.mimeSourceFactory()->addFilePath(*it);
76
	   app.mimeSourceFactory()->addFilePath(*it);
77
	   app.mimeSourceFactory()->addFilePath(*it);
77
	   app.mimeSourceFactory()->addFilePath(*it);
-
 
78
	   app.mimeSourceFactory()->addFilePath(*it + "sportwatcher/16x16/actions/");
78
	   app.mimeSourceFactory()->addFilePath(*it + "hicolor/16x16/actions/");
79
	   app.mimeSourceFactory()->addFilePath(*it + "hicolor/16x16/actions/");
79
	   app.mimeSourceFactory()->addFilePath(*it + "default.kde/16x16/actions/");
80
	   app.mimeSourceFactory()->addFilePath(*it + "default.kde/16x16/actions/");
80
	}
81
	}
81
 
82
 
82
        /// @todo do something with the command line args here
83
        /// @todo do something with the command line args here