nextcloud-desktop/src/mirall/constants.h

10 lines
315 B
C
Raw Normal View History

2011-02-17 02:21:45 +03:00
#ifndef MIRALL_CONSTANTS_H
#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"
#endif