diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-06 19:58:46 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-06 19:58:46 -0400 |
| commit | f02f3222085311b2a2cacab6642ad987a4176e65 (patch) | |
| tree | 9f317e5a3f087d4b4c5e523a8d8552d7d248567e /MediaBrowser.ServerApplication/Native | |
| parent | a9eed234ba2a366fe014f0cc6f462c3764528948 (diff) | |
remove mono compiler directives
Diffstat (limited to 'MediaBrowser.ServerApplication/Native')
| -rw-r--r-- | MediaBrowser.ServerApplication/Native/BrowserLauncher.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.ServerApplication/Native/BrowserLauncher.cs b/MediaBrowser.ServerApplication/Native/BrowserLauncher.cs index c2c64ea4d..310592882 100644 --- a/MediaBrowser.ServerApplication/Native/BrowserLauncher.cs +++ b/MediaBrowser.ServerApplication/Native/BrowserLauncher.cs @@ -116,9 +116,9 @@ namespace MediaBrowser.ServerApplication.Native Console.WriteLine("Error launching browser"); Console.WriteLine(ex.Message); -#if !__MonoCS__ - System.Windows.Forms.MessageBox.Show("There was an error launching your web browser. Please check your default browser settings."); -#endif +//#if !__MonoCS__ +// System.Windows.Forms.MessageBox.Show("There was an error launching your web browser. Please check your default browser settings."); +//#endif } } |
