mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
(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:
parent
00043ade70
commit
207ceffed4
@ -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:
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user