From 5fd343195be5632ba341031953d4a4e6d9317253 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 18 Jun 2017 20:31:19 -0400 Subject: Localize a lot of the window titles --- ShiftOS.WinForms/Applications/Artpad.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ShiftOS.WinForms/Applications/Artpad.cs') diff --git a/ShiftOS.WinForms/Applications/Artpad.cs b/ShiftOS.WinForms/Applications/Artpad.cs index 7ef66aa..12914b4 100644 --- a/ShiftOS.WinForms/Applications/Artpad.cs +++ b/ShiftOS.WinForms/Applications/Artpad.cs @@ -43,10 +43,11 @@ using System.Diagnostics; namespace ShiftOS.WinForms.Applications { [MultiplayerOnly] - [Launcher("Artpad", true, "al_artpad", "Graphics")] + [Launcher("{TIITLE_ARTPAD}", true, "al_artpad", "{AL_GRAPHICS}")] [RequiresUpgrade("artpad")] - [WinOpen("artpad")] + [WinOpen("{WO_ARTPAD}")] [DefaultIcon("iconArtpad")] + [DefaultTitle("{TITLE_ARTPAD}")] public partial class Artpad : UserControl, IShiftOSWindow { /// -- cgit v1.2.3