From 8a4168bd0d2e468604755398f18be1fba9046aa0 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Tue, 4 May 2010 21:03:19 +0200 Subject: initial git upload, based on graphlcd-0.2.0-pre2 --- menu.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'menu.h') diff --git a/menu.h b/menu.h index 0e125bf..6055a08 100644 --- a/menu.h +++ b/menu.h @@ -1,5 +1,5 @@ /** - * GraphLCD plugin for the Video Disk Recorder + * GraphLCD plugin for the Video Disk Recorder * * menu.h - setup menu class * @@ -36,11 +36,11 @@ class cGraphLCDMenuSetup : public cMenuSetupPage { private: - cGraphLCDSetup newGraphLCDSetup; + cGraphLCDSetup newGraphLCDSetup; protected: - virtual void Store(); + virtual void Store(); public: - cGraphLCDMenuSetup(); + cGraphLCDMenuSetup(); }; #endif -- cgit v1.2.3