Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <ward.matt@gmail.com>2014-03-20 17:20:25 +0400
committerMatt Ward <ward.matt@gmail.com>2014-03-20 17:20:25 +0400
commitfa6afc16bb0e1e9c4e40d820bafbd0828c938a87 (patch)
treef3b05eb845f79fc8b5a2b510bf391b05f5cc02ad /Xwt.Gtk
parent1cd7dcb0d5c9aa188aa9bc71e8ff0f8e1722919d (diff)
[Icons] Fix missing icon for search entry.
Diffstat (limited to 'Xwt.Gtk')
-rw-r--r--Xwt.Gtk/Xwt.Gtk.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Xwt.Gtk/Xwt.Gtk.csproj b/Xwt.Gtk/Xwt.Gtk.csproj
index d953cd67..a0a28272 100644
--- a/Xwt.Gtk/Xwt.Gtk.csproj
+++ b/Xwt.Gtk/Xwt.Gtk.csproj
@@ -159,5 +159,8 @@
<EmbeddedResource Include="icons\light\searchbox-search-16%402x.png">
<LogicalName>searchbox-search-light-16@2x.png</LogicalName>
</EmbeddedResource>
+ <EmbeddedResource Include="icons\light\searchbox-search-16.png">
+ <LogicalName>searchbox-search-light-16.png</LogicalName>
+ </EmbeddedResource>
</ItemGroup>
</Project>