OSDN Git Service

Fixed unwanted BOM chars appearning random places in the source code.
authorLatif Khalifa <latifer@streamgrid.net>
Sun, 14 Mar 2010 23:38:54 +0000 (23:38 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Sun, 14 Mar 2010 23:38:54 +0000 (23:38 +0000)
Thanks Techwolf

git-svn-id: https://radegast.googlecode.com/svn/trunk@503 f7a694da-4d33-11de-9ad6-1127a62b9fcd

21 files changed:
Radegast/FormFlash.cs
Radegast/GUI/Consoles/Assets/Notecard.Designer.cs
Radegast/GUI/Consoles/Assets/Notecard.cs
Radegast/GUI/Consoles/Inventory/InventoryConsole.cs
Radegast/GUI/Consoles/MapConsole.Designer.cs
Radegast/GUI/Consoles/MapConsole.cs
Radegast/GUI/Notifications/FriendshipOfferNotification.Designer.cs
Radegast/GUI/Notifications/FriendshipOfferNotification.cs
Radegast/GUI/Notifications/GenericNotification.Designer.cs
Radegast/GUI/Notifications/GenericNotification.cs
Radegast/GUI/Notifications/GroupInvitationNotification.Designer.cs
Radegast/GUI/Notifications/GroupInvitationNotification.cs
Radegast/GUI/Notifications/PermissionsNotification.Designer.cs
Radegast/GUI/Notifications/PermissionsNotification.cs
Radegast/GUI/Notifications/ScriptDialog.Designer.cs
Radegast/GUI/Notifications/ScriptDialog.cs
Radegast/GUI/Notifications/TeleportNotification.Designer.cs
Radegast/GUI/Notifications/TeleportNotification.cs
Radegast/Netcom/Properties/AssemblyInfo.cs
Radegast/Properties/AssemblyInfo.cs
Radegast/Properties/Settings.Designer.cs

index 3aae18f..6c14e7a 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-using System;
+using System;
 using System.Runtime.InteropServices;
 using System.Windows.Forms;
 
index 13ceed3..343006a 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-namespace Radegast
+namespace Radegast
 {
     partial class Notecard
     {
index e85fb25..514282e 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-using System;
+using System;
 using System.Collections.Generic;
 using System.Windows.Forms;
 using OpenMetaverse;
index a944762..37a0adb 100644 (file)
 //
 // $Id$
 //
-using System;
+using System;
 using System.Collections;
 using System.Collections.Generic;
-using System.ComponentModel;
-using System.Drawing;
+using System.ComponentModel;
+using System.Drawing;
 using System.Windows.Forms;
 using System.Threading;
 using OpenMetaverse;
index 489e00f..9167b3e 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-namespace Radegast
+namespace Radegast
 {
     partial class MapConsole
     {
index c63b09c..ed73565 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-using System;
+using System;
 using System.IO;
 using System.Runtime.InteropServices;
 using System.Security.Permissions;
index 049f2b4..6f299e0 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-using System;
+using System;
 using System.Collections.Generic;
 using System.Windows.Forms;
 using OpenMetaverse;
index 9ec63b6..8678364 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-namespace Radegast
+namespace Radegast
 {
     partial class ntfGeneric
     {
index cea0304..7672044 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-using System;
+using System;
 using System.Windows.Forms;
 
 namespace Radegast
index 81d9850..a5d7a9d 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-using System;
+using System;
 using System.Windows.Forms;
 using OpenMetaverse;
 
index 1e47a75..d75812f 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-namespace Radegast
+namespace Radegast
 {
     partial class ntfScriptDialog
     {
index bca6061..93e1eff 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-using System;
+using System;
 using System.Collections.Generic;
 using System.Drawing;
 using System.Windows.Forms;
index e9c3cc3..11dbe58 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-namespace Radegast
+namespace Radegast
 {
     partial class ntfTeleport
     {
index 17a8de2..1035a88 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-using System;
+using System;
 using System.Windows.Forms;
 using OpenMetaverse;
 
index 757b4f5..0ec1ea0 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-using System.Reflection;
+using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
index f584ddc..a2f0cce 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-using System.Reflection;
+using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
index 6cba55e..6defa47 100644 (file)
@@ -28,7 +28,7 @@
 //
 // $Id$
 //
-//------------------------------------------------------------------------------
+//------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.
 //     Runtime Version:2.0.50727.4016