diff options
| author | Michael <[email protected]> | 2017-05-28 12:40:06 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-28 12:40:06 -0400 |
| commit | 03ebdf42d9f12b678d48f954736664f6f3eb1f84 (patch) | |
| tree | 3c16a83f0aed5a93ae9698c39ebf6c94ea2c56ed /ShiftOS.WinForms/Applications/Chat.cs | |
| parent | 4036e97f3f3ecb6541cc623165e960e8c172f242 (diff) | |
| download | shiftos_thereturn-03ebdf42d9f12b678d48f954736664f6f3eb1f84.tar.gz shiftos_thereturn-03ebdf42d9f12b678d48f954736664f6f3eb1f84.tar.bz2 shiftos_thereturn-03ebdf42d9f12b678d48f954736664f6f3eb1f84.zip | |
Funny, disabling localization makes things easier...
Diffstat (limited to 'ShiftOS.WinForms/Applications/Chat.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Chat.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Chat.cs b/ShiftOS.WinForms/Applications/Chat.cs index f9e601f..7a2de81 100644 --- a/ShiftOS.WinForms/Applications/Chat.cs +++ b/ShiftOS.WinForms/Applications/Chat.cs @@ -41,6 +41,7 @@ namespace ShiftOS.WinForms.Applications [WinOpen("simplesrc")] [Launcher("SimpleSRC Client", false, null, "Networking")] [DefaultTitle("SimpleSRC Client")] + [AppscapeEntry("SimpleSRC", "A simple ShiftOS Relay Chat client that allows you to talk with other ShiftOS users from all over the world.", 300, 145, "file_skimmer", "Networking")] public partial class Chat : UserControl, IShiftOSWindow { public Chat() |
