blob: 9540badb4cac414c316791f5afee700de69a55fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/resources/ui_resources.grd.orig 2014-09-10 01:47:14.000000000 +0200
+++ ui/resources/ui_resources.grd 2014-09-17 13:51:43.000000000 +0200
@@ -39,7 +39,7 @@
<structure type="chrome_scaled_image" name="IDR_APP_TOP_LEFT" file="app_top_left.png" />
<structure type="chrome_scaled_image" name="IDR_APP_TOP_RIGHT" file="app_top_right.png" />
</if>
- <if expr="is_linux and use_aura">
+ <if expr="(is_linux or is_bsd) and use_aura">
<structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_ALIAS" file="common/pointers/alias_big.png" />
<structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_CELL" file="common/pointers/cell_big.png" />
<structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_COL_RESIZE" file="common/pointers/sb_h_double_arrow_big.png" />
|