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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <ward.matt@gmail.com>2015-03-26 18:20:46 +0300
committerMatt Ward <ward.matt@gmail.com>2015-03-26 18:20:46 +0300
commit06f237b20f1a6b8e59cfb3143538baf49aa3ef78 (patch)
tree1858abb14cd18b1da41af894d2ae3192b079083b /main/src/addins/NUnit
parentef8590234fc8e7a1592d8f2e3e55f38346d4f08b (diff)
[NUnit] Update VB.NET project template icon name.
The name for the overlay icon was simplified in commit 9604482634c8dcd2b80421e25c2ee2a6c7663f73 but the VB.NET project template was added on the new-project-dialog feature branch so this change was not done to the VB.NET project template. The VB.NET project template was using the old name, which still works, but now it is consistent with the C# project template.
Diffstat (limited to 'main/src/addins/NUnit')
-rw-r--r--main/src/addins/NUnit/templates/NUnitProjectVBNet.xpt.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/NUnit/templates/NUnitProjectVBNet.xpt.xml b/main/src/addins/NUnit/templates/NUnitProjectVBNet.xpt.xml
index 6a83ba9858..25786e69ff 100644
--- a/main/src/addins/NUnit/templates/NUnitProjectVBNet.xpt.xml
+++ b/main/src/addins/NUnit/templates/NUnitProjectVBNet.xpt.xml
@@ -5,7 +5,7 @@
<TemplateConfiguration>
<_Name>NUnit Library Project</_Name>
<Category>other/net/general</Category>
- <Icon>md-project|res:project-nunit-overlay-light-32.png</Icon>
+ <Icon>md-project|res:project-nunit-overlay-32.png</Icon>
<Image id="md-nunit-library-project" />
<_Description>Creates an NUnit library</_Description>
<LanguageName>VBNet</LanguageName>