Human-friendly links
[GPXSee.git] / src / icons.h
blob1f0465d433a8b28ede43ca3c732b498f322c1d63
1 #ifndef ICONS_H
2 #define ICONS_H
4 #define APP_ICON ":/icons/gpxsee.png"
6 // Toolbar/menu icons
7 #define OPEN_FILE_ICON ":/icons/document-open.png"
8 #define EXPORT_FILE_ICON ":/icons/document-export.png"
9 #define PRINT_FILE_ICON ":/icons/document-print.png"
10 #define CLOSE_FILE_ICON ":/icons/dialog-close.png"
11 #define SHOW_POI_ICON ":/icons/flag.png"
12 #define SHOW_MAP_ICON ":/icons/applications-internet.png"
13 #define SHOW_GRAPHS_ICON ":/icons/office-chart-line-stacked.png"
14 #define QUIT_ICON ":/icons/application-exit.png"
15 #define RELOAD_FILE_ICON ":/icons/view-refresh.png"
16 #define NEXT_FILE_ICON ":/icons/arrow-right.png"
17 #define PREV_FILE_ICON ":/icons/arrow-left.png"
18 #define LAST_FILE_ICON ":/icons/arrow-right-double.png"
19 #define FIRST_FILE_ICON ":/icons/arrow-left-double.png"
20 #define FULLSCREEN_ICON ":/icons/view-fullscreen.png"
22 // Options dialog icons
23 #define APPEARANCE_ICON ":/icons/preferences-desktop-display.png"
24 #define POI_ICON ":/icons/flag_48.png"
25 #define SYSTEM_ICON ":/icons/system-run.png"
26 #define PRINT_EXPORT_ICON ":/icons/document-print-preview.png"
28 #endif /* ICONS_H */