From 88c8801298cbf6fec9cdce254c7b3cb9e066a421 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:09:45 +0200 Subject: 3.13 --- RealtimeSync/application.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'RealtimeSync/application.h') diff --git a/RealtimeSync/application.h b/RealtimeSync/application.h index 00b6a4ec..a8a931e0 100644 --- a/RealtimeSync/application.h +++ b/RealtimeSync/application.h @@ -1,7 +1,7 @@ // ************************************************************************** // * This file is part of the FreeFileSync project. It is distributed under * // * GNU General Public License: http://www.gnu.org/licenses/gpl.html * -// * Copyright (C) 2008-2010 ZenJu (zhnmju123 AT gmx.de) * +// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) * // ************************************************************************** // #ifndef REALTIMESYNCAPP_H @@ -20,10 +20,10 @@ public: private: void OnStartApplication(wxIdleEvent& event); - virtual wxLayoutDirection GetLayoutDirection() const //disable RTL languages for now... -{ - return wxLayout_LeftToRight; -} + virtual wxLayoutDirection GetLayoutDirection() const //disable RTL languages for now... + { + return wxLayout_LeftToRight; + } }; -- cgit