Ausgabe von Genehmigungen per More()

Manche Genehmigungen sind laenger als eine Bildschirmseite.

Change-Id: I2e519a163c329f06bcd5d127b7d7f14a126292cc
diff --git a/obj/tools/btool.c b/obj/tools/btool.c
index 93d2d85..b11bff7 100644
--- a/obj/tools/btool.c
+++ b/obj/tools/btool.c
@@ -45,9 +45,8 @@
           BS("Syntax: btop <n>"));
         return 0;
       }
-      this_interactive()->ReceiveMsg(
-        BARCHIV->GetLightAnnounce(n),
-        MT_NOTIFICATION|MSG_BS_LEAVE_LFS);
+      this_interactive()->More(
+        BS(BARCHIV->GetLightAnnounce(n)));
       return 1;
     });
   AddCmd("bsuch",