Skip to content

Commit 516d9d0

Browse files
committed
Merge pull request #1090 from autoboosh/fixreadme
fix "WPF localization using resx files" appearing under icons instead…
2 parents 9b51b83 + 03d5b55 commit 516d9d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ LibGit2Sharp is the library that has allowed us to integrate Git right into the
8686
8787
Which basically means it's a reimplementation of Git in C. It also [happens to be the technology Microsoft uses for their own Git integration with Visual Studio](http://www.hanselman.com/blog/GitSupportForVisualStudioGitTFSAndVSPutIntoContext.aspx).
8888

89+
###[WPF Localization Using RESX Files](http://www.codeproject.com/Articles/35159/WPF-Localization-Using-RESX-Files)
90+
91+
This library makes localizing WPF applications at runtime using resx files a breeze. Thank you [Grant Frisken](http://www.codeproject.com/script/Membership/View.aspx?mid=1079060)!
92+
93+
> Licensed under [The Code Project Open License](http://www.codeproject.com/info/cpol10.aspx).
94+
8995
##Icons
9096

9197
We didn't come up with these icons ourselves! Here's who did what:
@@ -108,9 +114,3 @@ For more information, please see the EULAs in the [./Resources/Microsoft/ direct
108114

109115
* [Visual Studio 2013 Image Library EULA](https://github.com/retailcoder/Rubberduck/blob/master/RetailCoder.VBE/Resources/Microsoft/Visual%20Studio%202013%20Image%20Library%20EULA.rtf)
110116
* [Visual Studio 2012 Image Library EULA](https://github.com/retailcoder/Rubberduck/blob/master/RetailCoder.VBE/Resources/Microsoft/Visual%20Studio%202012%20Image%20Library%20EULA.rtf)
111-
112-
###[WPF Localization Using RESX Files](http://www.codeproject.com/Articles/35159/WPF-Localization-Using-RESX-Files)
113-
114-
This library makes localizing WPF applications at runtime using resx files a breeze. Thank you [Grant Frisken](http://www.codeproject.com/script/Membership/View.aspx?mid=1079060)!
115-
116-
> Licensed under [The Code Project Open License](http://www.codeproject.com/info/cpol10.aspx).

0 commit comments

Comments
 (0)