aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/SaveDialogs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-06-10 17:13:53 +0100
committerGitHub <[email protected]>2017-06-10 17:13:53 +0100
commit819f8021522c27988c2b84ccc217db008cc593da (patch)
treebe0ff6c1fc3c57626e97b4fd9256c29d510c8fbb /TimeHACK.Main/SaveDialogs
parent801ac36d5691a8a20ef4ea63a701f6157982e53e (diff)
parente4db9cc77abc4cc79c25a6c489183f58276428e8 (diff)
downloadhistacom2-819f8021522c27988c2b84ccc217db008cc593da.tar.gz
histacom2-819f8021522c27988c2b84ccc217db008cc593da.tar.bz2
histacom2-819f8021522c27988c2b84ccc217db008cc593da.zip
Merge pull request #84 from Alex-TIMEHACK/master
Even more tweaks to the explorer and stuff
Diffstat (limited to 'TimeHACK.Main/SaveDialogs')
-rw-r--r--TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs2
-rw-r--r--TimeHACK.Main/SaveDialogs/NewGameDialog.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs b/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs
index 0087fb0..5e1ccf4 100644
--- a/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs
+++ b/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs
@@ -123,7 +123,7 @@ namespace TimeHACK
}
}
pnlConfirm.Hide();
- } catch (Exception ex)
+ } catch
{
}
diff --git a/TimeHACK.Main/SaveDialogs/NewGameDialog.cs b/TimeHACK.Main/SaveDialogs/NewGameDialog.cs
index d492a79..0e6f346 100644
--- a/TimeHACK.Main/SaveDialogs/NewGameDialog.cs
+++ b/TimeHACK.Main/SaveDialogs/NewGameDialog.cs
@@ -76,7 +76,7 @@ namespace TimeHACK
{
MessageBox.Show("You must enter a profile name!");
}
- } catch (Exception ex)
+ } catch
{
}