From 0e47489209a5e8e89afec1867db2a52aaab69ec5 Mon Sep 17 00:00:00 2001 From: Holly Date: Fri, 31 Jan 2020 20:30:09 -0500 Subject: [PATCH] fix some things missed during project rename --- sticky_viewer/Display.cs | 2 +- sticky_viewer/Program.cs | 2 +- sticky_viewer/Properties/AssemblyInfo.cs | 4 ++-- sticky_viewer/app.manifest | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sticky_viewer/Display.cs b/sticky_viewer/Display.cs index 8c1f320..230f355 100644 --- a/sticky_viewer/Display.cs +++ b/sticky_viewer/Display.cs @@ -7,7 +7,7 @@ using System.IO; using System.Reflection; using System.Runtime.InteropServices; -namespace input_display +namespace sticky_viewer { /// /// Access functionality from user32.dll diff --git a/sticky_viewer/Program.cs b/sticky_viewer/Program.cs index d4af3a3..d970d29 100644 --- a/sticky_viewer/Program.cs +++ b/sticky_viewer/Program.cs @@ -1,6 +1,6 @@ using System; -namespace input_display +namespace sticky_viewer { #if WINDOWS || LINUX /// diff --git a/sticky_viewer/Properties/AssemblyInfo.cs b/sticky_viewer/Properties/AssemblyInfo.cs index 1e81c79..ce95fbb 100644 --- a/sticky_viewer/Properties/AssemblyInfo.cs +++ b/sticky_viewer/Properties/AssemblyInfo.cs @@ -5,8 +5,8 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("input display")] -[assembly: AssemblyProduct("input display")] +[assembly: AssemblyTitle("Sticky Viewer")] +[assembly: AssemblyProduct("Sticky Viewer")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyDescription("")] [assembly: AssemblyCompany("")] diff --git a/sticky_viewer/app.manifest b/sticky_viewer/app.manifest index b69a1dd..f83b6b5 100644 --- a/sticky_viewer/app.manifest +++ b/sticky_viewer/app.manifest @@ -1,6 +1,6 @@  - +