aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/AudioPlayer.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-22 20:52:01 -0400
committerMichael <[email protected]>2017-06-22 20:52:01 -0400
commit42a7829864cd6cf2dff2a21f9dbed208b154c6f7 (patch)
tree15a160046e2531014a9366246787d4c49c5897de /ShiftOS.WinForms/Applications/AudioPlayer.cs
parentbb38dad59be6583e4c0a2fe851f264ed8d1fec2e (diff)
downloadshiftos_thereturn-42a7829864cd6cf2dff2a21f9dbed208b154c6f7.tar.gz
shiftos_thereturn-42a7829864cd6cf2dff2a21f9dbed208b154c6f7.tar.bz2
shiftos_thereturn-42a7829864cd6cf2dff2a21f9dbed208b154c6f7.zip
Fix some major Appscape bugs.
Diffstat (limited to 'ShiftOS.WinForms/Applications/AudioPlayer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/AudioPlayer.cs2
1 files changed, 1 insertions, 1 deletions
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}")]