Skip to content

Commit 4d79297

Browse files
some cleaning
1 parent f07ba57 commit 4d79297

18 files changed

Lines changed: 32 additions & 25 deletions

CommonControls.Images/ComCtlResources.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,5 @@ internal static class ComCtlResources
6969
/// The error could not load image (const). Value: "Error could not load Image:".
7070
/// </summary>
7171
internal const string ErrorCouldNotLoadImage = "Error could not load Image:";
72-
7372
}
7473
}

CommonControls.Images/Themes/Generic.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</Setter.Value>
2727
</Setter>
2828
</Style>
29-
29+
3030
<!-- Style for Thumbnails -->
3131
<Style TargetType="{x:Type local:Thumbnails}">
3232
<Setter Property="Template">

Debugger/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: Debugger
4-
* FILE: Debugger/App.xaml.cs
4+
* FILE: App.xaml.cs
55
* PURPOSE: Entry Point
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

Debugger/ColorOption.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: Debugger
4-
* FILE: Debugger/ColorOption.cs
4+
* FILE: ColorOption.cs
55
* PURPOSE: Config Object that handles the colors of the Text of the Debugger
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

Debugger/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: Debugger
4-
* FILE: Debugger/Config.cs
4+
* FILE: Config.cs
55
* PURPOSE: Config Object
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

Debugger/ConfigWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top-level directory
33
* PROJECT: Debugger
4-
* FILE: Debugger/ConfigWindow.xaml.cs
4+
* FILE: ConfigWindow.xaml.cs
55
* PURPOSE: Configuration Window for Debugger
66
* AUTHOR: Peter Geinitz (Wayfarer)
77
*/

Debugger/DebugHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: Debugger
4-
* FILE: Debugger/DebugHelper.cs
4+
* FILE: DebugHelper.cs
55
* PURPOSE: Helper Class
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

Debugger/DebugRegister.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: Debugger
4-
* FILE: Debugger/DebugRegister.cs
4+
* FILE: DebugRegister.cs
55
* PURPOSE: Handle the internal Config files
66
* PROGRAMMER: Peter Geinitz (Wayfarer)
77
*/

Debugger/DebuggerRessources.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: Debugger
4-
* FILE: Debugger/DebuggerResources.cs
4+
* FILE: DebuggerResources.cs
55
* PURPOSE: Resource String
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

Debugger/FileLogSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: Debugger
4-
* FILE: Debugger/FileLogSource.xaml.cs
4+
* FILE: FileLogSource.xaml.cs
55
* PURPOSE: Sample file-backed log source
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

0 commit comments

Comments
 (0)