(Rob Lahaye): tweaking the appearance of the preferences dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6982 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-05-19 21:32:36 +00:00
parent 00043ade70
commit 207ceffed4
3 changed files with 411 additions and 404 deletions

View File

@ -1,3 +1,10 @@
2003-05-13 Rob Lahaye <lahaye@snu.ac.kr>
* FormPreferences.C: Change conversions-tooltip.
* forms/form_preferences.fd: modify layout (similar to Graphics dialog
layout)
2003-05-19 Angus Leeming <leeming@lyx.org>
* forms/fdfixc.sed:

View File

@ -976,7 +976,7 @@ string const
FormPreferences::Converters::feedback(FL_OBJECT const * const ob) const
{
if (ob == dialog_->browser_all)
return _("All the currently defined converters known to LyX.");
return _("All explicitly defined converters for LyX");
if (ob == dialog_->choice_from)
return _("Convert \"from\" this format");

File diff suppressed because it is too large Load Diff