Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoettlicher committed Jun 29, 2012
1 parent cff2c72 commit 94ce542
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/YQPkgDescriptionView.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define DESKTOP_TRANSLATIONS "desktop_translations"
#define DESKTOPFILEDIR "\\/share\\/applications\\/.*\\.desktop$" // RegExp
#define ICONSIZE "32x32"
#define ICONPATH "/usr/share/icons/locolor/"ICONSIZE"/apps/" \
<< "/usr/share/icons/hicolor/"ICONSIZE"/apps/" \
<< "/usr/share/icons/oxygen/"ICONSIZE"/apps/" \
<< "/usr/share/icons/Tango/"ICONSIZE"/apps/" \
<< "/usr/share/icons/gnome/"ICONSIZE"/apps/" \
<< "/opt/kde3/share/icons/hicolor/"ICONSIZE"/apps/";
#define ICONPATH "/usr/share/icons/locolor/" ICONSIZE "/apps/" \
<< "/usr/share/icons/hicolor/" ICONSIZE "/apps/" \
<< "/usr/share/icons/oxygen/" ICONSIZE "/apps/" \
<< "/usr/share/icons/Tango/" ICONSIZE "/apps/" \
<< "/usr/share/icons/gnome/" ICONSIZE "/apps/" \
<< "/opt/kde3/share/icons/hicolor/" ICONSIZE "/apps/";



Expand Down

0 comments on commit 94ce542

Please sign in to comment.