mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Add comment just as in GuiView.cpp.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34359 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eb78affda7
commit
8c0194ae78
@ -60,6 +60,11 @@ public:
|
||||
static InsetName insetnames[INSET_CODE_SIZE];
|
||||
|
||||
|
||||
// This list should be kept in sync with the list of dialogs in
|
||||
// src/frontends/qt4/GuiView.cpp, I.e., if a dialog goes with an
|
||||
// inset, the dialog should have the same name as the inset.
|
||||
// Changes should be also recorded in LFUN_DIALOG_SHOW doxygen
|
||||
// docs in LyXAction.cpp.
|
||||
static void build_translator()
|
||||
{
|
||||
static bool passed = false;
|
||||
|
Loading…
Reference in New Issue
Block a user