~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/tools/gui_resources.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef GUI_RESOURCES_H
2
 
#define GUI_RESOURCES_H
3
 
 
4
 
/* TODO: Place these in a resource file or some other mechanism */
5
 
#define GUI_MONITOR_BUILDER_FILE      "gui_monitor.build"
6
 
#define STATS_WINDOW_BUILDER_FILE     "stats_window.glade"
7
 
 
8
 
#define BLACKLIST_ICON_PATH           "blacklist.svg"
9
 
#define CLIENT_ICON_PATH              "client.svg"
10
 
#define FAILED_MDS_ICON_PATH          "failed_mds.svg"
11
 
#define MDS_ICON_PATH                 "mds.svg"
12
 
#define MONITOR_ICON_PATH             "monitor.svg"
13
 
#define UP_OSD_ICON_PATH              "osd.svg"
14
 
#define DOWN_OSD_ICON_PATH            "down_osd.svg"
15
 
#define OUT_OSD_ICON_PATH             "out_osd.svg"
16
 
#define PG_ICON_PATH                  "pg.svg"
17
 
#define STOPPED_MDS_ICON_PATH         "stopped_mds.svg"
18
 
 
19
 
#endif