From: Vincent van Ravesteijn Date: Mon, 3 May 2010 20:08:31 +0000 (+0000) Subject: Add comment just as in GuiView.cpp. X-Git-Tag: 2.0.0~3301 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8c0194ae78bd8bd7126fcdc39d24607755572f14;p=features.git Add comment just as in GuiView.cpp. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34359 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/Inset.cpp b/src/insets/Inset.cpp index 3fae5bdb18..da9e778376 100644 --- a/src/insets/Inset.cpp +++ b/src/insets/Inset.cpp @@ -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;