| Index: ui/gfx/gfx_resources.grd
|
| diff --git a/ui/gfx/gfx_resources.grd b/ui/gfx/gfx_resources.grd
|
| index 628d39f6d780799f1bfe42934d06727c9db6eea8..8d954173078a26cf9f4d06ff69ea92643f9f9975 100644
|
| --- a/ui/gfx/gfx_resources.grd
|
| +++ b/ui/gfx/gfx_resources.grd
|
| @@ -19,7 +19,7 @@
|
| <include name="IDR_BLUR_FX" file="resources\blur.fx" type="BINDATA" />
|
| </if>
|
|
|
| - <if expr="os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5'">
|
| + <if expr="is_posix and not is_macosx">
|
| <include name="IDR_LINUX_CHECKBOX_DISABLED_INDETERMINATE" file="resources\linux-checkbox-disabled-indeterminate.png" type="BINDATA" />
|
| <include name="IDR_LINUX_CHECKBOX_DISABLED_OFF" file="resources\linux-checkbox-disabled-off.png" type="BINDATA" />
|
| <include name="IDR_LINUX_CHECKBOX_DISABLED_ON" file="resources\linux-checkbox-disabled-on.png" type="BINDATA" />
|
|
|