mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
add 'dec' to switch back to decimal output
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4787 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e61b90fbc2
commit
6e1b894e38
@ -1,3 +1,9 @@
|
||||
|
||||
2002-07-25 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* lyx_gui.C:
|
||||
* XWorkArea.C: add 'dec' to switch back to decimal output
|
||||
|
||||
2002-07-25 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||
|
||||
* Menubar_pimpl.C: do not include "toc.h" and "FloatList.h".
|
||||
|
@ -601,7 +601,7 @@ string const XWorkArea::getClipboard() const
|
||||
fl_XNextEvent(&ev);
|
||||
lyxerr << "Received unhandled X11 event" << endl;
|
||||
lyxerr << "Type: 0x" << hex << ev.xany.type <<
|
||||
" Target: 0x" << hex << ev.xany.window << endl;
|
||||
" Target: 0x" << hex << ev.xany.window << dec << endl;
|
||||
}
|
||||
}
|
||||
return clipboard_selection;
|
||||
|
@ -302,7 +302,7 @@ void lyx_gui::start(string const & batch, vector<string> files)
|
||||
fl_XNextEvent(&ev);
|
||||
lyxerr << "Received unhandled X11 event" << endl;
|
||||
lyxerr << "Type: 0x" << hex << ev.xany.type <<
|
||||
" Target: 0x" << hex << ev.xany.window << endl;
|
||||
" Target: 0x" << hex << ev.xany.window << dec << endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user