This one somehow got lost some time ago...

Andre'

-- 
André Pönitz .............................................. [EMAIL PROTECTED]
Index: BufferView_pimpl.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView_pimpl.C,v
retrieving revision 1.169
diff -u -p -r1.169 BufferView_pimpl.C
--- BufferView_pimpl.C  2001/10/04 14:19:26     1.169
+++ BufferView_pimpl.C  2001/10/19 14:22:38
@@ -2914,6 +2914,10 @@ bool BufferView::Pimpl::Dispatch(kb_acti
                mathDispatchMathMode(bv_, argument);
                break;
                
+       case LFUN_GREEK:                 // Insert a single greek letter
+               mathDispatchGreek(bv_, argument);
+               break;
+               
        case LFUN_CITATION_INSERT:
        {
                InsetCommandParams p;

Reply via email to