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:
André Pönitz 2002-07-25 14:44:25 +00:00
parent e61b90fbc2
commit 6e1b894e38
3 changed files with 8 additions and 2 deletions

View File

@ -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".

View File

@ -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;

View File

@ -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;
}
}