]> git.lyx.org Git - lyx.git/commitdiff
consistent dialog titles
authorJohn Levon <levon@movementarian.org>
Sun, 16 Feb 2003 05:08:14 +0000 (05:08 +0000)
committerJohn Levon <levon@movementarian.org>
Sun, 16 Feb 2003 05:08:14 +0000 (05:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6175 a592a061-630c-0410-9148-cb99ea01b6c8

30 files changed:
src/frontends/qt2/ChangeLog
src/frontends/qt2/QBibitem.C
src/frontends/qt2/QChanges.C
src/frontends/qt2/QCharacter.C
src/frontends/qt2/QCitation.C
src/frontends/qt2/QDocument.C
src/frontends/qt2/QERT.C
src/frontends/qt2/QError.C
src/frontends/qt2/QExternal.C
src/frontends/qt2/QFloat.C
src/frontends/qt2/QGraphics.C
src/frontends/qt2/QInclude.C
src/frontends/qt2/QIndex.C
src/frontends/qt2/QLog.C
src/frontends/qt2/QMinipage.C
src/frontends/qt2/QParagraph.C
src/frontends/qt2/QPrint.C
src/frontends/qt2/QRef.C
src/frontends/qt2/QSearch.C
src/frontends/qt2/QSendto.C
src/frontends/qt2/QShowFile.C
src/frontends/qt2/QSpellchecker.C
src/frontends/qt2/QTabular.C
src/frontends/qt2/QTabularCreate.C
src/frontends/qt2/QTexinfo.C
src/frontends/qt2/QThesaurus.C
src/frontends/qt2/QToc.C
src/frontends/qt2/QURL.C
src/frontends/qt2/QVCLog.C
src/frontends/qt2/QWrap.C

index 1ebf089b948356d77b871f4e9ec85a5e5c878160..b851844491b7466ff8cf27a7846b1c6404ef98f4 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-16  John Levon  <levon@movementarian.org>
+
+       * QX.C: consistent title labels for dialogs.
+
 2003-02-15  John Levon  <levon@movementarian.org>
 
        * ui/QSpellcheckerDialogBase.ui: make "Accept" be "Ignore All"
index 9c1f2bb6f9e4dd7a130430de8fbfbe641d42d081..12267a8a9bd1826ce1bab8255e8d0f6244cbe216 100644 (file)
@@ -28,7 +28,7 @@ typedef Qt2CB<ControlBibitem, Qt2DB<QBibitemDialog> > base_class;
 
 
 QBibitem::QBibitem()
-       : base_class(qt_("Bibliography Item"))
+       : base_class(qt_("LyX: Insert Bibliography Item"))
 {
 }
 
index ae03f0717ec625754795c3fce0cb1da46955b991..93707b114438557ce57877a77f5bff426e044e45 100644 (file)
@@ -24,7 +24,7 @@ typedef Qt2CB<ControlChanges, Qt2DB<QChangesDialog> > base_class;
 
 
 QChanges::QChanges()
-       : base_class(qt_("Changes"))
+       : base_class(qt_("LyX: Merge Changes"))
 {
 }
 
index 11b1e04ccf9e3ccac5ec1b69844997a13c0bb8c2..8b4ed13f8ad7ef34971fb09407d67cb126800e23 100644 (file)
@@ -33,7 +33,7 @@ typedef Qt2CB<ControlCharacter, Qt2DB<QCharacterDialog> > base_class;
 
 
 QCharacter::QCharacter()
-       : base_class(qt_("Character"))
+       : base_class(qt_("LyX: Change Character Settings"))
 {
 }
 
index 45aac5227a56fca2d43aa01a2dd9807698bcbb7e..64ecb9166d96393b913b2d8c4cf7bb1edb872f5f 100644 (file)
@@ -42,7 +42,7 @@ typedef Qt2CB<ControlCitation, Qt2DB<QCitationDialog> > base_class;
 
 
 QCitation::QCitation()
-       : base_class(qt_("Citation"))
+       : base_class(qt_("LyX: Insert Citation"))
 {}
 
 
index 94ce9f8d97ddb331d75e412e9ce88e9c1485be57..e5df2810186ed81f7c0601bf095e00393ea0936a 100644 (file)
@@ -51,7 +51,7 @@ typedef Qt2CB<ControlDocument, Qt2DB<QDocumentDialog> > base_class;
 
 
 QDocument::QDocument()
-       : base_class(qt_("Document Settings"))
+       : base_class(qt_("LyX: Document Settings"))
 {
        vector<frnt::LanguagePair> const langs = frnt::getLanguageData(false);
        lang_ = getSecond(langs);
index fbf29eddbafb767f3018fd2f1318dd7f1ee61224..fcfb480cd72b06242312a5ae3b6765f33a6a95dc 100644 (file)
@@ -25,7 +25,7 @@ typedef Qt2CB<ControlERT, Qt2DB<QERTDialog> > base_class;
 
 
 QERT::QERT()
-       : base_class(qt_("LaTeX ERT"))
+       : base_class(qt_("LyX: LaTeX Code Settings"))
 {
 }
 
index 4b3fddd2b0eb35bad0daff792f732c1952adb9ef..b82b1b5b20e3182847a1b6b92fb536ec64e5b101 100644 (file)
@@ -25,7 +25,7 @@ typedef Qt2CB<ControlError, Qt2DB<QErrorDialog> > base_class;
 
 
 QError::QError()
-       : base_class(qt_("LaTeX Error"))
+       : base_class(qt_("LyX: LaTeX Error"))
 {
 }
 
index 141c51bc3d131ecc96a630d7a2b2a4bb409a5895..c686b18683eb2732e6cdc10f037f631aec2c2703 100644 (file)
@@ -29,7 +29,7 @@ typedef Qt2CB<ControlExternal, Qt2DB<QExternalDialog> > base_class;
 
 
 QExternal::QExternal()
-       : base_class(qt_("External"))
+       : base_class(qt_("LyX: Insert External Material"))
 {
 }
 
index f1a4f6528e049d9e6b4689eadb3fded7aa1b548c..7c9285c7e110905443831a9f74cd92867ee60dd3 100644 (file)
@@ -26,7 +26,7 @@ typedef Qt2CB<ControlFloat, Qt2DB<QFloatDialog> > base_class;
 
 
 QFloat::QFloat()
-       : base_class(qt_("Float Settings"))
+       : base_class(qt_("LyX: Float Settings"))
 {
 }
 
index 73ce5d6ff68cb1a66fb239d2099d804c6708335b..105583e550fcf0df140aa6619eb960e156935785 100644 (file)
@@ -47,7 +47,7 @@ typedef Qt2CB<ControlGraphics, Qt2DB<QGraphicsDialog> > base_class;
 
 
 QGraphics::QGraphics()
-       : base_class(qt_("Graphics"))
+       : base_class(qt_("LyX: Insert Graphics"))
 {
 }
 
index 0de79b18a2d39f363c9049a5a82323f543d06f28..c9f9266c5eb6fa0fdca3e3d87e22677b9132b15e 100644 (file)
@@ -29,7 +29,7 @@ typedef Qt2CB<ControlInclude, Qt2DB<QIncludeDialog> > base_class;
 
 
 QInclude::QInclude()
-       : base_class(qt_("Include"))
+       : base_class(qt_("LyX: Include File"))
 {
 }
 
index 66f7c11cff61da309c46296e2fc5c8b7ab846ef9..7558b3f724280be14689491a66a10b005c240386 100644 (file)
@@ -24,7 +24,7 @@ typedef Qt2CB<ControlIndex, Qt2DB<QIndexDialog> > base_class;
 
 
 QIndex::QIndex()
-       : base_class(qt_("Index"))
+       : base_class(qt_("LyX: Insert Index Entry"))
 {
 }
 
index 4813f8c11618c5c7c1c7f3a14ce18ecb8cc61cbd..feb5bef3d2d0cf1a4d2b9bc8335a806cd0e3ee91 100644 (file)
@@ -31,7 +31,7 @@ using std::getline;
 typedef Qt2CB<ControlLog, Qt2DB<QLogDialog> > base_class;
 
 QLog::QLog()
-       : base_class(qt_("Log"))
+       : base_class(qt_("LyX: LaTeX Log"))
 {
 }
 
index cd65bf73f7c988f41e3d6daecf051e031f3526c6..04f7505484e8f89b9e49d3401cfb326634896ef0 100644 (file)
@@ -30,7 +30,7 @@ typedef Qt2CB<ControlMinipage, Qt2DB<QMinipageDialog> > base_class;
 
 
 QMinipage::QMinipage()
-       : base_class(qt_("Minipage"))
+       : base_class(qt_("LyX: Minipage Settings"))
 {
 }
 
index 7398d956209984621a714a3b7ee00d1be77c5e00..ea298c7c203e6c6bbdeec1ad5aef0d0374078f19 100644 (file)
@@ -43,7 +43,7 @@ typedef Qt2CB<ControlParagraph, Qt2DB<QParagraphDialog> > base_class;
 
 
 QParagraph::QParagraph()
-       : base_class(qt_("Paragraph Layout"))
+       : base_class(qt_("LyX: Paragraph Settings"))
 {}
 
 
index 53c990c295620830e043dc5d148cec7feb22cdea..276ad9e53ae4bf7770f4554318c988aa1bf56439 100644 (file)
@@ -33,7 +33,7 @@ typedef Qt2CB<ControlPrint, Qt2DB<QLPrintDialog> > base_class;
 
 
 QPrint::QPrint()
-       : base_class(qt_("Print"))
+       : base_class(qt_("LyX: Print Document"))
 {
 }
 
index 37b3e109736ce5f9e4fc277bddcf84b9ca522a62..583b55bdbdb86ade80ced30cff884882529ab709 100644 (file)
@@ -39,7 +39,7 @@ typedef Qt2CB<ControlRef, Qt2DB<QRefDialog> > base_class;
 
 
 QRef::QRef()
-       : base_class(qt_("Cross Reference")),
+       : base_class(qt_("LyX: Insert Cross-reference")),
        sort_(false), at_ref_(false)
 {
 }
index fc3b29138d3d2a6f71bf8e9e8db50504f0ad8ff0..9c2e66ba13504fc3f2706f216ac42ba6b37d811f 100644 (file)
@@ -28,7 +28,7 @@ typedef Qt2CB<ControlSearch, Qt2DB<QSearchDialog> > base_class;
 
 
 QSearch::QSearch()
-       : base_class(qt_("Search"))
+       : base_class(qt_("LyX: Search Document"))
 {
 }
 
index 086b432c5919d054b5e18d30f70904ccfb697416..6d4c694bb34367805258e656de149afe368bb41a 100644 (file)
@@ -31,7 +31,7 @@ typedef Qt2CB<ControlSendto, Qt2DB<QSendtoDialog> > base_class;
 
 
 QSendto::QSendto()
-       : base_class(qt_("Send document to command"))
+       : base_class(qt_("LyX: Send Document to Command"))
 {
 }
 
index 20e1a98931e1b9c80d563ca0d829c99f8305a422..6d8c92a68178b57368fb967630f8b830d5869d13 100644 (file)
@@ -25,7 +25,7 @@ typedef Qt2CB<ControlShowFile, Qt2DB<QShowFileDialog> > base_class;
 
 
 QShowFile::QShowFile()
-       : base_class(qt_("ShowFile"))
+       : base_class(qt_("LyX: Show File"))
 {
 }
 
index fc264d2ccc0539d5d65f96a66236a4e9087c96e8..7da1a09b2a03b4ab951b7e7c22b38c0d349c4e1d 100644 (file)
@@ -29,7 +29,7 @@ typedef Qt2CB<ControlSpellchecker, Qt2DB<QSpellcheckerDialog> > base_class;
 
 
 QSpellchecker::QSpellchecker()
-       : base_class(qt_("Spellchecker"))
+       : base_class(qt_("LyX: Spell-check Document"))
 {
 }
 
index 8ea6f70c87e59dd26e5acc4c81ce3782b1eb1226..25e4c0586714836dd0757b8489c87599c0cf66e3 100644 (file)
@@ -32,7 +32,7 @@
 typedef Qt2CB<ControlTabular, Qt2DB<QTabularDialog> > base_class;
 
 QTabular::QTabular()
-       : base_class(qt_("LyX: Edit Table"))
+       : base_class(qt_("LyX: Table Settings"))
 {
 }
 
index 18d16ec64d17014fc387f5b9b73c5e310deadf2e..3baa16bb96fdd796e3942c5ff3d03643cfd35755 100644 (file)
@@ -25,7 +25,7 @@ typedef Qt2CB<ControlTabularCreate, Qt2DB<QTabularCreateDialog> > base_class;
 
 
 QTabularCreate::QTabularCreate()
-       : base_class(qt_("Insert table"))
+       : base_class(qt_("LyX: Insert Table"))
 {
 }
 
index 776079b962ab71847230700bd7638d47d8768997..71f40a4d680c57f98febb9c590868e6d24a76da9 100644 (file)
@@ -30,7 +30,8 @@ typedef Qt2CB<ControlTexinfo, Qt2DB<QTexinfoDialog> > base_class;
 
 
 QTexinfo::QTexinfo()
-       : base_class(qt_("LaTeX Information")), warningPosted(false), activeStyle(ControlTexinfo::cls)
+       : base_class(qt_("LyX: LaTeX Information")),
+         warningPosted(false), activeStyle(ControlTexinfo::cls)
 {
 }
 
index 0babff7cd17f4e15bd65233a468f676204eb468f..70ffd921c5b34a622d2fa67f67f4ebb24a9e284d 100644 (file)
@@ -25,7 +25,7 @@ typedef Qt2CB<ControlThesaurus, Qt2DB<QThesaurusDialog> > base_class;
 
 
 QThesaurus::QThesaurus()
-       : base_class(qt_("Thesaurus"))
+       : base_class(qt_("LyX: Thesaurus"))
 {
 }
 
index 052ff1afada9055c0745116ace6c38b3d0e73558..a5a9ada7e12dc5e929f4749af31782905e08805e 100644 (file)
@@ -36,7 +36,7 @@ using std::vector;
 typedef Qt2CB<ControlToc, Qt2DB<QTocDialog> > base_class;
 
 QToc::QToc()
-       : base_class(qt_("Table of contents")), depth_(1)
+       : base_class(qt_("LyX: Table of Contents")), depth_(1)
 {}
 
 
index 9c2b88b73213c71d4490b04d9fe4b23cf0e1439a..970250f463cea16e891bc65e9de4a6186ebc8883 100644 (file)
@@ -27,7 +27,7 @@ typedef Qt2CB<ControlUrl, Qt2DB<QURLDialog> > base_class;
 
 
 QURL::QURL()
-       : base_class(qt_("URL"))
+       : base_class(qt_("LyX: Insert URL"))
 {
 }
 
index ae2fe683a43d824923ecfcb188a3d9b7213b13de..ed405a76ca9a6c6682f693bad589ccc7ce7307e9 100644 (file)
@@ -29,7 +29,7 @@ typedef Qt2CB<ControlVCLog, Qt2DB<QVCLogDialog> > base_class;
 
 
 QVCLog::QVCLog()
-       : base_class(qt_("VCLog"))
+       : base_class(qt_("LyX: Version Control Log"))
 {
 }
 
index 85bc7bee1dcd3d62c70480dd808475439f53f33f..44f89ae0c026246c832170cf93e4262afd0ac981 100644 (file)
@@ -30,7 +30,7 @@ typedef Qt2CB<ControlWrap, Qt2DB<QWrapDialog> > base_class;
 
 
 QWrap::QWrap()
-       : base_class(qt_("Wrap Options"))
+       : base_class(qt_("LyX: Text-wrapping Settings"))
 {
 }