[EMAIL PROTECTED] schrieb:
Author: spitz
Date: Sun Nov 4 12:29:12 2007
New Revision: 21420
URL: http://www.lyx.org/trac/changeset/21420
Log:
* src/LyXRC.cpp: shut up compiler.
hello,
as i have 3 evenings to spend i just sat down to my computer to fix that
- too late as i see. but there is a question i have concerning that
code: why does the compiler look at that code at all? it's commented out
with #if 0 ... #endif! i guess that (and the fact that msvc is quiet) is
the reason why i didn't have a closer look at it before.
bernhard
+ case RC_DEFFILE:
+ //FIXME: fix description.
+ str = _("Command definition file.");
+ break;
+