From 8c0194ae78bd8bd7126fcdc39d24607755572f14 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Mon, 3 May 2010 20:08:31 +0000 Subject: [PATCH] Add comment just as in GuiView.cpp. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34359 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/Inset.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.39.2