mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
unify shortcuts to avoid doubled entries in the po-files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30010 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
46dcc4fcd0
commit
9dd13b284f
@ -548,7 +548,7 @@ Menuset
|
|||||||
#
|
#
|
||||||
|
|
||||||
Menu "context-toc-change"
|
Menu "context-toc-change"
|
||||||
Item "Accept Change|C" "change-accept"
|
Item "Accept Change|c" "change-accept"
|
||||||
Item "Reject Change|R" "change-reject"
|
Item "Reject Change|R" "change-reject"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
@ -623,7 +623,7 @@ void PrefLatex::on_latexBibtexCO_activated(int n)
|
|||||||
QString const bibtex = latexBibtexCO->itemData(n).toString();
|
QString const bibtex = latexBibtexCO->itemData(n).toString();
|
||||||
if (bibtex.isEmpty()) {
|
if (bibtex.isEmpty()) {
|
||||||
latexBibtexED->clear();
|
latexBibtexED->clear();
|
||||||
latexBibtexOptionsLA->setText(qt_("C&ommand:"));
|
latexBibtexOptionsLA->setText(qt_("Co&mmand:"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
for (set<string>::const_iterator it = bibtex_alternatives.begin();
|
for (set<string>::const_iterator it = bibtex_alternatives.begin();
|
||||||
@ -735,7 +735,7 @@ void PrefLatex::update(LyXRC const & rc)
|
|||||||
} else {
|
} else {
|
||||||
latexBibtexED->setText(toqstr(rc.bibtex_command));
|
latexBibtexED->setText(toqstr(rc.bibtex_command));
|
||||||
latexBibtexCO->setCurrentIndex(0);
|
latexBibtexCO->setCurrentIndex(0);
|
||||||
latexBibtexOptionsLA->setText(qt_("C&ommand:"));
|
latexBibtexOptionsLA->setText(qt_("Co&mmand:"));
|
||||||
}
|
}
|
||||||
|
|
||||||
latexIndexCO->clear();
|
latexIndexCO->clear();
|
||||||
|
@ -218,7 +218,7 @@ ToolbarInfo & ToolbarInfo::read(Lexer & lex)
|
|||||||
break;
|
break;
|
||||||
case TO_IMPORTFORMATS:
|
case TO_IMPORTFORMATS:
|
||||||
lfun = LFUN_BUFFER_IMPORT;
|
lfun = LFUN_BUFFER_IMPORT;
|
||||||
tooltip = _("Import %1$s ...");
|
tooltip = _("Import %1$s");
|
||||||
break;
|
break;
|
||||||
case TO_UPDATEFORMATS:
|
case TO_UPDATEFORMATS:
|
||||||
lfun = LFUN_BUFFER_UPDATE;
|
lfun = LFUN_BUFFER_UPDATE;
|
||||||
|
@ -244,7 +244,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="latexJIndexLA" >
|
<widget class="QLabel" name="latexJIndexLA" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Processor for Ja&panese:</string>
|
<string>Processor for &Japanese:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy" >
|
<property name="buddy" >
|
||||||
<cstring>latexJIndexED</cstring>
|
<cstring>latexJIndexED</cstring>
|
||||||
|
Loading…
Reference in New Issue
Block a user