From a52bb17d73356515692c5c80c3c871d7187a904a Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Mon, 16 Oct 2017 20:51:50 +0200 Subject: [PATCH] Update Info based on latest improvements --- src/Info/Info.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Info/Info.cpp b/src/Info/Info.cpp index 4ce7777..9d9f489 100644 --- a/src/Info/Info.cpp +++ b/src/Info/Info.cpp @@ -25,16 +25,16 @@ Info::Info(){ " - Press to delete selection\n" " - Press to play/pause the video\n" " - Type to clear composition\n" + " - Type to exit to command line interface\n" + " - Type to reboot\n" + " - Type to shutdown\n" " 4. Source selection mode\n\n" "You can switch between the modes by using <1>, <2>, <3> and <4> " "keys on the keyboard.\n\n" "Press to save the composition\n" - "Press to toggle fullscreen\n" "Press to undo\n" - "Press to reboot Raspberry Pi\n" - "Press to shutdown Raspberry Pi\n" "Press to hide this message"; } @@ -55,4 +55,4 @@ void Info::setText(string text){ } } // namespace piMapper -} // namespace ofx \ No newline at end of file +} // namespace ofx