diff Applications/Generic/GuiAdapter.cpp @ 1341:d80a3e3cc800 broker

dummy fixes
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 03 Apr 2020 18:18:37 +0200
parents 1b24f6b06408
children 28eb7106ef44
line wrap: on
line diff
--- a/Applications/Generic/GuiAdapter.cpp	Fri Apr 03 16:55:11 2020 +0200
+++ b/Applications/Generic/GuiAdapter.cpp	Fri Apr 03 18:18:37 2020 +0200
@@ -839,7 +839,7 @@
 
 #if 0
   // TODO: remove this when generic sdl event handlers are implemented in 
-  // the VolumeSlicerWidget
+  // the DoseView
   // SDL ONLY
   bool GuiAdapter::IsSdlViewPortRefreshEvent(const SDL_Event& event) const
   {
@@ -849,7 +849,7 @@
 
     const char* windowTitleSz = SDL_GetWindowTitle(sdlWindow);
 
-    // now we need to find the VolumeSlicerWidget from from the canvas name!
+    // now we need to find the DoseView from from the canvas name!
     // (and retrieve the SdlViewport)
     boost::shared_ptr<IGuiAdapterWidget> foundWidget;
     VisitWidgets([&foundWidget, windowTitleSz](auto widget)