From f78ccebe3e8dfbd7bf54f8f8a993e53523ced6cc Mon Sep 17 00:00:00 2001 From: alexs75 Date: Wed, 30 Nov 2011 17:27:12 +0000 Subject: [PATCH] missing file - part 2 git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2178 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/rx/rxconst.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/rx/rxconst.pas b/components/rx/rxconst.pas index ba4e0a17d..f66e92954 100644 --- a/components/rx/rxconst.pas +++ b/components/rx/rxconst.pas @@ -115,6 +115,9 @@ resourcestring sLicense = 'License'; + { TRxHistoryNavigator } + sHistoryDesc = 'History - "%s"'; + implementation uses Forms;