From 4fa393a03f0ae95b414749426efdc7a7284cc1a9 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 20 Jan 2008 22:04:30 +0000 Subject: [PATCH] Updated a comment. --- Source/OpenTK/Platform/X11/X11GLContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/OpenTK/Platform/X11/X11GLContext.cs b/Source/OpenTK/Platform/X11/X11GLContext.cs index fe658074..70a8470f 100644 --- a/Source/OpenTK/Platform/X11/X11GLContext.cs +++ b/Source/OpenTK/Platform/X11/X11GLContext.cs @@ -252,12 +252,12 @@ namespace OpenTK.Platform.X11 public void RegisterForDisposal(IDisposable resource) { - throw new NotImplementedException("Use the general GLContext class instead."); + throw new NotSupportedException("Use OpenTK.GLContext instead."); } public void DisposeResources() { - throw new NotImplementedException("Use the general GLContext class instead."); + throw new NotSupportedException("Use OpenTK.GLContext instead."); } public IEnumerable GetDisplayModes()