]> git.lyx.org Git - features.git/commit
Change _() to return a docstring. Fixup callers with the help of lyx::to_utf8.
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 9 Sep 2006 15:27:44 +0000 (15:27 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 9 Sep 2006 15:27:44 +0000 (15:27 +0000)
commit43b77ba2d722cdb8a9437926f839c1dcbf3c0b89
treee79361b41a835dcc7ada5b37528f7da51d44cc6b
parent5aa348d9691cb85721d789c61935caa17ec1b84b
Change _() to return a docstring. Fixup callers with the help of lyx::to_utf8.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14952 a592a061-630c-0410-9148-cb99ea01b6c8
208 files changed:
src/BufferView_pimpl.C
src/Chktex.C
src/CutAndPaste.C
src/LColor.C
src/LaTeX.C
src/MenuBackend.C
src/SpellBase.C
src/ToolbarBackend.C
src/buffer.C
src/buffer_funcs.C
src/bufferlist.C
src/bufferparams.C
src/bufferview_funcs.C
src/converter.C
src/debug.C
src/exporter.C
src/format.C
src/frontends/LyXView.C
src/frontends/Toolbars.C
src/frontends/WorkArea.C
src/frontends/controllers/ControlAboutlyx.C
src/frontends/controllers/ControlBibtex.C
src/frontends/controllers/ControlBox.C
src/frontends/controllers/ControlErrorList.C
src/frontends/controllers/ControlExternal.C
src/frontends/controllers/ControlGraphics.C
src/frontends/controllers/ControlInclude.C
src/frontends/controllers/ControlLog.C
src/frontends/controllers/ControlPrefs.C
src/frontends/controllers/ControlPrint.C
src/frontends/controllers/ControlSpellchecker.C
src/frontends/controllers/ControlToc.C
src/frontends/controllers/ControlViewSource.C
src/frontends/controllers/biblio.C
src/frontends/controllers/character.C
src/frontends/controllers/frnt_lang.C
src/frontends/controllers/helper_funcs.C
src/frontends/controllers/tex_helpers.C
src/frontends/gtk/Dialogs.C
src/frontends/gtk/GAboutlyx.C
src/frontends/gtk/GBC.h
src/frontends/gtk/GBibItem.C
src/frontends/gtk/GBibtex.C
src/frontends/gtk/GBox.C
src/frontends/gtk/GBranch.C
src/frontends/gtk/GChanges.C
src/frontends/gtk/GCharacter.C
src/frontends/gtk/GCitation.C
src/frontends/gtk/GDocument.C
src/frontends/gtk/GERT.C
src/frontends/gtk/GErrorList.C
src/frontends/gtk/GExternal.C
src/frontends/gtk/GFloat.C
src/frontends/gtk/GGraphics.C
src/frontends/gtk/GInclude.C
src/frontends/gtk/GLog.C
src/frontends/gtk/GMathDelim.C
src/frontends/gtk/GMathPanel.C
src/frontends/gtk/GMathsMatrix.C
src/frontends/gtk/GNote.C
src/frontends/gtk/GParagraph.C
src/frontends/gtk/GPreferences.C
src/frontends/gtk/GRef.C
src/frontends/gtk/GSearch.C
src/frontends/gtk/GSendto.C
src/frontends/gtk/GShowFile.C
src/frontends/gtk/GSpellchecker.C
src/frontends/gtk/GTableCreate.C
src/frontends/gtk/GTabular.C
src/frontends/gtk/GTexinfo.C
src/frontends/gtk/GThesaurus.C
src/frontends/gtk/GToc.C
src/frontends/gtk/GUrl.C
src/frontends/gtk/GVSpace.C
src/frontends/gtk/GWrap.C
src/frontends/qt3/Alert_pimpl.C
src/frontends/qt3/Dialogs.C
src/frontends/qt3/FileDialog.C
src/frontends/qt3/QAbout.C
src/frontends/qt3/QBibitem.C
src/frontends/qt3/QBibtex.C
src/frontends/qt3/QBox.C
src/frontends/qt3/QBranch.C
src/frontends/qt3/QChanges.C
src/frontends/qt3/QCharacter.C
src/frontends/qt3/QCitation.C
src/frontends/qt3/QDocument.C
src/frontends/qt3/QDocumentDialog.C
src/frontends/qt3/QERT.C
src/frontends/qt3/QExternal.C
src/frontends/qt3/QFloat.C
src/frontends/qt3/QGraphics.C
src/frontends/qt3/QInclude.C
src/frontends/qt3/QMath.C
src/frontends/qt3/QNote.C
src/frontends/qt3/QParagraph.C
src/frontends/qt3/QPrefs.C
src/frontends/qt3/QPrefsDialog.C
src/frontends/qt3/QPrint.C
src/frontends/qt3/QRef.C
src/frontends/qt3/QSearch.C
src/frontends/qt3/QSendto.C
src/frontends/qt3/QShowFile.C
src/frontends/qt3/QSpellchecker.C
src/frontends/qt3/QTabular.C
src/frontends/qt3/QTabularCreate.C
src/frontends/qt3/QTexinfo.C
src/frontends/qt3/QThesaurus.C
src/frontends/qt3/QToc.C
src/frontends/qt3/QURL.C
src/frontends/qt3/QVSpace.C
src/frontends/qt3/QWrap.C
src/frontends/qt3/Qt2BC.h
src/frontends/qt3/validators.C
src/frontends/qt4/Alert_pimpl.C
src/frontends/qt4/Dialogs.C
src/frontends/qt4/FileDialog.C
src/frontends/qt4/QAbout.C
src/frontends/qt4/QBibitem.C
src/frontends/qt4/QBibtex.C
src/frontends/qt4/QBox.C
src/frontends/qt4/QBranch.C
src/frontends/qt4/QChanges.C
src/frontends/qt4/QCharacter.C
src/frontends/qt4/QDocument.C
src/frontends/qt4/QDocumentDialog.C
src/frontends/qt4/QERT.C
src/frontends/qt4/QExternal.C
src/frontends/qt4/QFloat.C
src/frontends/qt4/QGraphics.C
src/frontends/qt4/QInclude.C
src/frontends/qt4/QMath.C
src/frontends/qt4/QNote.C
src/frontends/qt4/QParagraph.C
src/frontends/qt4/QPrefs.C
src/frontends/qt4/QPrefsDialog.C
src/frontends/qt4/QPrint.C
src/frontends/qt4/QRef.C
src/frontends/qt4/QSearch.C
src/frontends/qt4/QSendto.C
src/frontends/qt4/QShowFile.C
src/frontends/qt4/QSpellchecker.C
src/frontends/qt4/QTabular.C
src/frontends/qt4/QTabularCreate.C
src/frontends/qt4/QTexinfo.C
src/frontends/qt4/QThesaurus.C
src/frontends/qt4/QVSpace.C
src/frontends/qt4/QWrap.C
src/frontends/qt4/Qt2BC.h
src/frontends/qt4/UrlView.C
src/frontends/qt4/qt_helpers.C
src/frontends/qt4/validators.C
src/gettext.C
src/gettext.h
src/importer.C
src/insets/insetbase.C
src/insets/insetbibtex.C
src/insets/insetbox.C
src/insets/insetbranch.C
src/insets/insetcaption.C
src/insets/insetcaption.h
src/insets/insetcharstyle.C
src/insets/insetenv.C
src/insets/insetert.C
src/insets/insetexternal.C
src/insets/insetfloat.C
src/insets/insetfloatlist.C
src/insets/insetfoot.C
src/insets/insetgraphics.C
src/insets/insetinclude.C
src/insets/insetindex.C
src/insets/insetmarginal.C
src/insets/insetnote.C
src/insets/insetoptarg.C
src/insets/insetpagebreak.C
src/insets/insetref.C
src/insets/insettabular.C
src/insets/insettext.C
src/insets/insettoc.C
src/insets/inseturl.C
src/insets/insetvspace.C
src/insets/insetwrap.C
src/insets/render_graphic.C
src/insets/render_preview.C
src/ispell.C
src/kbsequence.C
src/lyx_cb.C
src/lyx_main.C
src/lyxfind.C
src/lyxfont.C
src/lyxfunc.C
src/lyxrc.C
src/lyxvc.C
src/mathed/math_gridinset.C
src/mathed/math_hullinset.C
src/mathed/math_macrotemplate.C
src/mathed/math_nestinset.C
src/mathed/ref_inset.C
src/output.C
src/output_plaintext.C
src/paragraph.C
src/rowpainter.C
src/support/filefilterlist.C
src/support/package.C.in
src/text.C
src/text2.C
src/text3.C
src/vspace.C