]> git.lyx.org Git - features.git/commitdiff
Add comment just as in GuiView.cpp.
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 3 May 2010 20:08:31 +0000 (20:08 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 3 May 2010 20:08:31 +0000 (20:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34359 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/Inset.cpp

index 3fae5bdb18298e42f027c3cf5bb5323e3663fe9b..da9e7783768c018ba24e45cf49056d26c47b503a 100644 (file)
@@ -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;