Andre Poenitz wrote:
On Wed, May 07, 2008 at 11:17:44AM -0000, [EMAIL PROTECTED] wrote:
Author: younes
Date: Wed May 7 13:17:43 2008
New Revision: 24655
URL: http://www.lyx.org/trac/changeset/24655
Log:
fix Bug 4119: LFUN accent-special-caron is obsolete
Modified:
lyx-devel/trunk/src/FuncCode.h
lyx-devel/trunk/src/LyXAction.cpp
lyx-devel/trunk/src/Text3.cpp
lyx-devel/trunk/src/Trans.cpp
lyx-devel/trunk/src/insets/InsetCollapsable.cpp
Modified: lyx-devel/trunk/src/FuncCode.h
URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/FuncCode.h?rev=24655
==============================================================================
--- lyx-devel/trunk/src/FuncCode.h (original)
+++ lyx-devel/trunk/src/FuncCode.h Wed May 7 13:17:43 2008
@@ -123,292 +123,291 @@
LFUN_ACCENT_TIE,
LFUN_ACCENT_BREVE,
LFUN_ACCENT_CARON,
- LFUN_ACCENT_SPECIAL_CARON,
LFUN_ACCENT_HUNGARIAN_UMLAUT,
+ LFUN_ACCENT_UMLAUT,
// 80
Why don't we just use
LFUN_ACCENT_UMLAUT = 80
instead of adjusting the comments all the time?
Why don't we just get rid of those comments? Fastidious effort that is
not worth 10 pesetas...
Abdel.