get rid of QT3_SUPPORT and some cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14760 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-08-17 08:58:46 +00:00
parent 9aac0f789a
commit 16d37fd803

View File

@ -72,7 +72,7 @@ void QSendto::update_contents()
dialog_->formatLW->addItem(toqstr(*it));
}
dialog_->commandCO->insertItem(toqstr(controller().getCommand()));
dialog_->commandCO->addItem(toqstr(controller().getCommand()));
}