Mercurial > repos > IBBoard
changeset 66:7e5f5cb0a9ea
* Move TranslationLoadException to correct namespace
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 24 Dec 2009 13:57:03 +0000 |
parents | 980ebd49c40b |
children | 5fb2e5a2e7a8 |
files | Lang/TranslationLoadException.cs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Lang/TranslationLoadException.cs Sun Dec 20 20:30:29 2009 +0000 +++ b/Lang/TranslationLoadException.cs Thu Dec 24 13:57:03 2009 +0000 @@ -6,7 +6,7 @@ using System; using System.IO; -namespace IBBoard +namespace IBBoard.Lang { /// <summary> /// A sub-class of Exceptions that is thrown when translations fail to load.