From 42a7829864cd6cf2dff2a21f9dbed208b154c6f7 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 22 Jun 2017 20:52:01 -0400 Subject: Fix some major Appscape bugs. --- ShiftOS.WinForms/Applications/AudioPlayer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.WinForms/Applications/AudioPlayer.cs') diff --git a/ShiftOS.WinForms/Applications/AudioPlayer.cs b/ShiftOS.WinForms/Applications/AudioPlayer.cs index 49cf3a9..23fbf22 100644 --- a/ShiftOS.WinForms/Applications/AudioPlayer.cs +++ b/ShiftOS.WinForms/Applications/AudioPlayer.cs @@ -37,7 +37,7 @@ using System.Threading; namespace ShiftOS.WinForms.Applications { - [AppscapeEntry("{TITLE_AUDIOPLAYER}", "{DESC_AUDIOPLAYER}", 3047, 1000, "file_skimmer", "{AL_ENTERTAINMENT}")] + [AppscapeEntry("audio_player", "{TITLE_AUDIOPLAYER}", "{DESC_AUDIOPLAYER}", 3047, 1000, "file_skimmer", "{AL_ENTERTAINMENT}")] [Launcher("{TITLE_AUDIOPLAYER}", false, null, "{AL_ENTERTAINMENT}")] [WinOpen("{WO_AUDIOPLAYER}")] [DefaultTitle("{TITLE_AUDIOPLAYER}")] -- cgit v1.2.3