Index: Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj
===================================================================
diff -u -rca27aee933103177a29a8d2ab46e127dbb8bacf6 -r66b001bbe58da39e66aa7d28370ef03fe0a19ad1
--- Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj (.../Core.Common.Gui.csproj) (revision ca27aee933103177a29a8d2ab46e127dbb8bacf6)
+++ Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj (.../Core.Common.Gui.csproj) (revision 66b001bbe58da39e66aa7d28370ef03fe0a19ad1)
@@ -131,7 +131,6 @@
ExceptionDialog.cs
-
Form
Fisheye: Tag 66b001bbe58da39e66aa7d28370ef03fe0a19ad1 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Gui/Forms/NativeMethods.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Core/Common/src/Core.Common.Gui/Forms/SelectItemDialog.cs
===================================================================
diff -u -r67284323e2785c651633d9c52049ba12a9c70e6a -r66b001bbe58da39e66aa7d28370ef03fe0a19ad1
--- Core/Common/src/Core.Common.Gui/Forms/SelectItemDialog.cs (.../SelectItemDialog.cs) (revision 67284323e2785c651633d9c52049ba12a9c70e6a)
+++ Core/Common/src/Core.Common.Gui/Forms/SelectItemDialog.cs (.../SelectItemDialog.cs) (revision 66b001bbe58da39e66aa7d28370ef03fe0a19ad1)
@@ -46,13 +46,6 @@
InitializeComponent();
this.text = text;
-
- listViewItemTypes.HandleCreated += ListViewItemTypesOnHandleCreated;
-
- // http://blogs.msdn.com/b/oldnewthing/archive/2005/05/03/414317.aspx
- // WM_CHANGEUISTATE, UIS_INITIALIZE
- // Sometimes required by controls, e.g. ListView. If this is not called - dotted focus rectangle is not drawn.
- NativeMethods.SendMessage(Handle, 0x127, 0x30001, 0);
}
///
@@ -126,11 +119,6 @@
}
}
- private void ListViewItemTypesOnHandleCreated(object sender, EventArgs eventArgs)
- {
- NativeMethods.SetWindowTheme(listViewItemTypes.Handle, Resources.SelectItemDialog_ListViewItemTypesOnHandleCreated_Explorer, null);
- }
-
private bool ContainsCategory(string category)
{
return listViewItemTypes.Groups
Index: Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs
===================================================================
diff -u -r2985424cb8bdbf6aa599739a816508d79994b236 -r66b001bbe58da39e66aa7d28370ef03fe0a19ad1
--- Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 2985424cb8bdbf6aa599739a816508d79994b236)
+++ Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 66b001bbe58da39e66aa7d28370ef03fe0a19ad1)
@@ -1575,15 +1575,6 @@
}
///
- /// Looks up a localized string similar to Verkenner.
- ///
- public static string SelectItemDialog_ListViewItemTypesOnHandleCreated_Explorer {
- get {
- return ResourceManager.GetString("SelectItemDialog_ListViewItemTypesOnHandleCreated_Explorer", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to - (Standaard).
///
public static string SelectViewDialog_listBox_DrawItem_Default {
Index: Core/Common/src/Core.Common.Gui/Properties/Resources.resx
===================================================================
diff -u -r2985424cb8bdbf6aa599739a816508d79994b236 -r66b001bbe58da39e66aa7d28370ef03fe0a19ad1
--- Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision 2985424cb8bdbf6aa599739a816508d79994b236)
+++ Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision 66b001bbe58da39e66aa7d28370ef03fe0a19ad1)
@@ -124,9 +124,6 @@
..\Resources\SplashScreenBackground.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- Verkenner
-
Nieuw