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:
Uwe Stöhr 2009-06-07 16:19:40 +00:00
parent 46dcc4fcd0
commit 9dd13b284f
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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();

View File

@ -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;

View File

@ -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&amp;panese:</string> <string>Processor for &amp;Japanese:</string>
</property> </property>
<property name="buddy" > <property name="buddy" >
<cstring>latexJIndexED</cstring> <cstring>latexJIndexED</cstring>