# HG changeset patch # User IBBoard # Date 1261663023 0 # Node ID 7e5f5cb0a9ea09b5d970de2eaccd1f28ec0a929a # Parent 980ebd49c40b7027aee3ef733ceff93688625596 * Move TranslationLoadException to correct namespace no-open-ticket diff -r 980ebd49c40b -r 7e5f5cb0a9ea Lang/TranslationLoadException.cs --- 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 { /// /// A sub-class of Exceptions that is thrown when translations fail to load.