diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 25b197ef94..40975c4f1b 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -2216,14 +2216,14 @@ lib_doc_files = Split(''' DocStyle.lyx es_Intro.lyx es_Tutorial.lyx - es_ExtendedInsets.lyx + es_EmbeddedObjects.lyx eu_Customization.lyx eu_Extended.lyx eu_FAQ.lyx eu_Intro.lyx eu_Tutorial.lyx eu_UserGuide.lyx - ExtendedInsets.lyx + EmbeddedObjects.lyx Extended.lyx FAQ.lyx fr_Customization.lyx diff --git a/lib/doc/ExtendedInsets.lyx b/lib/doc/EmbeddedObjects.lyx similarity index 100% rename from lib/doc/ExtendedInsets.lyx rename to lib/doc/EmbeddedObjects.lyx diff --git a/lib/doc/Makefile.am b/lib/doc/Makefile.am index b29ee4dec9..547fd22207 100644 --- a/lib/doc/Makefile.am +++ b/lib/doc/Makefile.am @@ -17,14 +17,14 @@ docfiles = \ DocStyle.lyx \ es_Intro.lyx \ es_Tutorial.lyx \ - es_ExtendedInsets.lyx \ + es_EmbeddedObjects.lyx \ eu_Customization.lyx \ eu_Extended.lyx \ eu_FAQ.lyx \ eu_Intro.lyx \ eu_Tutorial.lyx \ eu_UserGuide.lyx \ - ExtendedInsets.lyx \ + EmbeddedObjects.lyx \ Extended.lyx \ FAQ.lyx \ fr_Customization.lyx \ diff --git a/lib/doc/es_ExtendedInsets.lyx b/lib/doc/es_EmbeddedObjects.lyx similarity index 100% rename from lib/doc/es_ExtendedInsets.lyx rename to lib/doc/es_EmbeddedObjects.lyx diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index 3173c7d2f2..fc91d0a3c9 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -448,7 +448,7 @@ Menuset Item "Tutorial|T" "help-open Tutorial" Item "User's Guide|U" "help-open UserGuide" Item "Extended Features|E" "help-open Extended" - Item "Special Insets|S" "help-open ExtendedInsets" + Item "Embedded Objects|m" "help-open EmbeddedObjects" Item "Customization|C" "help-open Customization" Item "FAQ|F" "help-open FAQ" Item "Table of Contents|a" "help-open TOC"