diff --git a/src/gui/ctrl/core-service.hpp b/src/gui/ctrl/core-service.hpp
index 994ccbdcb..62fa772af 100644
--- a/src/gui/ctrl/core-service.hpp
+++ b/src/gui/ctrl/core-service.hpp
@@ -114,7 +114,7 @@ namespace ctrl{
Nexus uiBusBackbone_;
StateRecorder stateRecorder_;
- NotificationService activateNotificationService_;
+ NotificationService notificationService_;
virtual void
@@ -137,7 +137,7 @@ namespace ctrl{
: BusTerm(identity, uiBusBackbone_)
, uiBusBackbone_{*this}
, stateRecorder_{*this}
- , activateNotificationService_(uiBusBackbone_) // opens the GuiNotificationService instance
+ , notificationService_(uiBusBackbone_) // opens the GuiNotificationService instance
{
INFO (gui, "UI-Backbone operative.");
}
diff --git a/src/include/gui-notification-facade.h b/src/include/gui-notification-facade.h
index 6bbe676b9..05dd898dc 100644
--- a/src/include/gui-notification-facade.h
+++ b/src/include/gui-notification-facade.h
@@ -95,8 +95,11 @@ namespace gui {
virtual void mutate (ID uiElement, DiffMessage&) =0; /////////////////////////////////////TICKET #1066 : how to pass a diff message
/** causes the GUI to shut down unconditionally
- * @param cause user visible explanation of the
- * reason causing this shutdown */
+ * @param cause user visible explanation of the
+ * reason causing this shutdown
+ * @warning since the UI is a subsystem, this call
+ * eventually terminates the whole application.
+ */
virtual void triggerGuiShutdown (string const& cause) =0;
diff --git a/wiki/thinkPad.ichthyo.mm b/wiki/thinkPad.ichthyo.mm
index a00bd2942..ebfe6fdeb 100644
--- a/wiki/thinkPad.ichthyo.mm
+++ b/wiki/thinkPad.ichthyo.mm
@@ -24,8 +24,22 @@
+ Sicht "von unten" +
+ + +