Kaydet (Commit) a084c6ed authored tarafından Caolán McNamara's avatar Caolán McNamara

add a SV_RESID_BITMAP_REFRESH id and map to gtk-refresh

Change-Id: If860b33ab86b195952cd7879de16c65221a21ab5
üst c315a001
......@@ -42,6 +42,7 @@
#define SV_RESID_BITMAP_SCROLLBMP 1051
#define SV_RESID_BITMAP_CLOSEDOC 1052
#define SV_RESID_BITMAP_INDEX 1053
#define SV_RESID_BITMAP_REFRESH 1054
#define SV_DISCLOSURE_PLUS 1060
#define SV_DISCLOSURE_MINUS 1061
......
......@@ -73,6 +73,11 @@ Bitmap SV_RESID_BITMAP_INDEX
File = "index.png";
};
Bitmap SV_RESID_BITMAP_REFRESH
{
File = "reload.png";
};
Bitmap SV_RESID_BITMAP_SPLITHPIN
{
File = "splhpin.png";
......
......@@ -39,6 +39,8 @@ namespace
sal_uInt16 nRet = 0;
if (sType == "gtk-index")
nRet = SV_RESID_BITMAP_INDEX;
else if (sType == "gtk-refresh")
nRet = SV_RESID_BITMAP_REFRESH;
return nRet;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment