aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml')
-rw-r--r--QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml b/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml
index 0fb4d4a7..0cfabcb6 100644
--- a/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml
+++ b/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml
@@ -1,7 +1,7 @@
<!--
*****************************************************************************
**
-** Copyright (C) 2021 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt VS Tools.
@@ -27,10 +27,10 @@
**
*****************************************************************************
-->
-<local:VsToolsDialogWindow x:Class="QtVsTools.QtMsBuild.QtModulesPopup"
+<vsui:DialogWindow x:Class="QtVsTools.QtMsBuild.QtModulesPopup"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="clr-namespace:QtVsTools"
+ xmlns:vsui="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.15.0"
ResizeMode="CanResize"
Width="800" MaxHeight="550"
MouseDown="Window_MouseDown"
@@ -108,4 +108,4 @@
<Button IsCancel="True" MinHeight="23" MinWidth="74">_Cancel</Button>
</WrapPanel>
</Grid>
-</local:VsToolsDialogWindow>
+</vsui:DialogWindow>