1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-07 15:23:22 +02:00
GPXSee/src/icons.h

20 lines
799 B
C
Raw Normal View History

2015-10-05 01:43:48 +02:00
#ifndef ICONS_H
#define ICONS_H
2015-10-20 22:18:41 +02:00
#define APP_ICON ":/icons/gpxsee.png"
#define OPEN_FILE_ICON ":/icons/document-open.png"
#define SAVE_FILE_ICON ":/icons/document-save.png"
#define SAVE_AS_ICON ":/icons/document-save-as.png"
#define CLOSE_FILE_ICON ":/icons/dialog-close.png"
#define SHOW_POI_ICON ":/icons/flag.png"
2015-11-23 02:37:08 +01:00
#define SHOW_MAP_ICON ":/icons/applications-internet.png"
2015-10-20 22:18:41 +02:00
#define QUIT_ICON ":/icons/application-exit.png"
#define RELOAD_FILE_ICON ":/icons/view-refresh.png"
2015-12-18 22:21:11 +01:00
#define NEXT_FILE_ICON ":/icons/arrow-right.png"
#define PREV_FILE_ICON ":/icons/arrow-left.png"
#define LAST_FILE_ICON ":/icons/arrow-right-double.png"
#define FIRST_FILE_ICON ":/icons/arrow-left-double.png"
2016-04-05 09:10:19 +02:00
#define FULLSCREEN_ICON ":/icons/view-fullscreen.png"
2015-10-05 01:43:48 +02:00
#endif /* ICONS_H */