Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Info.h
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
#ifndef _INFO_H
#define _INFO_H

#define VERSION "1.3"

#define VERSION "1.0.4"
#define APPNAME "ServiceControl"
#define ABOUT_INFO "\n\
ServiceControl 1.3 \n\
" APPNAME " " VERSION " \n\
\n\
Navigation keys: \n\
Up - move cursor up | Down - move cursor down \n\
right - move cursor right | left - move cursor left \n\
PgUp - move page up | PgDown - move page down \n\
/ - for search | ? - for this help \n\
Up - move cursor up | Down - move cursor down \n\
right - move cursor right | left - move cursor left \n\
PgUp - move page up | PgDown - move page down \n\
/ - for search | ? - for this help \n\
Action keys: \n\
Space - anwählen/abwählen | F10 - exit \n\
F1 - start/stop unit | F2 - reload/update \n\
F3 - enabled unit | F4 - disabled unit \n\
F5 - unmasked unit | F6 - masked unit \n\
Space - anwählen/abwählen | F10 - exit | ESC - Close info/help\n\
F1 - start/stop unit | F2 - reload/update | TAB - switch Menu/ \n\
F3 - enabled unit | F4 - disabled unit | Servicelist/ \n\
F5 - unmasked unit | F6 - masked unit | Search \n\
---------------------------------------------------------------------------\n\
License: GPLv3 (c) Anthony Olszynski \n\
"

#endif
#endif //_INFO_H
566 changes: 0 additions & 566 deletions MenuClass.cpp

This file was deleted.

106 changes: 0 additions & 106 deletions MenuClass.h

This file was deleted.

Loading