From db85132bdb6eea165f1d8a07bc66036706b9766f Mon Sep 17 00:00:00 2001 From: Brian Lima Date: Fri, 7 Oct 2016 15:23:00 -0300 Subject: [PATCH] Spellchecking --- UWPHook/GamesWindow.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UWPHook/GamesWindow.xaml.cs b/UWPHook/GamesWindow.xaml.cs index d21c445..deccc60 100644 --- a/UWPHook/GamesWindow.xaml.cs +++ b/UWPHook/GamesWindow.xaml.cs @@ -98,7 +98,7 @@ namespace UWPHook } //TODO: Figure out what to do when user has no shortcuts whatsoever - if (shortcuts != null && shortcuts.Length > 0) + if (shortcuts != null ) { foreach (var app in selected_apps) { @@ -135,7 +135,7 @@ namespace UWPHook } } - MessageBox.Show("UWPHook", "Your apps were successfuly exported, please restart Steam in order to see your app on it.", MessageBoxButton.OK, MessageBoxImage.Information); + MessageBox.Show("Your apps were successfuly exported, please restart Steam in order to see your apps in it.", "UWPHook", MessageBoxButton.OK, MessageBoxImage.Information); } private void LoadButton_Click(object sender, RoutedEventArgs e)