FakeVim: Don't check for "UseFakeVim" in standalone mode

Change-Id: Iad82bcdce429764f3ceef07d9894ab817b844336
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hluk
2013-03-23 19:13:30 +01:00
committed by hjk
parent 50b7b6bcfc
commit 7b885b583d
2 changed files with 12 additions and 9 deletions

View File

@@ -167,10 +167,10 @@ FakeVimSettings *theFakeVimSettings()
s = new FakeVimSettings;
// Specific FakeVim settings
createAction(s, ConfigUseFakeVim, false, _("UseFakeVim"));
createAction(s, ConfigReadVimRc, false, _("ReadVimRc"));
createAction(s, ConfigVimRcPath, QString(), _("VimRcPath"));
#ifndef FAKEVIM_STANDALONE
createAction(s, ConfigUseFakeVim, false, _("UseFakeVim"));
s->item(ConfigUseFakeVim)->setText(QCoreApplication::translate("FakeVim::Internal",
"Use Vim-style Editing"));
s->item(ConfigReadVimRc)->setText(QCoreApplication::translate("FakeVim::Internal",