mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Another quick fix to get qt2 frontend to compile
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1819 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
127265cc83
commit
07b2bf5e11
@ -53,7 +53,11 @@ Dialogs::Dialogs(LyXView * lv)
|
||||
// add( new FormCredits(lv, this));
|
||||
|
||||
// add(new FormDocument(lv, this));
|
||||
add(new FormError(lv, this));
|
||||
|
||||
|
||||
// REMOVED THIS UNTIL CHANGED TO NEW SCHEME -- Kalle, 2001-03-23
|
||||
// add(new FormError(lv, this));
|
||||
|
||||
add(new FormGraphics(lv, this));
|
||||
// add(new FormIndex(lv, this));
|
||||
add(new FormParagraph(lv, this));
|
||||
|
@ -39,7 +39,6 @@ libqt2_la_OBJADD = \
|
||||
../xforms/FormBibtex.lo \
|
||||
../xforms/FormBrowser.lo \
|
||||
../xforms/FormCopyright.lo \
|
||||
../xforms/FormCredits.lo \
|
||||
../xforms/FormDocument.lo \
|
||||
../xforms/FormError.lo \
|
||||
../xforms/FormExternal.lo \
|
||||
|
22
src/frontends/qt2/dialogs-qt2.txt
Normal file
22
src/frontends/qt2/dialogs-qt2.txt
Normal file
@ -0,0 +1,22 @@
|
||||
Dialog Maintainer MVC conversion
|
||||
----------------------------------------------
|
||||
Character Edwin
|
||||
Citation Kalle
|
||||
Copyright Kalle
|
||||
Credits
|
||||
Document Kalle
|
||||
Error
|
||||
File Edwin
|
||||
Graphics
|
||||
Index Kalle
|
||||
Paragraph Edwin
|
||||
Preferences
|
||||
Print Edwin
|
||||
Ref Kalle
|
||||
Search Edwin
|
||||
Splash Edwin
|
||||
Tabular
|
||||
TabularCreate Edwin
|
||||
Toc Kalle
|
||||
Url Kalle
|
||||
|
Loading…
Reference in New Issue
Block a user