diff --git a/WGneu/Documents/Pdf.cs b/WGneu/Documents/Pdf.cs index 2cf0dd3..176f763 100644 --- a/WGneu/Documents/Pdf.cs +++ b/WGneu/Documents/Pdf.cs @@ -48,7 +48,7 @@ namespace WGneu.Documents { } public static void Display(string title, string path) { - var w = new PdfViewerWindow(title, path); + var w = new DocumentViewerWindow(title, path); w.Show(); } } diff --git a/WGneu/WGneu.csproj.user b/WGneu/WGneu.csproj.user index 7ab7934..843e986 100644 --- a/WGneu/WGneu.csproj.user +++ b/WGneu/WGneu.csproj.user @@ -13,7 +13,7 @@ Code - + Code @@ -27,7 +27,7 @@ Designer - + Designer diff --git a/WGneu/Windows/PdfViewerWindow.xaml b/WGneu/Windows/DocumentViewerWindow.xaml similarity index 91% rename from WGneu/Windows/PdfViewerWindow.xaml rename to WGneu/Windows/DocumentViewerWindow.xaml index 899eaf9..bdf5ec0 100644 --- a/WGneu/Windows/PdfViewerWindow.xaml +++ b/WGneu/Windows/DocumentViewerWindow.xaml @@ -1,4 +1,4 @@ -