fix defines

This commit is contained in:
Duncan Mac-Vicar P 2011-02-17 15:10:03 +01:00
parent cf88820069
commit 0af772f524

View file

@ -3,7 +3,7 @@
#define MIRALL_CONSTANTS_H
#define FOLDER_ICON "/usr/share/icons/oxygen/48x48/places/folder-favorites.png"
#define FOLDER_SYNC_ICON = "/usr/share/icons/oxygen/48x48/actions/folder-sync.png"
#define FOLDER_SYNC_ERROR = "/usr/share/icons/oxygen/48x48/places/folder-important.png"
#define FOLDER_SYNC_ICON "/usr/share/icons/oxygen/48x48/actions/folder-sync.png"
#define FOLDER_SYNC_ERROR "/usr/share/icons/oxygen/48x48/places/folder-important.png"
#endif