Compare commits

..

1160 Commits

Author SHA1 Message Date
Bryan Petty
7f35e7719e This commit was manufactured by cvs2svn to create tag 'wxPy_2_2_2'.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/wxPy_2_2_2@8649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-26 20:08:47 +00:00
Robin Dunn
ec06bb93ba distrib changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-26 20:08:47 +00:00
Robin Dunn
b04973acaa wxPython doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-26 19:28:00 +00:00
Robin Dunn
4ac0d24da4 fixed a typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-26 18:06:25 +00:00
Robin Dunn
5e60be2f7f A little tweak to the wxProcess demo to make it run more smoothly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-26 17:46:11 +00:00
Robert Roebling
470562a9af Always eat <RETURN> in wxListBox so that no
unselection/selection can be done wihtout
    wxGTK sending any event. Also prevent wxGTK
    from sending unselect events when a wxListBox
    with selected items in multiple mode gets
    destroyed.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-26 08:20:11 +00:00
Robin Dunn
e852f9033e Some Python 2.0 related fixes
Some little fixes and tweaks here and there
Some distrib stuff


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-26 07:53:33 +00:00
Robin Dunn
898e82a8c7 Some fixes for the new way things are built
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-26 07:43:25 +00:00
Robin Dunn
40f7b5f76b Hacks to try and make the AutoComplete listbox behave better on wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-26 07:35:32 +00:00
Vadim Zeitlin
8068015e65 backported InterlockedInc/Decrement fix from the main branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-26 00:23:46 +00:00
Robin Dunn
f658d298bb Modified build to make only one extension module, including contribs,
which can each be turned on or off at compile time


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-25 21:17:52 +00:00
Julian Smart
285c885e12 Used gpointer for callback arg to prevent compile error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-24 14:00:34 +00:00
Robert Roebling
b787791b21 Compile fix for RH 7.0 (I hope).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-24 10:08:00 +00:00
Robert Roebling
438b4b52f2 Make version.h report 2.2.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-24 10:07:10 +00:00
Robert Roebling
17a2186215 Updates to changes.txt etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-24 10:06:03 +00:00
Robert Roebling
1c6e38f4df Bumped up version to 2.2.3.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-24 10:05:00 +00:00
Robert Roebling
02b1952cd9 Added support for wxListBox::SetFirstItem() directly
after creating the listbox. If you now call this
    and delete the listbox directly afterwards, you'll
    get problems since the code waits for idle time.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-23 11:32:30 +00:00
Robert Roebling
7e1199769b Added event.Skip() to wxSplitterWindow::OnIdle()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-23 11:30:43 +00:00
Robert Roebling
9d794a4e7b Added tests for wxListBox::SetFirstItem.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-23 11:29:25 +00:00
Robin Dunn
b669d817ea Fixed a small bug that was caused by changes in Python 2.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-23 02:40:15 +00:00
Robin Dunn
24260d5ec5 Script to make a tar ball of hte wxPython demo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-23 00:12:07 +00:00
Robin Dunn
1e081845e5 Some minor bugs fixed, some spit and polish, especially in the demo,
and some fixes in the build and distrib stuff.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-22 23:53:39 +00:00
Robin Dunn
52e72fde27 Some minor bugs fixed, some spit and polish, especially in the demo,
and some fixes in the build and distrib stuff.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-22 04:48:13 +00:00
Robin Dunn
be62e9322d Some tweaks to make the AutoComplete list box behave better, and a few
other little things


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-21 22:09:00 +00:00
Robin Dunn
f1c90907c3 fixed a CVS conflict
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-20 16:54:23 +00:00
Robin Dunn
b91be9807d a platform fix in the demo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-20 16:31:08 +00:00
Robin Dunn
b46c6fa3dd more tweaking of the build/distrib scripts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-20 16:19:34 +00:00
Robert Roebling
c3728eafab Set wxLB_SINGLE style if no style is set.
Eat <Enter> presses so that no item gets unselected
    in single mode.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-20 15:04:37 +00:00
Vadim Zeitlin
1a184fd470 fixed off by 1 error in CharsetToEncoding() for CP encodings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-20 14:39:18 +00:00
Robert Roebling
e55ff14df0 Minor correction to listbox::SetFirstItem so that
it doesn't scroll beyond the legal range.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-20 14:38:07 +00:00
Vadim Zeitlin
57751708cb added crash-preventing check to Iconize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-20 13:16:22 +00:00
Vadim Zeitlin
7034f0a799 mention OpenMotif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-20 11:49:07 +00:00
Ron Lee
3923605351 replaced contributer I rudely kneecapped moments too soon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-20 11:43:09 +00:00
Robert Roebling
2acd3b1ae2 Completely blind implementation of wxListBox::SetFirstItem().
Cannot be worse than nothing.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-19 20:39:04 +00:00
Vadim Zeitlin
5c3c8ede8a added swedish translations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-19 19:00:44 +00:00
Vadim Zeitlin
c8d4a993c1 backported fix for Translate() from the main branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-19 16:45:14 +00:00
Vadim Zeitlin
bcb16e4402 fixed GetItemRect() and GetItemPosition() for scrolled items (patch from Mike Oliver <oliver@math.ucla.edu>)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-19 16:34:23 +00:00
Ron Lee
88766d7767 updated translators info
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-19 16:14:55 +00:00
Julian Smart
4123879f82 Fixed memory bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-18 17:00:01 +00:00
Robin Dunn
2bac07b9d0 Updated README a bit. Should probably just be rewritten though.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-16 23:17:58 +00:00
Robin Dunn
d1640f9bd5 More tweaking. Demo shows python version in about box, build script
easier to use but lots smarter...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-16 23:08:16 +00:00
Robin Dunn
39ec07c3b0 Minor tweaks and some typos corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-16 20:19:13 +00:00
Julian Smart
f25ec3c10a Fixed memory leak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-16 07:10:32 +00:00
Robin Dunn
96f0d9b535 new version of core sources for gtk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-16 04:10:27 +00:00
Robin Dunn
b267ab6fd2 Removed the old python sizers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-16 02:24:01 +00:00
Robin Dunn
1f4952e59d Added wrappers for wxInputStream and the wxFileSystem family of
classes, contributed by Joerg Baumann

Added wxProcess, including ability to get streams for the child
process's stdio.

Updated the demo


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-16 02:16:54 +00:00
Ron Lee
ec76d0c268 updated .po files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-15 18:50:16 +00:00
Vadim Zeitlin
3928193dd5 fixed false alert in wxRegKey::DeleteSelf (backported from the main branch)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-14 20:29:36 +00:00
Robin Dunn
e2b9df51a4 Removed old build files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-14 18:47:15 +00:00
Robin Dunn
be481aacfe A little cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-14 06:43:11 +00:00
Robin Dunn
76c42b8f41 Updated build instructions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-14 06:17:33 +00:00
Robin Dunn
1d6bef6dbe rerenerated source for the thread state bug fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-14 04:46:21 +00:00
Robin Dunn
58ac0a3b73 workaround for a refresh bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-14 04:45:22 +00:00
Robin Dunn
d1ce109158 Notes for new build instructions
build script


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-13 23:37:04 +00:00
Robin Dunn
913f5facbf fixed a thread state error
fixed an error freeing memory that was never allocated


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-13 23:11:40 +00:00
Robin Dunn
987b4db3a1 More tweaks to the Distutils setup script
A new set of build instructions for win32


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-13 03:19:51 +00:00
Robin Dunn
a2949715ec More fixes for the new STC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-13 03:14:35 +00:00
Vadim Zeitlin
17e5eeeea8 cosmetic font encoding names changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-12 23:39:05 +00:00
Vadim Zeitlin
0a5f6de6fc removed some unused debugging code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-12 23:38:42 +00:00
Vadim Zeitlin
2aad589775 partial fix for REG_EXPAND_SZ values
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-12 23:33:44 +00:00
Vadim Zeitlin
c05578d7c1 another GetInt/GetId bug fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-12 19:20:49 +00:00
Robin Dunn
35a652d600 more distutils work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-12 18:50:57 +00:00
Robin Dunn
a2bc08c3de minor tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-12 18:39:50 +00:00
Robin Dunn
c4445de880 Updated some .cvsignore's
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-12 05:19:21 +00:00
Robin Dunn
058973c50c DistUtils setup and support scripts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-12 05:17:23 +00:00
Vadim Zeitlin
20f07d3994 fix for assert when setting tooltip for a readonly combo (backported from the main branch)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-12 00:32:09 +00:00
Vadim Zeitlin
5a17ae7706 backported wxStrtok() fix from the main branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-11 23:17:04 +00:00
Robin Dunn
f115125c20 Distribution stuff...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-10 22:53:41 +00:00
Robin Dunn
8c9b2984a8 upped version number in the DLL name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-10 22:51:20 +00:00
Robin Dunn
cccb6b65cb Added ScrollToLine and ScrollToColumn which were forgotten in the
conversion to the new STC


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-10 22:46:29 +00:00
Robin Dunn
5dacdafd9c Changes needed to work with the new STC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-10 22:25:51 +00:00
Robin Dunn
0498ecf0d4 Minor tweaks and such to be saved prior to messing with the wxPython
build system...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-09 21:43:38 +00:00
Robin Dunn
e1b27de63f Minor tweaks and such to be saved prior to messing with the wxPython
build system...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-09 20:40:06 +00:00
Bryan Petty
2814e52084 This commit was manufactured by cvs2svn to create branch
'WX_2_2_BRANCH'.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-09 20:40:06 +00:00
Robin Dunn
9fcc7e1447 Minor tweaks and such to be saved prior to messing with the wxPython
build system...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-09 20:30:44 +00:00
Robin Dunn
fb1c66b394 Added a WXDLLEXPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-07 02:38:05 +00:00
Vadim Zeitlin
4a7a4df4a7 added missing std::string methods implementations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-04 23:35:05 +00:00
Ron Lee
da3c8ac72c fixed maintainer address
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-03 23:31:59 +00:00
Robert Roebling
44134176ae Use wxNO_FULL_REPAINT_ON_RESIZE in drawing sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-03 10:07:00 +00:00
Robert Roebling
529df28444 Removed debug msgs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-03 10:05:40 +00:00
Robert Roebling
8e4b3c4793 wxListCtrl scrolls more gracefully in report mode now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-03 10:04:42 +00:00
Robert Roebling
c84b4372d6 Reduce with of Permissions column
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-03 10:03:32 +00:00
Vadim Zeitlin
aebe7b130e updated wxFileConf test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-02 18:56:23 +00:00
Robert Roebling
6c7a36cc1b Added support for the wxNO_FULL_PAINT_ON_REDRAW style,
Minor flicker reduction (when not using abovementioned flag).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-02 18:55:22 +00:00
Robert Roebling
012c2554ac Small bug in wxSizerItem::GetPosition()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-02 18:53:34 +00:00
Vadim Zeitlin
adc78fbb81 fix for group names containing ']'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-02 18:20:54 +00:00
David Webster
394c9cd3eb fix to allow static lib build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-02 02:40:48 +00:00
David Webster
8953ebb64d OS/2 Statusbar support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-02 02:39:35 +00:00
David Webster
ced50b3323 Statusbar support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-02 02:35:58 +00:00
Vadim Zeitlin
66181ca50d replaced GetInt() with GetId() fixing the assertion failures in the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-30 16:07:26 +00:00
Ron Lee
e88b97e6e0 updated for wxPython contrib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-30 10:37:21 +00:00
Ron Lee
f234e7bd93 remove deb-wide config.cache in clean target
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-28 09:30:58 +00:00
Robin Dunn
cc2b7dde15 fixed indentation error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-26 23:53:12 +00:00
Robin Dunn
4d21e7b0fb new and improved wxSTC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-26 05:15:39 +00:00
Ron Lee
915d094abb binary compatible fix for screen PPI (hardcoded 75 instead of 100)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-25 08:34:19 +00:00
Ron Lee
7f20d9c3ac removed unneccesary (and unwanted) asserts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-24 15:14:38 +00:00
Ron Lee
1b826fd8cf create 'contrib' symlink relative to $WXDIR instead of $WXWIN.
(it's still broken, but slightly less so this way :)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-24 14:58:54 +00:00
Ron Lee
99aa2d72c7 added python-contrib package.
optimised use of configure cache.
determine python install dir automatically.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-24 14:52:31 +00:00
Robin Dunn
68f73e7b18 Fixed the python version of wxListEvent to derive from wxNotifyEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-23 22:30:51 +00:00
Robin Dunn
ed7d26fec1 A bunch of little tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-19 01:37:16 +00:00
Robin Dunn
a927ed1665 A bunch of little tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-19 00:21:48 +00:00
Václav Slavík
2bd6903d18 backmerged fix in wxListCtrl::SetItem and InsertItem -- changing attributes more than once had no effect
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-18 20:10:34 +00:00
Václav Slavík
9c60ef71f1 backmerged bugfix in wxHtmlParser::DoParsing (text between two tags longer than 1024 characters was not parsed correctyl)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-18 20:00:19 +00:00
Vadim Zeitlin
cf0ecf5234 some minor changes mentioned
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-18 15:45:37 +00:00
Vadim Zeitlin
75bea72e72 give frame a reasonable default size if none specified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-18 15:40:15 +00:00
Vadim Zeitlin
e5a314fa9b mention wxTreeItemId::IsOk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-18 15:16:09 +00:00
Robert Roebling
b0bcf6799e Updated doc date.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-17 09:42:10 +00:00
Robert Roebling
9f9619d8a6 Replaced old with new ODBC classes in "Classes by Category"
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-17 09:41:41 +00:00
Vadim Zeitlin
19d900fd6a wxTreeCtrl docs additions/corrections, wxNotifyEvent::Allow() adocumented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-16 17:34:57 +00:00
Vadim Zeitlin
2e7005d54f mention (incompatible) wxListCtrl::Find change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-16 17:19:00 +00:00
Vadim Zeitlin
73215dd510 updated Find() docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-16 17:15:13 +00:00
Robert Roebling
0cc42bb8a0 wxBase RPM version 2.2.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-16 11:30:03 +00:00
Robert Roebling
e61d76a7da RPM version 2.2.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-16 11:25:40 +00:00
Robert Roebling
9721958798 Updated changes.txt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-16 11:08:28 +00:00
Robert Roebling
16ce088893 Bumped version to 2.2.2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-16 11:07:34 +00:00
Robert Roebling
5e50c7aed0 Backported theme code to 2.2 branch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-16 11:05:04 +00:00
Robert Roebling
ac2b4e619a Bumped version to 2.2.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-16 11:02:09 +00:00
Robert Roebling
603ad17064 wxListCtrl::InsertItem() returned number of items,
not the new index.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-13 20:02:41 +00:00
Vadim Zeitlin
07e9e6a82e attempt to fix crash in tree ctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-12 16:27:41 +00:00
Vadim Zeitlin
95e98de61b fixed bug in mouse handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-12 08:29:02 +00:00
Robin Dunn
6c35149269 Enabled wxWindow_FindFocus for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-12 04:01:36 +00:00
Robin Dunn
e98408c5af Added explicit wrappers for wxSpinCtrl methods instead of relying on
inherited methods.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-11 19:24:59 +00:00
Vadim Zeitlin
b8e3e48747 wxComboBox sends TEXT_UPDATED event under MSW when selection changes now too
(no changes in other files)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-09 19:40:01 +00:00
Vadim Zeitlin
ed152d040a german translations marked as done
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-09 19:37:18 +00:00
Julian Smart
0668ed67d3 Fixed non-recognition of wxLIST_MASK_IMAGE flags.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-08 15:49:14 +00:00
David Webster
cd50efc412 fix to OWNER_DRAWN assert in listbox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-06 19:18:35 +00:00
Robert Roebling
bc22fbf50d Applied PS patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-06 09:18:44 +00:00
Robert Roebling
0941825d49 Removed wxClientDC from wxEraseEvent.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-06 09:18:02 +00:00
Ron Lee
a03430838d package dependancy bugfix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-06 06:20:02 +00:00
Robin Dunn
11d4a2d65b Interface file defining functionality available in Scintilla. Will
possibly be used to automatically generate some of the wxWindows code
that wraps Scintilla.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-06 03:39:30 +00:00
Vadim Zeitlin
7cbc29972f oops, some of my testing code crept in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-05 18:27:43 +00:00
Vadim Zeitlin
130641a308 toggle doesn't mean set
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-05 18:26:43 +00:00
Robin Dunn
fa711ca3ea Fixed some off-by-one errors that were visible on wxGTK but actually
affected wxMSW too.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-05 18:19:36 +00:00
Vadim Zeitlin
ef65dc1c96 added Dutch translation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-05 18:04:41 +00:00
David Webster
261df93f45 Updates to keep OS/2 Frame apps from crashing on exit. Fixes WM_QUIT processing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-05 14:46:24 +00:00
Robert Roebling
77bb48f9bb Applied DrawArc patch.
Some tests for ShowFullScreen() (doesn't work under GTK).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-05 09:12:43 +00:00
Julian Smart
009b6d2972 Corrected off-by-one bug in wxRect(const wxPoint&, const wxPoint&) ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-04 06:58:30 +00:00
Robin Dunn
982afb26d2 1. Setting the listctrl as the event object before sending the event
to any user event handlers.

2. InsertItem returns the actual index used when given one beyond the
end of the list.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-01 21:30:18 +00:00
Julian Smart
f6ea16541e Fixed ALT processing, fixed doc bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-01 16:49:23 +00:00
David Webster
26270ea4c9 Several updates for fixing the subclassing problems and accelerator processing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-01 13:45:46 +00:00
David Webster
d55a17e6c8 Fix for allowing proper sublassing of Frames
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-01 13:45:02 +00:00
David Webster
7af8ff97ce WXFARPROC properly defined for OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-01 13:44:19 +00:00
Ron Lee
c636399301 minor packaging tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-30 15:08:21 +00:00
Robert Roebling
b65c371ca8 Added check for wxCheckBox::SetValue()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-30 07:53:13 +00:00
Vadim Zeitlin
8317194692 compilation fix (ooooops)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-29 18:55:57 +00:00
Robert Roebling
49849fadb8 Implemted wxImage::Paste() for transparent images.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-29 18:18:51 +00:00
Julian Smart
ed64fd2518 Small mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-29 17:56:06 +00:00
Vadim Zeitlin
bcb751a9d5 added missing .c_str() here and there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-29 17:33:59 +00:00
Julian Smart
d88eb514de Fixed CanCut
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-29 16:18:39 +00:00
Vadim Zeitlin
dd98264971 create a DC for wxEraseEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-28 20:20:11 +00:00
Vadim Zeitlin
4a0a9b03d6 compilation fixes for mingw32 (still leaving disabled for now)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-27 12:16:02 +00:00
Julian Smart
9444f8dbc3 Fixed dialogs sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-25 15:51:50 +00:00
Robert Roebling
5101dc00ca Let's see where this commit will end up :-)
Corrected reported wxSizer bug (wrong minimal size
    when option flag > 1)
  Updated changes.txt and wxGTK spec.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-25 15:00:50 +00:00
Robin Dunn
3e223a8a1e new SWIG generated sources for compiling with Python 1.6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-25 01:35:00 +00:00
Robin Dunn
06c193f271 new SWIG generated sources for compiling with Python 1.6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-25 01:34:59 +00:00
Robin Dunn
e47abcc98a Some minor tweaks to SWIG templates to enable compiling with
Python 1.6 headers.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-25 01:21:13 +00:00
Vadim Zeitlin
d3b2361621 bug #105 (wxFileSelector misinterprets the def extension) fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-23 22:45:59 +00:00
Václav Slavík
1180177533 reverted my 2 previous checkins -- will merge back from 2.3 as soon as it proves stable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-23 10:39:19 +00:00
Robin Dunn
4ab299e341 small bug fix in the wxSizer.Insert wrapper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-22 23:03:09 +00:00
Václav Slavík
9c7013a23b fixed bug in wxListCtrl::SetItem (forgot to delete previous attribute from m_attrs)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-22 21:56:52 +00:00
Vadim Zeitlin
d57fe8787b typo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-22 15:28:12 +00:00
Vadim Zeitlin
521d92a66d bug #101 (wxListCtrl::GetItemRect() returns rectangle with incorrect height) fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-22 10:12:26 +00:00
Vadim Zeitlin
e51b06d56f bug #103 (encodings not enumerated correctly) fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-22 10:06:37 +00:00
Julian Smart
07793870fb Small mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-20 19:55:35 +00:00
Robin Dunn
cff4d2f859 a few bug fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-19 04:56:22 +00:00
Robin Dunn
b0b9777d40 a few bug fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-19 01:50:44 +00:00
David Webster
0f4e4da55c Minor fix to app
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-18 16:45:45 +00:00
Stefan Neis
c898f79a9f Fixed typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-18 16:27:32 +00:00
David Webster
e231753983 Reparied accel processing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-18 12:00:39 +00:00
David Webster
3ed3532bd7 Fixes for accelerators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-18 00:02:41 +00:00
David Webster
39dd8deaa6 New frame class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-17 20:49:41 +00:00
Julian Smart
b4927bb94a Increased bib buffer size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-17 07:17:19 +00:00
Ron Lee
67c2cc3e74 fixed xlation which broke accels
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-16 17:05:08 +00:00
Václav Slavík
9926c07ad1 fixed wxListCtrl::SetItem -- changing attributes of item with attributes already set had no effect
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-15 21:44:04 +00:00
Julian Smart
61ef71d148 Fixes to allow filenames to have backslashes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-14 12:03:15 +00:00
Mark Johnson
ae90bcd749 De.po with 649 Messages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-14 11:51:33 +00:00
Julian Smart
8397d5f719 Small doc mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 20:20:13 +00:00
Julian Smart
9708091a2f Small doc mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 19:25:56 +00:00
Julian Smart
9ca7ea0da6 Some wxDb fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 19:24:00 +00:00
Vadim Zeitlin
22d9baa993 fix for wxBase dist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 15:13:02 +00:00
Vadim Zeitlin
55ee71e1bf mention the wx-translators list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 15:08:32 +00:00
Vadim Zeitlin
676f03dba3 keep languages in the alphabetic order
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 15:00:46 +00:00
Vadim Zeitlin
5c2fa2063c updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 14:57:42 +00:00
George Tasker
46f20c3227 Removed the table.tex reference, as the wxTable class was renamed to wxDbTable in v2.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 14:00:11 +00:00
George Tasker
5bdb26305f Lots more added for the wxDbTable class.
All missing tags and unresolved references have been cleaned up
Quick fix of spelling typos performed.
Still need to add all the memeber function Remarks/descriptions, but the member functions are at least all stubbed now.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 13:58:47 +00:00
Vadim Zeitlin
03f3fe6fb7 updated the PO files once again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 13:31:35 +00:00
Vadim Zeitlin
cb3c5d853f accept windowsXXXX as well as windowsXXX in CharsetToEncoding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 13:28:50 +00:00
Vadim Zeitlin
daf91c018c 1. Unicode fix for wxCmdLineParser
2. fixed toolbar buttons problem for W2K


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 11:07:46 +00:00
Julian Smart
aafdc5a46c Doc fixes, distribution list additions, makelib.g95 fixed so WXDIR can be passed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 09:58:37 +00:00
Julian Smart
7f7c1d269c Some corrections and stubs for missing links in db.tex; added back table.tex
to classes.tex since it was erroneously removed


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 08:29:42 +00:00
Vadim Zeitlin
d9131af011 no wxMapBitmap() any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 00:27:46 +00:00
Vadim Zeitlin
7ae8234630 unicode compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-13 00:16:54 +00:00
Ron Lee
3d84f97e52 exclude the debug versions from being stripped.. duh
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 22:38:22 +00:00
Vadim Zeitlin
bfb9d722c0 and even more "final" corrections...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 21:06:22 +00:00
Vadim Zeitlin
9d84a7e5ef final correctiosn to wxBase project generation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 21:02:45 +00:00
Vadim Zeitlin
d63f569944 don't generate browse info
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 20:49:59 +00:00
Vadim Zeitlin
19f590b4da removed y.tab.c from wxBase projects, added the project files to wxBase dist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 20:47:01 +00:00
Vadim Zeitlin
211bac8177 added more project build dirs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 20:45:10 +00:00
Vadim Zeitlin
45d27b94de 1. gsockmsw.c compiles in Unicode mode
2. wxBase project files updated/added
3. more fixes to tmake scripts: now work for any combination of
   lib/dll unicode/ansi settings


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 20:37:18 +00:00
Vadim Zeitlin
95fecb054a optimize for size, not for speed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 20:25:28 +00:00
Julian Smart
5647a063a5 TIFF makefile corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 20:12:07 +00:00
Julian Smart
c83d183606 Updated some version numbers; added script to automate builds with difference
compilers


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 17:22:23 +00:00
Robert Roebling
e0f38535d6 Add wxBase.spec to distribution.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 16:49:13 +00:00
Robert Roebling
a2d51707f9 I hope dnd won't crash anymore and I didn't
break too much else.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 16:19:04 +00:00
George Tasker
3193682a45 table.tex removed from class list, as wxDbTable docs are now in db.tex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 15:06:10 +00:00
Vadim Zeitlin
43908bd296 some compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 14:32:25 +00:00
Vadim Zeitlin
6a26a72df2 wxBase dist fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 14:10:49 +00:00
Vadim Zeitlin
7c49c6b7fc removed obsolete file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 14:06:58 +00:00
Vadim Zeitlin
5fb1f6406a mention that wxBase can be built from wxMSW/GTK sources as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 13:42:57 +00:00
Vadim Zeitlin
4324fb1968 wxBase installation/comoilation docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 13:32:00 +00:00
Vadim Zeitlin
d19729d528 fix (with a test) for wxMenu::UpdateUI bug (the handler defined in the menu class was never used)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 13:30:47 +00:00
Mark Johnson
f21cb9a888 German Translations done
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 12:55:18 +00:00
Vadim Zeitlin
30f2a1119a fixed crash in wxStrtok
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 11:24:06 +00:00
Vadim Zeitlin
2abeae78b2 backported changes form the main branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-12 11:22:14 +00:00
Vadim Zeitlin
46861a80df added another test radiobox to the controls sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-11 19:45:03 +00:00
Vadim Zeitlin
d42d40692b compilation fixes for Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-11 19:39:16 +00:00
Vadim Zeitlin
f7acd7dfc5 fixes for the project file generation for the DLL and Unicode builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-11 19:38:20 +00:00
Vadim Zeitlin
282d3ee19a ci test 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-11 13:01:31 +00:00
Julian Smart
e159092cf0 Now show/hide status bar in ShowFullScreen, instead of deleting it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-11 12:27:40 +00:00
Vadim Zeitlin
6c06c16203 increased version number to 2.2.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-10 16:00:33 +00:00
Vadim Zeitlin
2f476ae972 russian translations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-10 15:06:00 +00:00
Vadim Zeitlin
6a40611b52 added russian translations and an additional cmd line parameter to set the
encoding to use


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-10 15:05:21 +00:00
Vadim Zeitlin
0fde4c5a66 typo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-10 14:58:45 +00:00
Vadim Zeitlin
d212f35a39 fixed logging in Usage()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-10 14:41:49 +00:00
Vadim Zeitlin
a198ebda98 made error "locale couldn't be set" a verbose message instead, use WXDIR to
find wxstd.mo


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-10 14:40:06 +00:00
Vadim Zeitlin
f4824f1c2a 2 minor fixes to wxDB docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-10 13:19:43 +00:00
Vadim Zeitlin
b4d77d6767 translations mostly updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-10 11:18:22 +00:00
Vadim Zeitlin
ff622b0add added a missing method for compatibility with MSW (preserving binary compatibility)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-10 10:55:41 +00:00
Vadim Zeitlin
6faafed2c0 updated Makefile to run msgfmt with --verbose option (finds more errors like
this), fixed the headers and added the Italian translation


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-10 10:26:22 +00:00
Vadim Zeitlin
517444edb1 added more tests for MDI frame size/position
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-10 08:42:34 +00:00
Julian Smart
0a78ba3df5 Changes for Watcom; updates to readme.txt and changes.txt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-10 07:15:43 +00:00
Vadim Zeitlin
1e6237babe testing cvs access
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-09 15:36:28 +00:00
Vadim Zeitlin
5efb426fb0 testing cvs access
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-09 15:28:55 +00:00
Julian Smart
46bbeb6c59 Small changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-09 06:24:53 +00:00
Robin Dunn
3a084b48d0 more minor fixes, stabalizations, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-08 19:53:58 +00:00
Robin Dunn
0d8ab7638d more minor fixes, stabalizations, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-08 19:19:49 +00:00
Robin Dunn
f29dc62250 more minor fixes, stabalizations, etc.
Added example of wxTaskBarIcon to the demo


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-08 19:18:35 +00:00
Vadim Zeitlin
d29fe953ec wxMotif under AIX compiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-07 17:22:14 +00:00
Robert Roebling
f743e9389e The MSW radiobutton now informs about its state in the
event (m_int) as wxGTK did. Changed blindly.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-06 16:18:53 +00:00
George Tasker
037759a02e More updates - All wxDb members now documented - still needs proofreading done
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-06 10:41:23 +00:00
George Tasker
69b7ff3a83 Fixed a typo in a display string - Passowrd
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-06 10:39:54 +00:00
Vadim Zeitlin
23c44a6134 warnings fixed for compilation with VC++ at max warning level with optimization
(mainly "unreachable code"), another warning ("function not inlined") disabled
in defs.h, minor fixes to DLL project file template


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-06 10:12:09 +00:00
Ron Lee
a3a57f29ce fix for minimum required python version.
added i18n package.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-06 07:05:55 +00:00
George Tasker
c539c9d998 Updated to include information on the -interactive command line parameter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 19:47:34 +00:00
George Tasker
d7bd0e960c Intermediate checkin of the wxDb database class manual pages - still incomplete, and not proofed yet
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 19:45:01 +00:00
George Tasker
1e1567d221 Typo unfixed, as the source file for this class also misspells the word Occurred
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 19:41:26 +00:00
George Tasker
6456a7f792 Added default constructors/destructors to allow plugging of (potentially large) memory leaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 18:49:22 +00:00
George Tasker
2941f53242 Reformatted source to normalize spacing/indentation - no code changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 18:34:44 +00:00
George Tasker
3c8c835c23 Reformatted source to normalize spacing/indentation - no code changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 18:17:19 +00:00
George Tasker
7109c7c2f8 Reformatted source to normalize - no code changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 18:16:14 +00:00
George Tasker
77dbcbc141 Comments added to acknowledge contributors
Cleanup of commented out blocks that were no longer needed


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 17:21:17 +00:00
George Tasker
6953221642 Comments added to acknowledge contributors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 17:20:01 +00:00
George Tasker
b66b97e53c Replaced german variable names with english
wxDbGetConnection() default on scrolling cursors did not use wxODBC_FWD_ONLY_CURSORS


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 17:18:52 +00:00
George Tasker
8d67403dfd Replaced german variable names with english
wxDbGetConnection() did not check for the correct scrolling of cursors when re-using a cached database connection


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 17:16:44 +00:00
Vadim Zeitlin
50e38d88a2 added another inline AddTool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 15:53:54 +00:00
Vadim Zeitlin
0b471f42ee added another inline AddTool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 15:39:03 +00:00
Vadim Zeitlin
d350269679 more fixes for VC++ .dsps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 12:03:12 +00:00
Vadim Zeitlin
13d6e033a3 fixed 2d radiobox layout and kbd handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 12:00:50 +00:00
George Tasker
2eec5d7fe2 Additional comments added for clarity and correctness
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 10:59:33 +00:00
George Tasker
523a1a306a Fixed typos in comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-05 10:49:37 +00:00
Vadim Zeitlin
1173ab2b37 better wording
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-04 20:15:04 +00:00
George Tasker
386cd1e43b Fixed some crashing code in dialog cleanup in some exceptional cases
Fixed memory leak
Set return codes on the modal dialogs to avoid use of uninitialized values


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-04 11:03:22 +00:00
Michael Bedward
50dce4e225 Removed redundant m_left etc. variables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-04 05:16:26 +00:00
Václav Slavík
bfcc7524b1 fixed low resolution problem with wxPostScriptDC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-03 21:43:30 +00:00
Vadim Zeitlin
755528fe9a another bug in ParseDate fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-03 13:20:04 +00:00
Vadim Zeitlin
7cafa89468 fixed logic bug in ParseDate
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-03 12:38:16 +00:00
Robin Dunn
ad7560cc1b Various tweaks, fixes, missing methods, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-03 02:51:27 +00:00
Robin Dunn
eae6b980f6 Various tweaks, fixes, missing methods, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-03 02:02:45 +00:00
Vadim Zeitlin
361189d912 fixed bug with radiobox size being miscalculated if the label was too long
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-02 21:55:41 +00:00
George Tasker
4f71eca5df Fixed MySQL specific problems with creating non-primary indexes on columns not defined as NOT NULL
Fixed MySQL specific check on DropIndex error code 42S12


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-02 11:01:37 +00:00
George Tasker
72f6809886 Fixed SLLOGfn crash problem, thought his change breaks binary compatability with 2.2.0
Added 2.4 code inside "#if EXPERIMENTAL_WXDB_FUNCTIONS...#endif blocks, defaults to 0 so the new functions are not compiled


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-02 10:58:20 +00:00
George Tasker
dedae23fe7 Header changes for 2.4 added, but all are inside of #if...#endif blocks so that at compile time there is no changes to header from 2.2.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-02 10:55:00 +00:00
George Tasker
b2a64291ba Change return value of GetExtendedDBErrorMsg2 to be a const char * instead of char *.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-02 10:44:55 +00:00
Julian Smart
9c26be6b7c Removed winmm.dll from delayload list.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-02 06:35:58 +00:00
Michael Bedward
c8da1e98e8 Fix to make wxGrid::SelectBlock do what it says.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-02 04:12:43 +00:00
George Tasker
80ccc1282c Subqueries for MySQL are now not performed, as MySQL does not support subqueries
Compile time warnings with GCC eliminated.

Call to wxDbCloseConnections() was missing from the frame ::OnCloseWindow() function, so that the connections to the database were not properly CLOSEd, they were only marked as FREE in the DB connection cache.

Several crash/segfault problems have been corrected

New functions added under the FILE menu for RECREATE TABLE and RECREATE INDEXES


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-01 18:47:04 +00:00
Vadim Zeitlin
30ebe8b325 added EVT_UPDATE_UI_RANGE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-01 15:38:37 +00:00
Vadim Zeitlin
01da3752ff explained how wxCB_READONLY works (under MSW) better
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-01 10:51:14 +00:00
Václav Slavík
2a3d83ce71 correct typo in cs.po
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-31 22:04:09 +00:00
Robert Roebling
dd37e60373 Fixed offset problem for hatches.
Shown in sample drawing now.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-31 15:29:39 +00:00
Vadim Zeitlin
bbca093198 made FONTMAPPER_ROOT_PATH absolute path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-31 11:10:09 +00:00
Vadim Zeitlin
146e73f9fc some minor tweaks for wxBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-29 22:11:52 +00:00
Vadim Zeitlin
ccb0fa4972 (harmless) warning fix for VC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-29 22:10:00 +00:00
Vadim Zeitlin
e6a879172a fixes for VC++ wxBase DLL project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-29 22:07:56 +00:00
Vadim Zeitlin
ef289fac18 added version info to wxBase.dll, corrected it for wxMSW.dll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-29 22:07:18 +00:00
Vadim Zeitlin
fce5b5df0c fixed the problem with iconizing the miniframes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-27 22:52:59 +00:00
Vadim Zeitlin
75cd4558aa version 2.2.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-27 22:10:18 +00:00
Vadim Zeitlin
d89a9967e2 improvements for VC++ project file generation with tmake
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-27 22:09:18 +00:00
Vadim Zeitlin
0c0dba254a added 16 flag to tabg.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-27 22:08:46 +00:00
Vadim Zeitlin
9c18af7c6f several unimportant warnings fixed for VC++ compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-27 22:06:17 +00:00
Vadim Zeitlin
1247459058 compilation fix: false -> FALSE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-27 15:00:24 +00:00
Vadim Zeitlin
0b397099c7 documented the weird behaviour of wxTextFile:GetPrev/NextLine
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-27 14:01:59 +00:00
Michael Bedward
2c33291c88 Copied main branch fixes for caret not showing in first row (wxmsw)
and highlight not being cleared when a cell is only partially visible.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-27 06:47:09 +00:00
David Webster
0855205063 fix for VA 3.0 vs 4.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-26 20:06:24 +00:00
Vadim Zeitlin
b0f8234dd5 wxTreeCtrl::ItemHasChildren() should return TRUE if SetItemHasChildren() had been called
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-26 16:29:33 +00:00
Vadim Zeitlin
ba305d2c09 more tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-26 16:17:24 +00:00
Vadim Zeitlin
157ec6f245 resolving a conflict
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-26 16:16:43 +00:00
Vadim Zeitlin
c0eacd8c9d handle wxNO_FULL_REPAINT_ON_RESIZE for MDI children
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-26 16:16:30 +00:00
Vadim Zeitlin
a6f8c30c69 removed the warnings from HP-UX build log
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-26 16:09:16 +00:00
Vadim Zeitlin
e1f35294c9 documented recently added IsOk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-26 16:08:03 +00:00
Vadim Zeitlin
1afd23b4fe note about wxSpinButton range
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-26 13:45:09 +00:00
Julian Smart
ad4e1ada75 Added cmdline.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-26 12:41:17 +00:00
Julian Smart
97ede207f5 Corrected makefile target bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-26 11:53:38 +00:00
Julian Smart
69be06765c Not sure why these files are being committed (CVS glitch?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-26 08:50:46 +00:00
Vadim Zeitlin
ec89413101 one crash in GetAltForEncoding fixed (how many left to go?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-25 18:58:29 +00:00
Vadim Zeitlin
f82c893819 added (inline) wxLocale::IsOk()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-25 16:41:08 +00:00
Vadim Zeitlin
5f6d27e2fe parse cmd line a bit more correctly (in size setting testing code)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-25 15:38:38 +00:00
Mark Johnson
c941c715dc dbtree.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-25 12:03:03 +00:00
Mark Johnson
3a4d5eac4b dbbrowse.cpp dbgrid.cpp dbtree.cpp doc.cpp pgmctrl.cpp
dbbrowse.dsp dbbrowse.dsw dummy.cpp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-25 08:50:27 +00:00
Julian Smart
01fd9fc23a Fixed wxMotif breakage, sorry!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-24 19:55:22 +00:00
Julian Smart
1d8b4ecf12 Added insertion point code to wxComboBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-24 15:26:59 +00:00
Vadim Zeitlin
893f085de3 added a note about wxTE_PROCESS_ENTER
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-24 12:50:12 +00:00
Vadim Zeitlin
f98b3e0b10 init m_text and m_vScrollbar to NULL in the default ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-24 09:03:13 +00:00
Julian Smart
542c5b121a Corrected test for _vsnprintf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-24 09:01:57 +00:00
Michael Bedward
f8ddb870c1 Changes as per patch from Paul Gammans to fix bug in edit control
handling.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-24 06:27:12 +00:00
Julian Smart
cba254cf9a Added scripts to update .dsp files when version changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-23 15:24:03 +00:00
Julian Smart
3f4983bf30 Updated project and makefiles (VC++) to be more consistent.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-23 14:26:37 +00:00
Julian Smart
ab1b83b633 Mods for Cygwin 1.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-22 14:01:27 +00:00
Julian Smart
fad2710181 Corrected some combobox-related code, changed ordering and added wxSpinCtrl
support as per bug report


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-21 15:43:14 +00:00
David Webster
ff11fd4c62 ftime enabled OS/2 code added by Guill....
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-21 13:06:37 +00:00
Michael Bedward
2c11e7c121 First batch of work for new wxGrid docs.
Very incomplete - still lots to do but will commit more
next week.  Please don't edit yet without letting me know
via the list.

 - Michael


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-21 08:24:18 +00:00
David Webster
336c799602 hopefully the final module definition file for VA 3.0 for release 2.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-20 04:09:09 +00:00
David Webster
53b9834d36 removed a constant not defined for VA in filefn and once again removed #warning not supported by VisualAge
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-20 04:07:51 +00:00
David Webster
0afe3164b4 removed a comma at the end of an enumeration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-20 04:06:06 +00:00
Ove Kaaven
e4277eca0a If the "partial" argument is true, you're probably meant to set the
LVFI_PARTIAL flag, not the LVFI_STRING flag again.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-19 08:56:40 +00:00
Ove Kaaven
c097dc3d01 Another case of fn_str() in wxFopen() ?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-19 08:31:36 +00:00
Ove Kaaven
8de3998d30 More Unicode compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-19 08:20:03 +00:00
Ove Kaaven
5edfb31e95 wxFopen(fname.fn_str(),...) does not make sense and does not compile in
Unicode mode. Just use wxFopen(fname,...)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-19 08:12:30 +00:00
Vadim Zeitlin
4f229bd746 handle wxDEFAULT as a default font size (12), not as just some value (70)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-19 08:01:32 +00:00
Vadim Zeitlin
ab2cd8651e unused static function (=> warning) commented out
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-19 07:31:15 +00:00
Vadim Zeitlin
54355138d0 corrected wxComboBox validator behaviour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-19 07:20:03 +00:00
Vadim Zeitlin
3d68c787aa use filter index first, then the path to find the correct template
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-19 07:14:28 +00:00
Vadim Zeitlin
8f3299d8ee fixed wxCommandEvent::IsChecked() for the menu events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-18 19:44:32 +00:00
Vadim Zeitlin
555b2cf3c9 fixed yet another column resizing bug: couldn't do it when the window was scrolled vertically
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-18 11:12:00 +00:00
Vadim Zeitlin
b98b2b27d6 wxCommandEvent::Checked() was renamed to IsChecked() (keeping the old name
too, of course), now works for menu item in wxMSW too and is documented
accordingly.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-18 07:59:05 +00:00
Robin Dunn
90678ba2ea minor changes to the build instructions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-18 04:50:43 +00:00
Robin Dunn
ab5df9e686 changed version number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-18 04:11:11 +00:00
Robin Dunn
5ba9fb0691 one last little tweeak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-18 04:08:09 +00:00
Vadim Zeitlin
27c89aeac2 more comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-17 22:01:41 +00:00
Robert Roebling
8b6d09851d Made checkable menu items use wxCommantEvent::Checked
Made wxComboBox case sensitive.
  Updates CHANGES.txt


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-17 17:07:07 +00:00
Robin Dunn
028de29b9d some minor changes and distrib stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-17 14:44:20 +00:00
Robert Roebling
f9e9953e80 Added supprot for INSERT and DELETE in wxGTK menus,
Applied Dima's correction for DrawRoundedRectangle,
  Corrected indentation.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-17 11:50:35 +00:00
Ron Lee
afe121c935 updated version for 2.2.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-15 13:52:23 +00:00
Robert Roebling
949f446dfc Corrected wrong lib.so name for 2.0.1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-15 09:20:07 +00:00
Julian Smart
f2e0f93a0f Fix to docview to find the right frame for dialog parent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-15 05:28:52 +00:00
Robin Dunn
29963001d3 some fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-14 05:17:27 +00:00
Robin Dunn
c18da485ed colouriser is almost working...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-14 05:16:40 +00:00
Robin Dunn
2e07b29dd9 Quick fix...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-14 04:01:48 +00:00
Robin Dunn
a75b761a1d Added PyShellWindow and a demo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-14 03:43:23 +00:00
Julian Smart
f656067f27 Initialized variable in wxDocument constructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-13 17:43:52 +00:00
Robert Roebling
5016f35584 Undid the bin-incompatible change to wxSize.
Corrected the Mask() creation on 16-bit visuals.
 Applied the cool patch for gtk_pizza() to reduce
   unnecessarry paint events.
 Added bzip-dist to create better compressed archives.
 Added files.lst to source distribution.
 Bumped version to 2.2.1.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-13 16:27:59 +00:00
Guillermo Rodriguez Garcia
c3a6e88593 Error in reset.xpm (it read new_xpm instead of reset_xpm
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-11 05:27:57 +00:00
Robin Dunn
e1e0d52884 small updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-11 04:49:31 +00:00
Robin Dunn
262804532c small updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-11 04:49:30 +00:00
Julian Smart
e44fed2cb2 Added missing consts to wxSize operators.
Corrected #ifdef for BC++/OLE automation class.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-10 19:02:24 +00:00
Guillermo Rodriguez Garcia
8598648fd1 Changed version number to 2.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-10 06:08:05 +00:00
Guillermo Rodriguez Garcia
efcc189ef2 New files to add .lif pattern reading capabilities to Life
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-10 05:58:08 +00:00
Julian Smart
6b5f146a2b Resource sample reflects recent font correction; doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-10 05:47:45 +00:00
Julian Smart
d19e79247c Fix for BC++/16-bit and wxLongLong
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-09 14:08:28 +00:00
Julian Smart
723c762269 Corrections for 16-bit compilers, doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-09 13:40:05 +00:00
Julian Smart
6bf87dad49 Fixed release number in version.h, turned off WCHAR_T for Cygwin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-09 12:59:44 +00:00
Karsten Ballüder
c55f0098d5 fixed compilation - please check for correctness
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-09 12:22:48 +00:00
Julian Smart
906b7d74a9 Removed 'inline' that crashed Mingw32 2.95.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-09 08:50:47 +00:00
Vadim Zeitlin
cf9c8f73a9 apply the previous bug fix only under Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 23:52:09 +00:00
Vadim Zeitlin
fca5322810 clearing the cvs mess..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 23:49:58 +00:00
Bryan Petty
59acb9f291 This commit was manufactured by cvs2svn to create branch
'WX_2_2_BRANCH'.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 23:49:58 +00:00
Vadim Zeitlin
d4a0c23fcd clearing the cvs mess...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 23:46:00 +00:00
Vadim Zeitlin
05b8c7b93c version info for DLL build (unused)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 23:32:11 +00:00
Vadim Zeitlin
2e5b3a4634 fixed bug with directories with trailing (back)slashes in wxPathExists
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 23:18:09 +00:00
Vadim Zeitlin
a49123d60d test for wxListEvent::GetText()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 19:13:17 +00:00
Vadim Zeitlin
ad17bd33cf added colour tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 19:11:51 +00:00
Julian Smart
838ab8a108 SCF_ALL defined (Watcom C++ doesn't recognise it).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 17:01:14 +00:00
Julian Smart
0f82c38d0c Doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 16:58:47 +00:00
Julian Smart
a3d1c18e7b Turn off wxUSE_WCHAR_T for Watcom C++.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 16:43:09 +00:00
Julian Smart
3a035fb95f Doc typos corrected, added wxDIALOG_UNIT_COMPATIBILITY test, made file open
error result in a message box (docview.cpp)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 10:29:17 +00:00
Julian Smart
92eaf25bd0 Added wxDIALOG_UNIT_COMPATIBILITY
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 10:27:09 +00:00
Robert Roebling
4c10583a28 Updated changes.txt.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 10:13:00 +00:00
Julian Smart
0d3c36e208 Updated gettext link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 07:52:58 +00:00
Julian Smart
c04727830b Updated gettext documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-08 07:52:34 +00:00
Vadim Zeitlin
df5361af0f compilation fix for S_ISDIR and VC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-07 19:45:13 +00:00
Vadim Zeitlin
765814e38e use (POSIX) S_ISDIR instead of (not POSIX) S_IFDIR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-07 10:07:10 +00:00
Vadim Zeitlin
78067d6c40 compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-07 09:58:42 +00:00
Ron Lee
678ddc9aa9 made GetSelection return insertion point if no selection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-06 23:47:47 +00:00
Vadim Zeitlin
717562e490 set item text in LIST_ITEM_ACTIVATED events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-06 21:43:48 +00:00
Vadim Zeitlin
0119459c53 1. wColour now accepts both grey and gray under MSW
2. implemented setting colours for rich edit controls


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-06 21:34:07 +00:00
Robert Roebling
97b0241cf2 Fix for BadMatch problems on SGI.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-06 13:40:49 +00:00
Vadim Zeitlin
faf08d09e2 added wxArrayString::operator==() and !=()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-06 13:13:27 +00:00
Vadim Zeitlin
a3e99a54fb added dummy Set/GetMargin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-06 11:23:34 +00:00
Vadim Zeitlin
3450f21ccf fixed wxColourDialog crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-05 19:27:30 +00:00
Vadim Zeitlin
05c7d17691 controls with wxTE_PROCESS_TAB may still generate navigation events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-05 16:22:28 +00:00
Guillermo Rodriguez Garcia
0d14df868d #pragma message, and not #pragma warning, for BC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-05 14:08:20 +00:00
David Webster
1fc97740b8 no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-05 12:23:44 +00:00
Guillermo Rodriguez Garcia
268934d26f New cygwins seem to have commctrl.h as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-05 05:45:25 +00:00
Guillermo Rodriguez Garcia
1dcb6a4e5d Replaced a complex MINGW / GCC version check with a #if wxUSE_NORLANDER_HEADERS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-05 05:44:57 +00:00
Guillermo Rodriguez Garcia
b814f3aa5c Re-added a few warnings. Please don't just shut them off,
drop me a line instead (guille@iies.es)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-05 05:43:28 +00:00
Guillermo Rodriguez Garcia
b18568fe30 set WX????DLL to 1 when making a DLL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-05 05:42:44 +00:00
Julian Smart
29285225da Removed WXDLLEXPORT from typedef.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-04 17:14:26 +00:00
Vadim Zeitlin
48a4aaa207 documented wxTextFile::Create()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-04 12:27:10 +00:00
Václav Slavík
70e5dd6b56 oops, previous commit was incomplete, fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-04 09:14:58 +00:00
Julian Smart
5623e844b6 brace matching removed from Tex2RTF (didn't work for \verb), doc
fixes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-04 06:54:56 +00:00
Guillermo Rodriguez Garcia
a1d19f87a3 Another patch from Christoph Schulz for the Borland
makefiles. See the comments in any of the following
files: src\makeprog.b32, src\make32.env, src\msw\makefile.b32
or distrib\msw\tmake\b32.t


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-04 06:07:53 +00:00
Guillermo Rodriguez Garcia
73c6e8505e Changes to the BC makefiles as proposed by Christoph Schulz.
The problem was:
=== Cut ===
Unfortunately, now you cannot build a wxWin program using both static
wxWin library and static RTL (because _RTLDLL is now always defined).
=== Cut ===

This is fixed now:
=== Cut ===
Now, if you build/use wxWin as a DLL (WXMAKINGDLL=1/WXUSINGDLL=1)
the dynamic RTL (c?mt32??.dll) is used, otherwise the static
library.
=== Cut ===


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-04 06:03:13 +00:00
Robin Dunn
a8f9e1f310 fixed bug for garbage text in NotifyParent
Added method to set modification event mask


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 21:59:29 +00:00
Václav Slavík
068407ed84 documented wxPrinter::GetLastError & changed signatures
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 20:23:51 +00:00
Václav Slavík
7eec402f36 documented wxPrinter::GetLastError
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 20:23:41 +00:00
Václav Slavík
d506e640af changed return value of some wxHtmlEasyPrinting methods from void to bool (related to wxPrinter change)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 20:23:29 +00:00
Václav Slavík
8a7ec928f5 replaced wxMessageBox by wxLogError
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 20:23:02 +00:00
Václav Slavík
18747d0f9d added dome of wxPrinter::GetLastError usage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 20:22:45 +00:00
Václav Slavík
3c10c250ff added wxPrinter::GetLastError
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 20:22:33 +00:00
Robin Dunn
62786fc3be Some missing methods and etc. added
Some minor tweaks and fixes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 20:09:59 +00:00
Robin Dunn
e21e241714 Some missing methods and etc. added
Some minor tweaks and fixes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 19:23:45 +00:00
Vadim Zeitlin
8dbef32aaf removed unnecessary code from wxResourceCache dtor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 17:02:29 +00:00
Václav Slavík
122e8c139e changed wxListMainWindow::m_lines from wxList to wxObjArray --> performance gain
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 16:16:40 +00:00
Vadim Zeitlin
a7798d1ce7 fixed facename comparison inwxFontList::FindOrCreateFont
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 11:03:51 +00:00
Vadim Zeitlin
71462b226d use 3 digits for milliseconds by default in Format
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 07:56:26 +00:00
Vadim Zeitlin
1362e5d0a0 wxUSE_ZLIB_H_IN_PATH added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 07:29:12 +00:00
Vadim Zeitlin
3dd8eab441 some mingw32 warnings fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 07:12:20 +00:00
Vadim Zeitlin
792a17440e fixed ToDouble/Long desc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-03 06:54:15 +00:00
Vadim Zeitlin
2e18172773 minor changes here and there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-02 22:04:57 +00:00
Vadim Zeitlin
41c3173dde tests for dclick on button
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-02 22:00:20 +00:00
Vadim Zeitlin
0955d39bd0 ms resolution wxDateTime tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-02 21:57:37 +00:00
Vadim Zeitlin
06ca83c4ee some explanation text in thel ines screen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-02 21:56:53 +00:00
Vadim Zeitlin
948f1f2b77 1. fixed bug with the accels in sub menus not working
2. fixed minor bugs in wxCmdLineParser, underscores and digits are now allows
   in the option names
3. made wxGetLocalTimeMillis() public, documented it and other time functions,
   added wxDateTime::UNow(), also "%l" format specificator in
   wxDateTime::Format()
4. fixed fatal bug in wxTimeSpan::Format()
5. fixed nice bug in wxDateTime::Subtract(wxDateTime) which returned the result
   with the wrong sign


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-02 21:48:22 +00:00
Václav Slavík
888b22c897 modified status of Czech translation to DONE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-02 18:25:24 +00:00
Václav Slavík
ae519b8df7 fixed problems with translating titles for wxLogGui/wxLogDialog (no reentrancy danger)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-01 12:01:50 +00:00
Julian Smart
b024dc9b26 Oops, test for parent being NULL in DoModalShow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-30 15:42:15 +00:00
Vadim Zeitlin
057327a687 fix for the previous fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-30 13:42:17 +00:00
Vadim Zeitlin
0e86e26936 unset the dialog as top level window in Destroy(), not in dtor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-30 13:38:08 +00:00
Jouk Jansen
c17d222122 Committing in .
VMS/GTK update

 Modified Files:
  Tag: WX_2_2_BRANCH
 	wxWindows/setup.h_vms
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-30 12:40:57 +00:00
Julian Smart
741ca84241 Fixed DoShowModal again, to check that the oldFocus object isn't dead.
Added integer handling for wxTextCtrls in wxGenericValidator.
Added virtual function to wxGenericDragImage so it can do _really_ smooth
dragging under app control.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-29 20:28:53 +00:00
Václav Slavík
97d80a31a7 updated Czech catalogue
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-28 18:27:07 +00:00
Václav Slavík
177903e236 wxPrintPaperType::GetName now uses wxGetTranslation to obtain correct paper name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-28 18:26:54 +00:00
Václav Slavík
94aaac5f83 list of papers now uses wxTRANSLATE() instead of _()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-28 18:26:46 +00:00
Stefan Neis
2ebbd666d9 Fix for hiding cell edit control that actually is smaller than a cell.
Use CellToRect in to more places instead of doing the same thing by hand.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-28 16:47:06 +00:00
Václav Slavík
0e591a96d8 wxHtmlWindow: fixed passing flags to wxScrolledWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-28 15:56:38 +00:00
Vadim Zeitlin
e1ce4782d4 added some extra comparison operators to fix Sun CC 5.0 compilation to wxLongLongWx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-28 15:49:53 +00:00
Vadim Zeitlin
e554697812 added missing parameters to some GetPageXXX()s
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-28 12:19:35 +00:00
Vadim Zeitlin
2bde25b093 fixed (and documented) wxColourDialog::Create()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-28 11:12:40 +00:00
Julian Smart
0c3e16933d Altered default wxTextCtrl height; removed wx_msw from cube.cpp;
widened a couple of controls in resource sample; changed a BC++ test
in longlong.h


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-28 07:37:27 +00:00
Ron Lee
09d7c0f79e fix for (re)setting a control to the system default colours
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-28 03:50:18 +00:00
Julian Smart
8064dd594d Fixed C++ comments, sorry about that.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-27 19:54:58 +00:00
Ron Lee
b0f0a3bd19 typo fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-27 15:53:09 +00:00
Vadim Zeitlin
b6ab93c400 fixed wxColour::operator!=
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-27 10:27:09 +00:00
Vadim Zeitlin
a750cce7a5 1. added wxFont::GetHFONT() const (GetResourceHandle() is not const...)
2. added GetHfont[Of] convenience macros to msw/private.h
3. wxWindow::GetCharWidth/Height() now use correct font


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-27 10:22:06 +00:00
Julian Smart
9e677ba35c What I predicted has come to pass :-) wxMSW wxDialog::DoShowModal crashes
when m_oldFocus has been destroyed, so we check the HWND with ::IsWindow.
Also some setup.h, makefile and TIFF library changes for Watcom compilation


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-26 12:02:55 +00:00
Robert Roebling
4d32dae4fe Compile fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-24 14:46:14 +00:00
Robert Roebling
551490e542 Updated changes.txt,
Removed use of Build Root Dir in wxGTK.spec,
  Small correction to tiff code,
  Added more tests (for Peek()) to stream tests
    in typetest sample,
  Fixed bug in wxTextInputStream::ReadWord()


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-24 14:25:00 +00:00
Julian Smart
7aed63fdb7 Fixed docview crash bug when On... functions return FALSE.
Fixed valgen.cpp to cope with strings in wxChoice/wxComboBox.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-24 08:05:21 +00:00
Robin Dunn
1ac341e016 Added wxLog and friends to wxPython
Various odds and ends


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-24 00:28:54 +00:00
Vadim Zeitlin
46f2e76b49 corrected Baltic encoding handling (patch from Nerijus <nerijus@sat.lt>)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-22 15:10:04 +00:00
Robert Roebling
ed55d1091b Added new TIFF code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-22 08:38:24 +00:00
Vadim Zeitlin
6b59747c47 added a note about new C++ logical operators keywords
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-22 08:37:54 +00:00
Vadim Zeitlin
c446668e29 fixes for compilers with weird isprint()/isdigit()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-22 08:10:57 +00:00
Vadim Zeitlin
9393e156ef fix for branch 'auto-collapse'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-22 08:04:54 +00:00
Vadim Zeitlin
00ce683fb0 Sun CC 5.0 compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-22 07:57:43 +00:00
Vadim Zeitlin
da872f02a5 undef inline before redefining it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-22 07:50:54 +00:00
Vadim Zeitlin
26eb0ba5b8 fixed "missing" initial resize of wxMDIChildFrame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 21:10:38 +00:00
Václav Slavík
2ed1896868 added comment about setlocale() behavior
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 18:53:23 +00:00
Julian Smart
1008a84515 Fixed missing hotspot code; fixed misspelling in setup0.h; added missing
consts to wxPoint operators


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 14:09:18 +00:00
Vadim Zeitlin
d1016f9826 HP-UX compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 12:12:44 +00:00
Vadim Zeitlin
7669ba3c67 1. wxKeyEvent::GetKeyCode() and HasModifiers() added and documented
2. wxGridCellEditor::IsAcceptedKey() added and implemented
3. no changes in other files (but cvs wants to commit them)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 09:15:59 +00:00
Michael Bedward
3ffdc4cfeb Stupid error in my last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 09:13:29 +00:00
Vadim Zeitlin
0c25b1bc0a reentrancy fix (extremely ugly, will have to do better soon)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 09:12:42 +00:00
Michael Bedward
8034c36f53 TAB key press at left or right of grid now saves editor value and
hides editor


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 09:06:27 +00:00
Vadim Zeitlin
271c9d0c5b added 'show columns info' menu command
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 09:03:53 +00:00
Michael Bedward
0a856f043d If grid cursor is at the bottom of a column a return key press will
now save the editor value and hide the editor.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 07:47:41 +00:00
Vadim Zeitlin
00f4f2918f add -D_REENTRANT for Alpha compilation as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 07:24:22 +00:00
Vadim Zeitlin
5d7899a2aa file I forgot to commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 07:16:42 +00:00
Julian Smart
7e5510c0ad Further BC++ patches
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 07:07:36 +00:00
Robin Dunn
86d60447c3 Added gtk-config to build.cfg
some minor tweaks


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-21 03:48:31 +00:00
Vadim Zeitlin
ec66f52340 added a note about SetBlinkTime under MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-20 21:09:36 +00:00
Julian Smart
3a3377d7bf Fix to wxGenericDragImage inefficiency
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-20 19:35:11 +00:00
Vadim Zeitlin
f7585687b2 don't start label editing when double clicking the item
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-20 12:45:33 +00:00
Vadim Zeitlin
43bc2aae58 oops, forgot to add
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-20 11:36:32 +00:00
Vadim Zeitlin
3d66a009ac 1. generic wxCaret fixes
2. wxGTK focus fix
3. wxCaret docs


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-20 11:35:39 +00:00
Robert Roebling
ddbed9f4d0 Corrected wxWindow::SetCursor().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-20 10:02:18 +00:00
Vadim Zeitlin
c68a7f32c4 fix for IRIX compilation with gcc (hopefully)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-20 07:30:55 +00:00
Vadim Zeitlin
5c5978df98 documented Left[Is]Down behaviour and changed the obsolete test in the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-20 07:14:39 +00:00
Václav Slavík
c10d06a2bb documented connection with wxFileSystem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 21:55:24 +00:00
Julian Smart
3e47e5afcf BC++ updates, propery form fix, dialog fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 14:23:14 +00:00
Vadim Zeitlin
b4e9e877bd 1. it is now possible to say ParseFormat("%4Y%2d%2m")
2. hard-coded a rollover date into ParseFormat("%y") - bad, but can't do
   anything better right now


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 11:59:53 +00:00
Vadim Zeitlin
0890fc3629 some HP-UX compiler warnings fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 11:25:02 +00:00
Robert Roebling
8494b2036a Added empty line at the end.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 11:10:17 +00:00
Robert Roebling
f4cabb889c Added more missing "class"s to friend decl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 11:09:06 +00:00
Robert Roebling
bdbb707f0c Added missing "class" to friend decl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 11:08:29 +00:00
Vadim Zeitlin
c1e56e2c29 allow dragging the divider line outside the window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 10:21:17 +00:00
Vadim Zeitlin
b09e1f2987 may be resizing finally works now (I am not even sure any more)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 08:52:55 +00:00
Vadim Zeitlin
e797f13aca fixed GetMonth/YearStart/End off by 1 bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 08:38:43 +00:00
Vadim Zeitlin
b270f6e30e fixes to wxZipInputStream EOF (not) handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 08:10:21 +00:00
Vadim Zeitlin
4145aa5c05 forgotten fix for write_append and non existing file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 08:09:51 +00:00
Julian Smart
b7bcf0138c BC++/Mingw32 patches applied
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 08:00:27 +00:00
Vadim Zeitlin
3591a31424 compilation error fixed (see Sun build log)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 07:50:53 +00:00
Vadim Zeitlin
8dad40e19b made GetSize() public
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 07:48:55 +00:00
Vadim Zeitlin
6ceff2c99a fixed problem with PushEventHandler() and OnIdle()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-19 07:44:35 +00:00
Vadim Zeitlin
f35ae7efb5 1. fixed wxDC::DrawArc() problem with full circles
2. replaced about a dozen occurences of some wxSTIPPLE_MASK_OPAQUE related
   code with a helper class (talk about code bloat...)
3. wxColourDialog parent is set correctly now, other minor fixes there


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-18 21:31:32 +00:00
Robert Roebling
0cf4561f43 Getting rid of CVS conflicts.
Fixed forgotten idle priority value in wxYield().


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-18 15:58:47 +00:00
Julian Smart
5b22c8f89e Added VC++ IDE tech note. Sorry, I'm not going to dumb it down to plain text...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-18 14:48:08 +00:00
Bart A.M. Jourquin
74cb08107a missing button.h header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-18 12:19:49 +00:00
Robert Roebling
3e00a662d6 Compile fix (missing include).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-18 09:20:18 +00:00
Robert Roebling
5cc9ffe646 No GTK includes reported by wx-config. I left wxMotif
unchanged.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-18 08:57:40 +00:00
Robert Roebling
5f53644cbb Fix for ASSERT complaining about a call to SetColumnWidth
in list mode.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-18 08:55:47 +00:00
Vadim Zeitlin
ac82c949d0 1. wxFrame restores focus better
2. fixed _2_ memory leaks in wxGrid::IsCellEditControlShown
3. modified wxGridCellEditor::StartingKey() to accept several more keys
4. fixed (but why is this needed?) bug in wxCalCtrl appearance
5. made it possible to close the log dialog with <Esc> under MSW


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-17 22:44:45 +00:00
Vadim Zeitlin
afa7da4a16 fixed problem with set angle dialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-17 22:39:47 +00:00
Václav Slavík
8ebc8d5d7d updated Czech translations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-17 16:31:53 +00:00
Václav Slavík
f333c6e7bb updated wxstd.po
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-17 16:31:40 +00:00
Václav Slavík
37dc9a7012 made paper names translatable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-17 16:31:28 +00:00
Václav Slavík
5208c1aa1e added new platform-independent BMP writing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-17 16:31:10 +00:00
Vadim Zeitlin
12675983a2 column resizing is still broken :-((
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-16 15:34:21 +00:00
Vadim Zeitlin
aa54dcf52c fixed column resizing when the ctrl is horz scrolled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-16 13:56:08 +00:00
Vadim Zeitlin
f5f1197540 added a note about IRIX, another entry for Solaris/wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-16 13:08:04 +00:00
Stefan Neis
c51147cf23 Avoid invalid update rectangles in wxGrid::BlockToDeviceRect(...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-15 15:16:15 +00:00
Julian Smart
9be9d2f53d Small mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-15 14:10:18 +00:00
Vadim Zeitlin
c3e5348ff8 added dynamic sample to the AC_OUTPUT (bug #79)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-14 13:09:45 +00:00
Vadim Zeitlin
5f3c23cb12 fixes for erros from bug #78
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-14 13:07:28 +00:00
Julian Smart
b1f22e19ef Ignore wxTHICK_FRAME in wxWindow constructor: only relevant to frames and
dialogs, interferes with other window styles otherwise.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-14 09:47:19 +00:00
Vadim Zeitlin
21be423168 oops, fatal MDI bug fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-13 19:07:26 +00:00
Vadim Zeitlin
089ec5295e note about logical ops and DrawText under Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-13 19:06:47 +00:00
Vadim Zeitlin
845b598c7a caret API do something again even in non Unicode mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-13 14:58:15 +00:00
Robin Dunn
cc2a0b0170 some cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-13 03:44:42 +00:00
Robin Dunn
27e4c09614 more build and distrib stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-13 03:34:27 +00:00
Robin Dunn
1dea0a08fe SWIGged code update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-12 20:19:03 +00:00
Robin Dunn
a0c0d1c333 Added wxSpinCtrl
Added some missing methods and constants
Fixed wxTreeCtrl.HitTest bug
new SWIGged code


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-12 19:07:29 +00:00
Guillermo Rodriguez Garcia
b3dc3e89a6 When calling SetValue(), the insertion point is set to the beginning,
rather that to the end of the text. wx2.2 will have flags to customize
this behaviour.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-12 17:14:03 +00:00
Robert Roebling
8e8d1fee57 Corrected wxFFileInputStream as well.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-12 16:49:55 +00:00
Robert Roebling
a8452a5005 Corrected wxFFileStream to use binary mode.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-12 16:49:12 +00:00
Robin Dunn
492dc50b67 Fix so wxMDIParentFrame is actually shown when Show(TRUE) is called.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-12 16:34:01 +00:00
Robert Roebling
be1018ee90 Implemented Set/GetTopLabel() in wxMenuBar,
Set int field to new position in slider event.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-12 11:53:09 +00:00
Robin Dunn
d76f2a46dd some updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-11 01:52:57 +00:00
Robin Dunn
4320a952c6 gen code update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-10 20:30:52 +00:00
Robin Dunn
04ae894cf4 distrib stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-10 20:30:27 +00:00
Robin Dunn
c63e4e6898 typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-10 20:30:01 +00:00
Robert Roebling
f76a45441a Oops. Some uninitialized variables messed up the
colours on various systems.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-10 16:08:10 +00:00
Ron Lee
04e158348e fix for wxBusyCursorSuspender messing with wxIsBusy() state.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-09 21:15:49 +00:00
Robert Roebling
0f9a3aaea8 Increased version to 2.2.0,
Fixed minor waste in wxSizerItem,
  Changed wxGTK internal timer settings so that
    idle time is really after GTK finished.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-09 18:46:33 +00:00
Vadim Zeitlin
59277cb364 wxFile::Open(write_append) will create file if it doesn't exist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-09 15:49:59 +00:00
Vadim Zeitlin
d26a990438 added tests for circles/ellipses/arcs...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-09 15:08:27 +00:00
Vadim Zeitlin
174345b445 added test for inverted text
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-09 14:41:34 +00:00
Vadim Zeitlin
adb176e718 fixed crash on exit in the drawing sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-09 14:35:23 +00:00
Julian Smart
551a706062 Adjusts struct size if there's an error.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-08 12:06:08 +00:00
Julian Smart
eb5ad261fd Correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-08 11:16:18 +00:00
Julian Smart
fec5a2a4b1 Added new tech note for icon creation/conversion, corrected config.cpp
to include <ctype.h> (necessary if not including windows.h),
corrected comment in mfctest.cpp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-08 11:13:56 +00:00
Vadim Zeitlin
a38940ab11 apparently explicit operator=() is needed by Solaris C++ 5.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-07 13:12:01 +00:00
Vadim Zeitlin
ab88076643 wxImageList::GetSize() documented and added to wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-07 12:55:38 +00:00
Vadim Zeitlin
f880e232cc small fixes to MIME mailcap test command handling, more MIME tests in the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-07 12:54:32 +00:00
Vadim Zeitlin
fd094b9d81 comment made more clear
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-07 12:53:33 +00:00
Vadim Zeitlin
8beb7b3288 1. fixed default dialog style to make them non resizeable again
2. fixed wxFrame::IsShown() which always returned TRUE before
3. wxWizard now calls TransferDataFromWindow() before calling
   wxWizardPage::GetNext() fixing an obvious bug
4. half-fixed fatal bug in wxDialog::ShowModal() which would crash if the
   top level app window was deleted while the modal dialog was shown


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-06 22:00:40 +00:00
Julian Smart
e6f3a43816 Changed the code that disabled __WXDEBUG__ to only disable global debug new.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-06 15:42:51 +00:00
Vadim Zeitlin
29f3b96f83 serious bug in wxListBase::DoCopy() fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-06 13:22:51 +00:00
Stefan Neis
f75f6530b0 More changes to SetCurrentCell.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-06 10:35:28 +00:00
Vadim Zeitlin
2bcb5cfd6a added 'Save...' button to the log dialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-06 08:51:21 +00:00
Robert Roebling
758ac86c09 Corrected gdk_draw_bitmap thing.
Corrected wrong libGL.so dependence of libwx_gtk.so.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-05 16:13:53 +00:00
Julian Smart
09efdbdbdd Added tech note
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-05 13:15:42 +00:00
Vadim Zeitlin
7e446e11e0 added and documented trivial wxDC::GetBackgroundMode(), documented several other missing wxDC functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-05 10:24:55 +00:00
Vadim Zeitlin
62e6b49c33 crash in OnChar() for empty list control fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-05 10:16:14 +00:00
Michael Bedward
d9ca264808 Modified wxGrid::SetCurrentCell() to fix problem under wxMSW where
the grid was spending time drawing cells outside the visible area.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-05 10:04:55 +00:00
Julian Smart
5902841d30 Fixed doc error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-03 13:03:13 +00:00
Julian Smart
3639911da7 Replaced C++Builder IDE tech note with up-to-date HTML file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-03 10:26:42 +00:00
Julian Smart
8a6be78d08 Docs mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-03 10:22:27 +00:00
Robert Roebling
9f92fb287b Changed release date to 4th June,
Made border around notebook sizer a bit bigger,
    you never know what people do with tabs.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-03 08:56:33 +00:00
Vadim Zeitlin
d9a54596d5 fixed some compilation warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-02 21:12:56 +00:00
Vadim Zeitlin
9aa0f3f84e some warnings fixed for compilation of lib/dll with VC++ 6 in release mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-02 20:59:49 +00:00
Robin Dunn
9604ea8a1f SWIGged code updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-02 17:01:26 +00:00
Robin Dunn
9f27c30f49 updates to match C++ grid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-02 16:52:25 +00:00
Guillermo Rodriguez Garcia
2b8df44d57 SIF_TRACKPOS didn't appear in mingw until 2.95.2,
so I just #define it if it's missing.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-02 12:46:52 +00:00
Robin Dunn
8731dddafd fix bug where tooltip notifications could generate spin events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-02 12:41:04 +00:00
Robin Dunn
a95ee79d9c Removed automatic "Magic Event Methods" bindings
Added explicit bindings where needed
other assorted odds and ends


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-02 01:50:43 +00:00
Julian Smart
c1af1ea6b5 Doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-06-01 08:21:37 +00:00
Vadim Zeitlin
089337645a added possibility to view arbitrary images
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-31 22:27:23 +00:00
Bart A.M. Jourquin
ee4ddd9f0b initialize insertable to TRUE in ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-31 14:28:11 +00:00
Vadim Zeitlin
1f15195e08 translate window menu title in MDI parent frame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-30 20:44:06 +00:00
Vadim Zeitlin
ff05c6bb11 wxStaticLine should now generate mouse messages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-30 19:41:59 +00:00
Stefan Neis
5681482475 Changed wxGrid::Refresh to not do anything,
modified EndBatch accordingly to still update the grid.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-30 13:08:38 +00:00
Ron Lee
3c6bc198d9 added debug versions of wxBase and wxGtk packages.
made -contrib packages gtk-contrib since they, well.. are
and it will make it simpler to add other ports.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-29 19:09:55 +00:00
Vadim Zeitlin
04fc6c1725 wxTHICK_FRAME the same as wxRESIZE_BORDER
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-29 10:04:31 +00:00
Julian Smart
70db8eec06 Doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-29 07:37:24 +00:00
Vadim Zeitlin
74008a4cd4 corrected wxFile::Write() return type desc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-28 22:09:19 +00:00
Vadim Zeitlin
b6276d5829 wxImageList::Create(width, height) added, as in wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-28 22:01:21 +00:00
Vadim Zeitlin
eff56bb979 1. added missing const's to wxGrid::CalcXXX(wxRegion& r) fixing compilation
2. put frames with parent into wxTopLevelWindows too


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-28 21:45:00 +00:00
Ove Kaaven
540ad1b39d Save registry string keys correctly in Unicode mode.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-28 20:51:42 +00:00
Stefan Neis
d270402a9f Fixed SetCurrentCell for Motif, removed SelectionToDEviceRect.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-28 14:16:10 +00:00
Stefan Neis
e54334e7f1 Fix for not using precompiled headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-28 12:42:18 +00:00
Robert Roebling
d6ce5a908c Made docs about wxTextCtrl::SetValue() precise wrt to modified state.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-28 08:35:48 +00:00
Robert Roebling
b8ad056e8d wxTextCtrl::SetValue() sets the controls state to unmodified.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-28 08:35:07 +00:00
Vadim Zeitlin
aa680ee1e8 fix for stdin redirection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-26 21:54:22 +00:00
Vadim Zeitlin
3d0b89c1ca no changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-26 15:19:43 +00:00
Vadim Zeitlin
5fff5f8a27 added and documented (and using in the sample) wxProcess::CloseOutput()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-26 15:18:07 +00:00
Vadim Zeitlin
bbc7adbd09 added wxDC::ResetBoundingBox(), documented it and CalcBoundingBox() too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-26 12:15:38 +00:00
Bart A.M. Jourquin
45c09d1e66 Improved new GetColumns, based on the old one + smoother database-type conversion and proper field order
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-26 11:18:44 +00:00
Bart A.M. Jourquin
9879663237 Improved new GetColumns, based on the old one + smoother database-type conversion and proper field order
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-26 11:13:28 +00:00
Vadim Zeitlin
af899cb15b fix warning about virtual function hiding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-26 10:35:44 +00:00
Vadim Zeitlin
d168273d36 remove Sun CC warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-26 10:30:08 +00:00
Vadim Zeitlin
31fb9a5779 1. stderr redirection seems to work under Windows too (documented new
wxProcess method too)
2. don't show the window of the (console) process in wxExecute if IO is
   redirected
3. implemented wxColourDialog::SetTitle
4. implemented wxGauge95::SetForeground/BackgroundColour()


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-25 21:54:23 +00:00
Vadim Zeitlin
54d5ffd6c3 stdout redirection for Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-25 18:35:52 +00:00
Vadim Zeitlin
b912a066c2 added APPEXTRA{C|CPP|CXX}FLAGS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-25 18:35:32 +00:00
Vadim Zeitlin
7b235d47c0 fix for wxObjectArray::Clear()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-25 18:34:49 +00:00
Vadim Zeitlin
b0d2cd55b4 patch for bounding box initialization
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-25 18:29:26 +00:00
Vadim Zeitlin
92963bc943 added missing wxDateSpan methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-25 14:50:14 +00:00
Unknown (MT)
fbdcfa4c82 Remove frame on a SetMenuBar(NULL)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-24 23:10:47 +00:00
Robin Dunn
5272b7f059 SciLexer.h from Scintilla is used to get the constants used for all
the lexical states, for setting styles.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-24 20:39:04 +00:00
Robin Dunn
8c43f741f4 note to specify the version of Scintilla in use
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-24 20:37:20 +00:00
Václav Slavík
ac27286674 added wxToolTip documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-24 20:35:46 +00:00
Václav Slavík
029bc77adc documented Set/GetToolTip
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-24 20:35:34 +00:00
Václav Slavík
29afd50360 updated wxListEvent documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-24 20:35:22 +00:00
Robin Dunn
0212a4c2aa workaround a bug in SWIG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-24 20:35:06 +00:00
Robin Dunn
9be0381b20 Some PythonNotes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-24 17:30:38 +00:00
Robin Dunn
37bb827fa9 Added wxDateTime, wxTimeSpan, and wxDateSpan to wxPython.utils.
Added wxCalendarCtrl.

Other tweaks and fixes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-24 14:57:52 +00:00
Julian Smart
c777c58b76 Some doc tidying
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-24 09:08:03 +00:00
Robin Dunn
133d8d0745 Added DYNAMIC_CLASS macros for wxCalendarEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-24 04:25:41 +00:00
David Webster
ef854828f2 Update module definition for wxOS2 VA 3.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-24 03:34:14 +00:00
Robin Dunn
96901a6f4c added some missing Scintilla constants for events.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-24 00:56:14 +00:00
Vadim Zeitlin
f998c383d4 minor changes to the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-23 22:54:08 +00:00
Vadim Zeitlin
a1777c3e92 fixes for wxExecute with redirection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-23 22:50:45 +00:00
Václav Slavík
b91a42d6d9 fixed parsing of HTML tags of the form <tagname\nproperties> + \t parsing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-23 21:09:59 +00:00
David Webster
a61421124a More accelerator work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-23 21:00:52 +00:00
Julian Smart
d30143f3cb Misc small mods for WIN16 and making HTB files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-23 18:55:07 +00:00
Julian Smart
77a93d3eb4 defs.h had been altered so only 3 MSW compilers were allowed for WXDLLEXPORT :-)
false removed from dbtable.cpp. WS_CLIPCHILDREN/SIBLINGS added to glcanvas.cpp.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-23 13:14:29 +00:00
Julian Smart
fcd984f8a1 Motif fixes, distribution script fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-23 12:16:31 +00:00
Robin Dunn
4c25e5b0ba Fixed "Substract" typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-23 06:31:50 +00:00
Robin Dunn
0126cabac6 Fixed "Substract" typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-23 06:23:59 +00:00
Vadim Zeitlin
9047a3c139 fix for crash in wxTreeCtrl::GetSelections() when the tree is empty
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-23 06:01:58 +00:00
David Webster
3844b70dd8 Some more accelerator fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-22 21:23:58 +00:00
Robert Roebling
04652a15c8 dnd event blocking switched off now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-22 18:05:24 +00:00
David Webster
77bc12b08f removal of VA #ifdefs aournd delete operators and some additional support for accelerators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-22 14:04:14 +00:00
David Webster
fd4afea729 removal of VA #ifdefs aournd delete operators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-22 14:03:03 +00:00
Julian Smart
7a702aa804 Doc debugging
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-22 13:43:32 +00:00
Vadim Zeitlin
0acd3d9a08 another buglet in ParseDate() fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-22 13:10:15 +00:00
Vadim Zeitlin
da14645955 better ParseDate() test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-22 12:53:56 +00:00
Vadim Zeitlin
9bcefc38f1 several bug fixes in ParseDate()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-22 12:35:02 +00:00
Vadim Zeitlin
5469ae1795 add -isystem for gcc on Solaris
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-22 11:14:56 +00:00
Julian Smart
7c777c5c15 Added bc_ide.txt as a tech note; updated readme; added CHM targets for makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-22 11:13:10 +00:00
Julian Smart
72ef08c782 Fixed OnSize corruption problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-22 08:28:58 +00:00
Ron Lee
d683b85f75 totally rehashed the build system to be much less monolithic, it's now
possible to build subsets of the available packages and easier to add
new packages in a much more modular fashion.
updated for changes to wxPython.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-22 02:43:31 +00:00
Ron Lee
fc5e41a7ba made Robert's fix for wxBase too, and cleaned a couple of typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-22 02:34:17 +00:00
Robert Roebling
1c09143020 setup.h now tests if wx-config is being used and
changes the search path from wx/gtk/.. to
     wx/gtkd/.. when __WXDEBUG__ is defined.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-21 16:17:21 +00:00
Robert Roebling
b9464e8d4e wx-config now defines __USE_WXCONFIG__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-21 16:15:27 +00:00
Robert Roebling
b4e0cd2a78 Tried to fix problem with events being blocked in the
drop *target* by the global block from the drop
    source.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-21 13:20:33 +00:00
George Tasker
cf5d275eb8 Fixed problem where if a table had no insertable columns, construction of the insertion statemtent would fail, which then would cause unstable behavior at a later time. Now if Insert() is called and there are no insertable columns, insert will return a failure.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-21 10:49:22 +00:00
George Tasker
c160361dcf Cleaned up some unix compilation problems due to for loops declaring a variable in the for statement
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-21 10:45:29 +00:00
Ron Lee
8ba2c5be88 don't bug out if no .mo files exist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-21 03:43:59 +00:00
Ron Lee
aaa42385ce updated PYTHON_DIST for new wxPython location.
added INTL_DIST target for i18n files when --enable-intl is used.
make install now installs any .mo files it finds in locale.
bugfix for make install being a no op with static wxBase.
libs built with __WXDEBUG__ can now be installed alongside libs built without.
locale/Makefile now autodetects which languages are supported when make allpo
is used and added allmo target.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-20 22:17:32 +00:00
Robin Dunn
99f792deea More build/distrib updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-20 19:25:37 +00:00
Robin Dunn
eb7d6db675 forgot this file in yesterday's STC checkin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-20 18:56:04 +00:00
Robin Dunn
fec9970c39 New code from Scintilla and supporting code in STC.
Styles can now have underlines, new indicator types, zoom-in and
zoom-out methods.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-20 03:25:18 +00:00
Robin Dunn
e1cac7c231 New code from Scintilla and supporting code in STC.
Styles can now have underlines, new indicator types, zoom-in and
zoom-out methods.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-20 03:24:11 +00:00
Robin Dunn
1f5e577084 gave wxTheApp->argv a real set of values
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-20 00:13:02 +00:00
Ron Lee
9c54b21732 updated for dk -> da too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-19 23:54:47 +00:00
Ron Lee
569de831ba renamed dk.po -> da.po
dk is the internet tld, but da is the correct
iso639 country code for the locale data


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-19 23:41:41 +00:00
Vadim Zeitlin
8ab9b79aa1 bug fix for some weird combobox behaviour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-19 22:27:46 +00:00
David Webster
70b6f373b0 coded wxFont!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-19 18:16:39 +00:00
Robert Roebling
7b271e861b Bumped up version to 2.1.16.
Semi-fixed list ctrl's header again.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-19 18:08:59 +00:00
Vadim Zeitlin
1fd26975c8 SetModal() deprecated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-19 14:55:55 +00:00
Vadim Zeitlin
9ced6db5a5 compilation fixes for compilers without PCHs (Julian, what about looking at the daily rebuild pages?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-19 14:03:38 +00:00
Vadim Zeitlin
398637f576 fix for the new headers which define _WIN32_WINNT == 0x0500
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-19 13:59:40 +00:00
Robin Dunn
99d564be95 Removed wxPython from the old location
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-19 06:12:58 +00:00
Robin Dunn
a61639123c more build and distrib stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-19 02:48:17 +00:00
Vadim Zeitlin
e36ee5f7aa 1. fixed toolbar deletion problem (don't leave hole any longer)
2. tried to fix modal dialog handling


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-18 23:02:49 +00:00
Robin Dunn
42413911cc distrib tools updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-18 20:07:54 +00:00
Robin Dunn
cc63ae0fcc changed DLL version number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-18 19:53:58 +00:00
Robin Dunn
6d9092202d more SWIGged code updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-18 19:46:31 +00:00
Robin Dunn
14f5789360 fixed a warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-18 19:45:48 +00:00
Robin Dunn
e2f3066a9c fixed some warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-18 19:45:04 +00:00
Ron Lee
c74f7c1383 matched param defaults to .h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-18 16:46:04 +00:00
Julian Smart
1a3cfaf5a6 Various wxMotif fixes. Changed rotate sample to use a wxScrolledWindow
instead of the frame, so it works on wxMotif.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-18 15:01:52 +00:00
Vadim Zeitlin
0bd879bad6 (re?)added support for params to wxGridCellFloatEditor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-18 12:29:02 +00:00
Julian Smart
7a5a0c9f34 Use hwndOwner in Print/page setup dialogs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-18 10:05:40 +00:00
Robin Dunn
cabc28c46e Added wxDragImage and demo, (used wxGenericDragImage for both
platforms)

Added demo of changing keyboard handling in wxGrid

SWIGged sources update


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-17 20:45:27 +00:00
Robin Dunn
a1e181ef4d Added wxDragImage and demo, (used wxGenericDragImage for both
platforms)

Added demo of changing keyboard handling in wxGrid

SWIGged sources update


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-17 20:39:47 +00:00
Robert Roebling
1b51ff0849 Added a couple of const to == and != operators.
Removed no-flicker hack which seems to be a
   problem on Sun.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-17 20:07:24 +00:00
Vadim Zeitlin
a5fc62d05d regenerated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-17 17:24:20 +00:00
Vadim Zeitlin
efcd017c71 attempt for a Solaris compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-17 17:22:21 +00:00
Vadim Zeitlin
c449ac8125 don't overwrite the initial part of config.log when checking for VPATH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-17 17:19:16 +00:00
Julian Smart
797aa4038f wxMSW & wxMotif: added const to GDI object ==, != operators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-17 12:11:17 +00:00
Julian Smart
10b371fa0e Typos corrected.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-17 11:02:53 +00:00
Vadim Zeitlin
902153ef4a wxGridSizer demo added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-16 15:10:24 +00:00
Jouk Jansen
3ce78ed297 Committing in .
Small problems/warnings solved:
  grid.cpp contained non-reachable code
  parser.y contained definitions for Alpha/True64 which should not be included
     for Alpha/VMS.

 Modified Files:
  Tag: WX_2_2_BRANCH
 	wxWindows/src/common/parser.y wxWindows/src/generic/grid.cpp
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-16 11:30:25 +00:00
Robin Dunn
adf72aeaf7 more updates for new directory structure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-16 05:20:58 +00:00
Michael Bedward
5b0d059b3e Added Auto-size cols option to the View menu
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-16 03:25:16 +00:00
Robin Dunn
015e85cdf7 Moved and reorganized wxPython directories
Now builds into an intermediate wxPython package directory before
installing


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-16 02:07:32 +00:00
Václav Slavík
e0c1bcc8f4 fixed rendering of underlined text (the line may be bolder than 0 now)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-15 20:31:27 +00:00
Vadim Zeitlin
c866dfa40c vCard writing tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-15 16:05:32 +00:00
Vadim Zeitlin
53b3fe94d5 DEC OSF/1 entry added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-15 14:02:51 +00:00
Vadim Zeitlin
be8e2100c1 fix for yacc compilation on Alpha
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-15 12:26:13 +00:00
Václav Slavík
34de32c717 modified HHP/HHC parser so that page names may contain &entities;
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-14 20:02:34 +00:00
Václav Slavík
5e22259222 removed wxDC::m_scaleFactor (never used, had random value)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-14 17:32:36 +00:00
Václav Slavík
d3c3c062d9 removed m_scaleFactor from PS printing (had random value)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-14 17:31:34 +00:00
Václav Slavík
f6f9b93b17 replaced deprecated use of wxPostScript ctor by the version that uses wxPrintData
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-14 17:31:18 +00:00
Vadim Zeitlin
f5ea644170 some vCard test code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-14 14:46:09 +00:00
Ron Lee
5d301221bc more proofreading touchups :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-13 17:45:38 +00:00
Stefan Neis
fbbfc840a4 Removed #pragma interface/implementation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-12 22:18:37 +00:00
Michael Bedward
d66093c7b6 Check for multiple calls to wxGrid::CreateGrid
Changed number format for wxGridCellFloatEditor from f to g


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-12 11:05:30 +00:00
Vadim Zeitlin
aa59afd1ea wxFTP uploading tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-12 10:37:49 +00:00
Robin Dunn
029713d7e1 removed wxPython module
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-11 21:15:02 +00:00
Stefan Neis
fc3e2a3a66 Changed selection behaviour: Current selection will not be removed
_only_ if Ctrl is down when clicking.
Untabified.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-11 19:56:51 +00:00
Robin Dunn
44faee407c added grid sizers
changed some build configurations


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-11 19:30:19 +00:00
Vadim Zeitlin
08392f16cc bug in ~wxOutputFTPStream which prevented multiple uploads fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-11 13:03:59 +00:00
Vadim Zeitlin
1f5e4b9004 fix for the fix for Centre()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-11 11:17:42 +00:00
Vadim Zeitlin
7162312f78 a fix for Centre() to always use the top level parent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-11 11:05:04 +00:00
Vadim Zeitlin
9b9d5355c8 some more tbar tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-10 23:28:03 +00:00
Vadim Zeitlin
364de90c91 fix for the stat bar positioning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-10 23:27:33 +00:00
Karsten Ballüder
548812d9af Updated from Mahogany source
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-10 20:00:53 +00:00
Robert Roebling
bf49fbcff9 Added wxImage:Copy()
Added first 30% of wxImage::Paste()


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-10 18:17:53 +00:00
Julian Smart
804a3434d6 Dialog Editor corrections, wxListBox::GetSelections correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-10 17:39:35 +00:00
Julian Smart
5a6d3ec3b1 DrawIcon correction for WIN16
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-10 13:21:24 +00:00
Julian Smart
dde04b1546 Corrected DrawIcon to take into account different icon sizes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-10 12:11:39 +00:00
Vadim Zeitlin
5c06d1b014 make -> nmake for VC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-10 12:02:24 +00:00
Vadim Zeitlin
c17cc4a96f owner drawn buttons change appearance when double clicked
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-09 21:18:19 +00:00
Vadim Zeitlin
a58b3aa909 1. fixed thumb track/release events for positions > 65536
2. fixed (untested) wxSpinCtrl::GetPosition()


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-09 21:11:30 +00:00
Vadim Zeitlin
8dbbdfd06f serious bug in KeyExists() fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-08 22:49:40 +00:00
Robert Roebling
fb5ac85a06 Made a few helper functions public.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-08 11:39:05 +00:00
Bart A.M. Jourquin
ed62f512c0 include dcscreen.h and settings.h for gcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-08 08:12:37 +00:00
Vadim Zeitlin
cdde63f535 1. buttons now generate double click events
2. double clicking in the tree ctrl generates an activate event
3. bug with hidden listbox mysteriously being shown fixed
4. tried to adjust the checkbox size


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-07 20:35:00 +00:00
Ron Lee
6b958cfc0b update for changes to wxPython
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-07 19:29:15 +00:00
Robert Roebling
8e1a0be217 Added and documented wxImage::Mirror() and wxImage::Rotate90().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-06 17:30:50 +00:00
Robert Roebling
4a18b95556 Added docs for new wxImage constructor.
Began docs for grid sizers.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-05 20:17:41 +00:00
Robert Roebling
76dfc86313 Add possibility to create a wxImage from
static data (or data on the stack) without
    using the heap.
  Tried to fix the crash-all-apps problem
    reported in the list.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-05 19:21:55 +00:00
David Webster
5c89255496 Some DC and Statusbar fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-05 19:07:28 +00:00
Ron Lee
76727e0cbf typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-05 15:55:11 +00:00
Robin Dunn
366e627490 Added wxTipProfider and friends
Tweaked wxGrid a bit.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-05 15:06:55 +00:00
Robin Dunn
61471de76f Methods to change the cell highlight colour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-05 15:00:00 +00:00
Julian Smart
10c16e31a6 Fixed sash window colour (highlight wasn't showing up); Dialog Editor fix
for space distribution


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-05 10:01:19 +00:00
Stefan Neis
64561c3308 Fixed cell highlighting for disabled grid lines.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-05 09:43:29 +00:00
Ron Lee
42ab7508e8 workaround for one gtk Combo horror
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-05 08:10:50 +00:00
Robin Dunn
ddc0b275b3 fix for when gridlines are disabled. something still needs to be done
to crrectly redraw after the cell highlight moves.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-04 19:22:55 +00:00
Robin Dunn
36ce8f44db added ability to disable gridlines in the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-04 19:09:30 +00:00
Bart A.M. Jourquin
fa3a64d1ad more info fetched in GetColumns
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-04 15:44:39 +00:00
Bart A.M. Jourquin
af9bf0bc25 typedef struct error fixed for bcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-04 12:42:58 +00:00
Bart A.M. Jourquin
d55da698a8 new GetColumns() members
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-04 12:19:28 +00:00
Vadim Zeitlin
d70b1ce4d2 test for array sorting added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-04 11:52:32 +00:00
Vadim Zeitlin
5fe87ba09f assert when sorting wxArrayString twice fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-04 11:42:51 +00:00
Ron Lee
758a4bb5a6 added comment about validators and SetValue(FALSE)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-03 17:01:47 +00:00
Ron Lee
806b8a2301 typo fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-03 17:00:29 +00:00
Vadim Zeitlin
f96ed10a83 trying to fix a (spurious) memory leak report
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-03 11:06:56 +00:00
Robert Roebling
da131498e8 Fixed colour buglet in wxListCtrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-02 16:19:05 +00:00
Robert Roebling
c518860f60 Test for wxST_NO_AUTORESIZE in controls sample.
Add lots of code to change the (German) comma in
    floating point number string in Postscript
    code to ".".


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-02 15:34:14 +00:00
Vadim Zeitlin
066b2a4c3e 1. fixed fatal bug in SetImageList()
2. tried to make header resizing work with horz scrolling - it still doesn't


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-02 14:47:03 +00:00
Vadim Zeitlin
69400134a8 added wxLogWindow::OnFrameClose()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-02 07:52:35 +00:00
David Webster
5eabe5bbbf Statusbar updates.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-02 03:51:51 +00:00
Robert Roebling
dc3f2c920f Fixed wxNotebook::RemovePage(),
Made modal dialogs children of wxApp->GetTopWindow() if
    no parent is given.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-01 20:20:16 +00:00
David Webster
3d3cbc05f6 Changes to DC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-01 19:36:32 +00:00
Robert Roebling
076e41016d Tried to fix problem with wrong fonts in tool tips.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-01 19:04:30 +00:00
Ron Lee
cd73d539f6 fixed combo.h -> combobox.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-01 18:55:23 +00:00
Vadim Zeitlin
421da573e5 added wxFileConfig::SetUmask()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-01 13:40:00 +00:00
Václav Slavík
9faba833a2 fixed memory leak in modules list (devik's patch)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-01 13:08:56 +00:00
Ron Lee
4401790cca fix to correctly adjust growable bits of FlexGridSizer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-01 13:08:11 +00:00
Vadim Zeitlin
efe67f809f corrected alignment of the descriptions in the Usage() message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-01 12:31:11 +00:00
Vadim Zeitlin
6b0b085ef4 added wxConstCast to fix compilation error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-30 22:20:06 +00:00
Vadim Zeitlin
0ca080a91b give wizard buttons standard ids (wxID_FORWARD)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-30 16:29:27 +00:00
Vadim Zeitlin
01f39d1f1a bug recently introduced in wxWizard::GetPageSize() fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-30 16:15:18 +00:00
Julian Smart
0e950afdf3 BC++ fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-30 16:05:24 +00:00
Julian Smart
da95cfa91d Chnaged name for text sample with BC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-30 16:02:52 +00:00
George Tasker
0187c87a03 Removed semicolon from the end of DECLARE_EVENT_TABLE() lines that prevented BC5 from compiling this sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-30 15:30:05 +00:00
George Tasker
bb5aa6e588 TARGET= line said CONTROLS instead of TEXT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-30 13:28:29 +00:00
Robin Dunn
478e209df5 tweaks and code updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-29 18:34:13 +00:00
Vadim Zeitlin
a2b28e922b don't use wxFile::Eof() (for the reasons explained in the docs now :-) in wxTextFile - this allows it to be used with FIFOs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-29 18:07:33 +00:00
Robert Roebling
498db281b5 Set wxGTK's GTK idle priority back up to 0,
wxGTK's frame's toolbar is now in m_children again,
    as wxFrameBase's idle logic and the update UI
    code based on it require that.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-29 16:03:42 +00:00
Robin Dunn
2442422672 More STC fixes. The demo now shows Calltips and AtuoComplete
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-29 05:18:40 +00:00
Robin Dunn
6e96414894 More STC fixes. Calltips and AutoComplete work now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-29 05:17:21 +00:00
Robin Dunn
91c93b48e9 Fixed FullPaint for brace matching
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-29 02:45:22 +00:00
David Webster
1f9c607e98 Some framework updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 21:28:04 +00:00
Robin Dunn
9f0e1cfc63 Another off-by-one error fixed in STC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 17:20:58 +00:00
Vadim Zeitlin
9215f35ef8 small fix to the code I just commited
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 14:19:47 +00:00
Vadim Zeitlin
d7030ac6aa added and documented wxWizard::SetPageSize()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 14:06:33 +00:00
Bart A.M. Jourquin
9de1150e2d Add support for Virtuoso
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 13:45:52 +00:00
David Webster
89ee194efd static data members cannot be redeclared static in the cpp file under VisualAge, it already knows that it is static
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 12:59:22 +00:00
David Webster
4cf39e614a Virtual function hiding suppression
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 12:45:20 +00:00
Vadim Zeitlin
23cf28b3db made dnd cursors/icons slightly more usable (and much more documented)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 12:45:15 +00:00
Julian Smart
61dfd2bea1 Win16 fixes (incl. slider not sending messages, text ctrl not showing consistent
colours


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 09:49:32 +00:00
Robin Dunn
647455ee0f various tweaks, fixes, and doodads
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 06:49:26 +00:00
Robin Dunn
efecda0bf7 Some wxStyledTextCtrl bugfixes
Merged in new Scintilla sources

Added new methods to wxStyledTextCtrl to match new Scintilla capabilities.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 06:37:53 +00:00
Vadim Zeitlin
21aff0fe10 corrected bug with m_selection not being initialized in CreateGrid() and SetTable()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 05:50:11 +00:00
Vadim Zeitlin
2073bb3d4d compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 05:37:19 +00:00
Vadim Zeitlin
9e13e99d6d wxUSE_UNICODE set to 0 by default, added wxUSE_WCHAR_T
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-28 05:36:24 +00:00
Vadim Zeitlin
4f96bc6cb6 use CRT in DLL for wxBase too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 20:51:11 +00:00
Vadim Zeitlin
4dbc8006b4 added test for wxDateTime TZ/DST bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 20:46:55 +00:00
Vadim Zeitlin
007d1132e2 added test for combo/focus bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 20:45:35 +00:00
Vadim Zeitlin
df8442a339 fixed problem with help text being left in the status bar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 20:42:09 +00:00
Vadim Zeitlin
b12ce2ff6d attempts to fix the proplist crash - fruitless
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 18:03:34 +00:00
Vadim Zeitlin
071bb1283a some more convenience functions/wrappers (all inline, cross-platform)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 18:02:48 +00:00
Julian Smart
7322bbe14e Further non-PCH fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 17:46:35 +00:00
Julian Smart
19c9086b55 Added missing brush.h includes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 17:41:29 +00:00
Robin Dunn
7a618981ce Made the DLL load lots faster by specifying that other DLLs it depends
on are to be loaded on demand.  The is experimental, but it works for
wxPython.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 16:46:55 +00:00
Robin Dunn
fc2518abb5 some minor tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 16:41:48 +00:00
Vadim Zeitlin
5eaa587e28 don't wxLogWarn() about missing strings, but just wxLogDebug() them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 15:44:17 +00:00
Robin Dunn
24e1c5fbb2 ifdeff'd out the region checking code in DrawAllGridLines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 15:26:50 +00:00
Vadim Zeitlin
1a0e95d600 documented ReadLine/Word() and SetStringSeparators()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 15:09:38 +00:00
Václav Slavík
3e7b695396 it's replaced by it is, 'll by will
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 14:33:00 +00:00
Bart A.M. Jourquin
77836a61b3 Adding support for OpenLink driver on MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 12:27:22 +00:00
Bart A.M. Jourquin
a99c0d5331 add support for SQL Server with OpenLink driver for Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 11:37:47 +00:00
Unknown (MT)
4aba0fc00a DLLEXPORT wxStatusBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-27 04:40:31 +00:00
Vadim Zeitlin
63e26a7756 1. disabled WS_EX_CONTROLPARENT as I don't know how to work around it otherwise
2. corrected assignments to non-const references


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-26 20:53:19 +00:00
Julian Smart
a5b3c8eaae Fix for disabled controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-26 16:39:27 +00:00
Vadim Zeitlin
c513dcd1dd don't even try running Unicode programs under Win9x
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-26 14:17:07 +00:00
Julian Smart
f8cc27023e Fixed assert problem due to radiobox being clicked.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-26 13:46:13 +00:00
Vadim Zeitlin
01e92d1232 patch from Kristjan Jonsson <kj@raunvis.hi.is> to wxCheckBox::DoGetBestSize()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-26 12:49:07 +00:00
Julian Smart
ac41c5e183 Small fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-25 19:23:55 +00:00
Robin Dunn
c4ad8c9c3a Some final tweaks prior to release
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-25 17:57:29 +00:00
Robin Dunn
9bc38e1e0c Some final tweaks prior to release
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-25 16:46:45 +00:00
Julian Smart
2ba791ada8 Fixed design flaw in splitter window whereby you couldn't have a sash without
a border. Fixed sash layout window bug that didn't erase old sash on resize.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-25 14:35:58 +00:00
Bart A.M. Jourquin
37aba5df39 support of Sybase ASE 11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-25 13:33:31 +00:00
Vadim Zeitlin
547b668c7b fix for ugly code doing undefined things to wxF(F)ile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-25 07:07:56 +00:00
Vadim Zeitlin
041bc561e8 adjust spacing and calculate layout correctly for icons larger than 32x32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-25 07:03:41 +00:00
Julian Smart
9d98a27ad6 More Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-25 06:03:12 +00:00
Vadim Zeitlin
e54cfe2b28 fix for Insert() with tear off menus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 19:50:48 +00:00
Vadim Zeitlin
300f993794 fixes for IsOnline() and IsAlwaysOnline()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 19:49:27 +00:00
Julian Smart
510336b11a Fixed bad file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 18:34:29 +00:00
Julian Smart
161973e94e Fixed bad file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 18:33:50 +00:00
Julian Smart
ce006a8f2b Trying to fix corrupted GIFs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 18:18:05 +00:00
Guillermo Rodriguez Garcia
cdc6bea96e Removed unused variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 16:14:24 +00:00
Julian Smart
640fcfb074 Added the odd 'the'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 14:35:20 +00:00
Vadim Zeitlin
6c8a91b333 added and documented wxCHECK_VERSION
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 14:32:10 +00:00
Václav Slavík
40a9876e4f minor language change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 13:37:29 +00:00
Václav Slavík
a8aff7b454 a hack to workaround missing wxBuffer in wxBase/Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 13:37:22 +00:00
Václav Slavík
1a77ecaae2 moved wxDebugMsg, wxFatalError, wxError out of #if wxUSE_GUI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 13:37:14 +00:00
Václav Slavík
d6a1ccea22 added APPEXTRADEFS to .cpp, .c rules (makes tex2rtf compile with wxBase)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 13:37:07 +00:00
Robin Dunn
59c777d597 build and distrib things
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 05:09:12 +00:00
Robin Dunn
caf1045491 build and distrib things
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-24 04:44:39 +00:00
Václav Slavík
6d2df48070 VFS -> virtual file system expansion; fixed typos in fs.tex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 19:07:42 +00:00
Václav Slavík
4a969a50f3 documented wxNotebook style flags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 19:01:38 +00:00
Václav Slavík
b2720efe88 fixed typo causing REF NOT FOUND
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 19:01:27 +00:00
Václav Slavík
a1f822476a added png files to DATAFILES
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 19:01:22 +00:00
Stefan Neis
2dce793e22 Added #define to resolve strcasecmp/stricmp issue under OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 16:35:06 +00:00
Stefan Neis
2c1bc3a7fa Added define needed by EMX.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 16:24:26 +00:00
Stefan Neis
ed93eb78ec Added include for non-precompiled headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 16:23:17 +00:00
Julian Smart
3049cbeb6a Some doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 15:53:30 +00:00
Stefan Neis
4f0a1b07e6 Changed MM_DELETEITEM to MM_REMOVEITEM so reinserting is possible.
This possibly created a memory leak?


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 14:26:06 +00:00
Julian Smart
f9a07d0026 Attempts to make it compile in Unicode mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 12:39:45 +00:00
Vadim Zeitlin
c20c8cb95d a demo for wxGTK bug added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 08:56:36 +00:00
Vadim Zeitlin
d05e8f3f5c wxNotebook::RemovePage() now only gives critical assert failures instead of crashing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 07:06:15 +00:00
Vadim Zeitlin
c72dfe98dc unused parameters taken inside WXUNUSED()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 06:53:19 +00:00
Vadim Zeitlin
d298a528f4 gtk_pizza_adjustment_changed() unused, ifdef'd out
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 06:51:04 +00:00
Vadim Zeitlin
5c70756a8f added that wxSP_HORIZONTAL is not supported in wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-23 06:48:09 +00:00
Vadim Zeitlin
e48b7d7c05 1. fixed typo in filelist.txt
2. some DLL makefiles/compilation/linking fixes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-22 21:24:45 +00:00
Stefan Neis
80b2a27b78 Fixed wxMenuItem::Enable.
Added unique IDs to all menus (using a new static member of wxMenu).
Use wxWindow's ID as menu item ID seen by OS/2.
Rewrote wxMenu::DoInsertOrAppend which now uses the MENUITEM of the
      submenu or menu item which already contains most of the needed
      informations (especially the ID!)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-22 18:05:56 +00:00
Julian Smart
0fa7b0e3e5 Dialog Editor bug fixes, old resource conversion, additional layout helpers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-22 14:41:06 +00:00
Julian Smart
076d7d4005 Fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 19:17:34 +00:00
Julian Smart
f9bcbc2e9c Added a fix to taskbar; minor mods to help controllers; added justification
options to wxButton and wxBitmapButton


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 19:15:49 +00:00
Julian Smart
6917fd5dee Added some wxBU_... justification styles (WIN32 only)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 19:14:46 +00:00
Robin Dunn
50b5f614b9 some more demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 18:02:48 +00:00
Robin Dunn
b2531949f3 Put the control's value in the event object for EVT_TEXT_ENTER
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 17:43:11 +00:00
Robin Dunn
01fa0d6d0f Version number in the DLL filename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 17:38:48 +00:00
Robin Dunn
f00772c92e A clarification in the docs for a wxPython method.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 17:35:36 +00:00
Robin Dunn
ebdaf2dec8 Fixed a missing parameter in wxStyledTextCtrl::GetLastChild
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 17:16:35 +00:00
Robin Dunn
cf55f9ed7e Added line folding to the STC demo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 17:14:48 +00:00
Robin Dunn
f70cba4b45 fixed some DOS/Unix line-terminator confusion in the source files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 16:44:19 +00:00
Guillermo Rodriguez Garcia
9a993e53d7 Reverted recent WinMain changes due to incompatibility with the default
WinMain declaration when windows.h was being included from other headers
(compilers thought that we were trying to overload a C function and aborted
compilation of the library)

Current status is: For __WXMSW__ only, and only if WXUSINGDLL, this file
#includes <windows.h> (and then "wx/msw/private.h") and declares WinMain
correctly (matching the signature in <windows.h>).

This change does not affect non-DLL builds.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 15:09:51 +00:00
Bart A.M. Jourquin
aad4335f6b Add support for Sybase 11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 10:15:03 +00:00
Robin Dunn
017582cd23 More STC fixes and tweaks.
Added another STC demo for wxPython.  This one sets up an editor with
the Python lexer and a bunch of styles.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 09:14:06 +00:00
Robin Dunn
156cb8c2e4 More STC fixes and tweaks. (Try Ctrl-KP_plus and Ctrl-KP_minus for a
really COOL feature that's no longer broken on MSW)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 09:09:37 +00:00
Robin Dunn
07b1aad30f generated code update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 05:00:51 +00:00
Robin Dunn
9a92e83940 demo adjustments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 04:59:19 +00:00
Robin Dunn
b261e3335a More wxStyledTextCtrl fixes, and updates.
I'm also trying to use the C++ class definitions in the header
directly for SWIG/wxPython instead of a cleaned up simplified version
like I usually do.  So far so good.

Some file name changes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 04:48:14 +00:00
Robin Dunn
f0d481f8fe More wxStyledTextCtrl fixes, and updates.
I'm also trying to use the C++ class definitions in the header
directly for SWIG/wxPython instead of a cleaned up simplified version
like I usually do.  So far so good.

Some file name changes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 03:33:17 +00:00
Robin Dunn
e920d72d4a More wxStyledTextCtrl fixes, and updates.
I'm also trying to use the C++ class definitions in the header
directly for SWIG/wxPython instead of a cleaned up simplified version
like I usually do.  So far so good.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-21 03:30:24 +00:00
Robin Dunn
2512232672 fixed off-by-one problem in pinting of the selection area
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-20 18:29:44 +00:00
Robin Dunn
51422a89ac changed the radius used on the rounded rectangle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-20 07:39:43 +00:00
Robin Dunn
140601fe00 Added some missing identifiers, changed some constants to match Scintilla
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-20 07:39:20 +00:00
Robin Dunn
a1a43473a6 Added a typemap that converts strings to wxColour objects either using
the colour name or a string of the format #RRGGBB

Started the wxStyledTextCtrl Python demos

Other assorted tweaks and fixes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-20 07:37:58 +00:00
Robin Dunn
9b4c5d5a21 Fixed SetFonts methods to properly accept a Python list for the sizes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-20 07:34:04 +00:00
Julian Smart
d72d009d64 Replaced wxMotif.spec with clone of wxGTK one (old one didn't work, apparently)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-19 14:38:03 +00:00
Julian Smart
a5940b398c Added tech notes on contributing and on making RPMs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-19 14:36:16 +00:00
Stefan Neis
5498f96bfe Renamed IsCellEditControlDisplayed() to IsCellEditControlShown().
Replaces some more IsCellEditControlEnabled() by IsCellEditControlShown().


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-18 15:14:53 +00:00
Julian Smart
9bafeae845 Compile fix to grid.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-18 14:00:00 +00:00
Vadim Zeitlin
c3d12e0433 fixed bug in AddRoot() which wasn't refreshing everything properly and so a tree without children wasn't displayed properly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-18 13:44:48 +00:00
Julian Smart
a94d44b9b7 Some updates; simple wxHTML/external HTML controllers now have DisplaySection(const wxString&).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-18 11:13:16 +00:00
Stefan Neis
fa1b3a43cc Added IsCellEditControlDisplayed() and use it from SetCellValue.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-18 10:51:38 +00:00
Julian Smart
0a47db39df Added wxCHMHelpController, updated help demo. Added DisplaySection(const wxString&)
to wxHelpControllerBase. Corrected some Dialog Editor bugs.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-18 10:30:25 +00:00
Vadim Zeitlin
9d62ffe24a fixes for dialogs whose parent is wxMDI<whatever>Frame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-18 09:47:09 +00:00
Vadim Zeitlin
88c3e369b9 forgot to commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-18 08:41:29 +00:00
Vadim Zeitlin
f908d9c1ea test for SetEditable() and wxTE_PROCESS_ENTER added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-18 08:41:06 +00:00
Vadim Zeitlin
1b6220e1e1 wxMDIChildFrame::SetTitle() works
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-18 08:24:04 +00:00
Vadim Zeitlin
86d43dcfc0 test for GetLastPosition() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 22:54:57 +00:00
Václav Slavík
3a48624f10 wxGTK-only fix for WindowMaker redraw problem in wxLogDialog::OnDetails
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 22:44:27 +00:00
Vadim Zeitlin
7354522239 added and documented wxDllLoader::GetDllExt()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 22:44:23 +00:00
Vadim Zeitlin
b8be5a9f03 added and documented wxString::StartsWith()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 17:30:01 +00:00
Vadim Zeitlin
897e170014 wxRadioBox now generates the EVT_FOCUS_SET/KILL events (tests for this added
to the controls sample)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 16:11:16 +00:00
Julian Smart
23373d8e9b Now creates wxBitmapButton from resource even if can't find the bitmap.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 14:06:48 +00:00
Vadim Zeitlin
9d7ec6e5d8 small typo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 14:04:38 +00:00
Bart A.M. Jourquin
4536c57837 removing SetNumberOfColumns()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 13:52:53 +00:00
Julian Smart
32ca12e65e Fixed bug in helpctrl.cpp (testing for m_Config); made old-style HTML help
optional so will compile on MSW


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 09:56:16 +00:00
Julian Smart
ad2fbd102d Removed a memory leak in fs_zip.cpp; trivial formatting in helpdata.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 09:28:18 +00:00
Václav Slavík
c5da51bcb3 updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 08:14:56 +00:00
Václav Slavík
9980663066 fixed compilation bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 08:14:41 +00:00
Robin Dunn
50963011c2 updates for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 06:25:47 +00:00
Robin Dunn
9bf69b7bb5 more changes to the demo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 04:25:48 +00:00
Vadim Zeitlin
833a6790ad 1. corrected some asserts/crashes in controls
2. added test for SetValue() in text


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-17 00:01:16 +00:00
Vadim Zeitlin
59d3027c0c 1. wxTextCtrl::SetValue() moves the cursor to the end of text (as in GTK)
2. bug in wxThread::Delete() when the thread hadn't been staretd fixed
3. setting font for radiobox now works immediately (you had to invalidate
   the window manually, e.g. by covering it with another one, before)
4. added and documented wxConstCast() and wxStaticCast()
5. attempts to make wxFontEnumeraotr::EnumEncodings() work under MSW


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-16 23:58:50 +00:00
David Webster
831026c188 Fixes for the outstanding errors in minimal.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-16 21:31:58 +00:00
Stefan Neis
231237044b Updated to current API.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-16 19:34:22 +00:00
Stefan Neis
eb24f2e86d Fixed Scrollbar handling.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-16 16:56:49 +00:00
Vadim Zeitlin
7bdff45316 1. fixed assert failure/crash when clicking in empty checklistboxes
2. wrote wxBMPHandler::SaveFile()
3. fixed stupid bug in handling DDE commands in wxMimeTypesManager


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-16 00:19:37 +00:00
Ron Lee
6f3340ff6e reverted some earlier changes nuked by RR fixing the same problem -- only differently, breaking compilation again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-15 20:37:33 +00:00
Ron Lee
ad41d52d22 s/menuString/menuLabel/ in wxMenuBar::FindMenuItem to fix bug similar to that in gtk version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-15 19:38:40 +00:00
Ron Lee
8518f82156 bugfix for gtk wxMenuBar::FindMenuItem to strip special chars before comparison
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-15 19:30:38 +00:00
Robert Roebling
a053a88994 Correction to minimal size of wxSizers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-15 17:35:24 +00:00
Julian Smart
ae85cb4b2c Changed names of image-related VC++ project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-15 16:40:05 +00:00
Robert Roebling
26d865b08d TODO updated.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-15 11:26:55 +00:00
Brian Smith
8f2a1b9c01 Added Stefan's fix for messages being incorrectly ignored.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-15 10:26:25 +00:00
Brian Smith
18d014e3ed Added WinMessageBox() code, mainly from the Windows version.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-15 10:25:08 +00:00
Robert Roebling
dc4ab3c264 Made tex2rtf compile again,
Added wxSizer::SetMinSize() (documented)
  Added wxSizer::SetItemMinSize()


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-15 09:20:56 +00:00
David Webster
1d0430ce13 VA 3.0 cannot utilize the _Export macro in this configuration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-15 00:38:35 +00:00
Vadim Zeitlin
85c9db78f3 updated to test combo box events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-14 22:40:07 +00:00
Vadim Zeitlin
c617e0de6b send key up/down events too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-14 22:38:51 +00:00
Vadim Zeitlin
e10b3395bc fix for the fix for HAVE_THREAD_PRIORITY_FUNCTIONS detection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-14 19:46:35 +00:00
Vadim Zeitlin
9382d73538 fixes for HAVE_THREAD_PRIORITY_FUNCTIONS detection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-14 19:32:15 +00:00
Vadim Zeitlin
351cc2a737 wxSpinCtrl::GetSize() should work now (thanks to Kristjan Jonsson)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-14 18:53:26 +00:00
Vadim Zeitlin
87f968fb5a fixes for Unix detection (test for __UNIX__ in include/wx/defs.h) and for
NetBSD detection in configure


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-14 18:29:30 +00:00
Vadim Zeitlin
f568f52dd8 wxString::replace() assert fixed, test for it added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-14 18:08:35 +00:00
Ron Lee
27df708603 build .debs with new grid now that ok for wxPython too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-14 16:12:50 +00:00
Ron Lee
49f74d51eb fixed broken compilation under Linux,
ULONG undefined and a duplicated global var name.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-14 16:02:23 +00:00
Ron Lee
b820f3ab56 switched green/blue in SetRGB params
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-14 15:59:16 +00:00
Brian Smith
9f6de777bb Fixed listbox on windows.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-14 07:53:35 +00:00
Václav Slavík
f6f09fc812 documented need of read-write image handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-13 20:15:39 +00:00
Vadim Zeitlin
99f55f5c26 fix for menu helpstring in the status bar for MDI child frames
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-13 18:03:34 +00:00
Vadim Zeitlin
cbb5561c49 unused var in GSocket_SetServer removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-13 17:57:01 +00:00
Ron Lee
5a6c3a9171 added -kwxGetTranslation to locale/Makefile and updated .po files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-13 17:33:33 +00:00
Ron Lee
4360bc4eae added missing wxTRANSLATE for 'Details'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-13 17:19:30 +00:00
Julian Smart
970047bbc3 Gave the sash and splitter windows Create and Init methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-13 16:18:00 +00:00
George Tasker
379b9ba2cf Changed the default of wxODBC_BACKWARD_COMPATABILITY to be 0, as it should have been
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-13 15:48:37 +00:00
Bart A.M. Jourquin
1e58bda79b add SetNumberOfColumns()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-13 14:27:58 +00:00
Julian Smart
afb749d412 Renamed project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-13 10:56:12 +00:00
Julian Smart
e12fec0574 New tech note, corrected makeprog.b32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-13 09:31:19 +00:00
Julian Smart
49b332a96d Removed assert when charset not recognised
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-13 08:35:50 +00:00
Robin Dunn
02d3522ba6 More ActiveX stuff. Can now automatically catch callbacks (events) from the
COM object.  I actually create a new class on the fly that derives
from wxWindow, the COM CoClass and others needed to make it all work.
The resulting class can be instantiated just like wxWindow, used in
sizers, etc.  It also responds to all COM method calls, properties, etc.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-13 08:17:58 +00:00
Julian Smart
dbe13b1101 Removing files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-13 07:08:47 +00:00
Vadim Zeitlin
1de119b2d9 some warnings fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 23:38:50 +00:00
Vadim Zeitlin
8b3b778f3d wxTextCtrl::GetLineText() fixes:
a) doesn't crash
 b) more efficient
 c) works in Unicode mode


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 23:38:20 +00:00
Vadim Zeitlin
bea6a318d9 removed incorrect labels
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 23:30:47 +00:00
Stefan Neis
6b9c32dccc Added a define needed by EMX when compiling for OS/2 presentation manager.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 20:20:02 +00:00
Václav Slavík
6ff5b6cd0a fixed duplicate definition bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 19:54:57 +00:00
Julian Smart
d51d8a8d8a Replaced the HTML doc GIF icons with slightly nicer ones (I think)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 15:13:46 +00:00
Julian Smart
cd847575d0 Removed a redundant Show(TRUE) from details dialog (causes assert);
tried in vain to allow empty tree control labels (doesn't seem possible)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 15:12:49 +00:00
George Tasker
c5a94cbde9 Updated to use the new wxDb/wxDbTable accessors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 11:28:22 +00:00
George Tasker
9083d34b55 Added #if wxODBC_BACKWARD_COMPATABILITY checking to determine whether deprecated functions/classes/enums/etc are available or not.
Cleaned up various naming conventions.
from/orderBy/where are now wxString type if wxODBC_BACKWARD_COMPATABILITY is 0
Accessors added for member variables
If wxODBC_BACKWARD_COMPATABILITY is 0, then member variables that have accessors are now defined in the PRIVATE: section of the class, rather than the PUBLIC:.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 11:27:15 +00:00
David Webster
cfff4cf98d Set proper handles for the menubar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 04:40:45 +00:00
Robin Dunn
aaca0586f2 FileBrowseButton now has history, updated demo
Added ActiveXWrapper and demos.  It can't do callback events yet, but
I'm working on it.  Can curently embed a control and make method calls
to it.

Updated the wxCalendar (python version)  and it's demo.  It now has
printing support.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 03:06:57 +00:00
David Webster
7b84e4c356 minor OS/2 VA 3.0 #ifdefs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 00:50:53 +00:00
David Webster
05255a3cb4 no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 00:46:43 +00:00
Vadim Zeitlin
a3e29acf45 1. spin ctrl now generates char/key events
2. grid sets focus to the number editor


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 00:11:36 +00:00
Vadim Zeitlin
d7102a0b12 some fixes for missing/incorrect links
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-12 00:09:38 +00:00
Robert Roebling
706e8aa34d Missing accessors for wxSizer items.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 22:08:21 +00:00
David Webster
287456ff2f Wrong Tiff library specified in wxwindll.icc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 21:05:40 +00:00
David Webster
732c17643c Added needed copies (dosyacc and doslex) to the VA 4.0 .icc files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 21:03:48 +00:00
George Tasker
7b41d11654 Fixed spelling typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 15:56:21 +00:00
George Tasker
f018ef133c Added checks for mismatched curly braces so that when docs are generated, a count of the curly braces that have been processed are kept track of. If they mismatch, the file name is reported as having mismatched braces. If more closed braces are detected than open braces, then the line that the first extra close brace is detected on is reported.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 15:50:53 +00:00
Brian Smith
b92f1634b4 Forgot to remove debug code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 15:38:55 +00:00
Brian Smith
101751fbef Missing create_wps_objects() prototype.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 15:31:34 +00:00
Brian Smith
03d95fca3e Added ability to make Start Menu Program folders and shortcuts.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 15:29:55 +00:00
Stefan Neis
9d9d970d70 Moved most of the code from Insert/Append/DeleteRows/Columns to
Redimension.
Put call to CalcDimension inside 'if (!GetBatchCount)' and
    added a call to CalcDimension to wxGrid's Refresh.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 13:52:58 +00:00
Brian Smith
36508e0a17 Added wxInstall a self extracting installation program using wxWindows.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 12:38:07 +00:00
Julian Smart
40f04bce6e Added HTML Help file list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 12:12:33 +00:00
Julian Smart
bf5b9adcfd Small mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 12:11:52 +00:00
Julian Smart
98420eb8ab Further fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 11:32:52 +00:00
Julian Smart
64dffa993f Small changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 11:26:52 +00:00
Julian Smart
f0d59a5183 Doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 11:23:59 +00:00
Robert Roebling
48f1ed8cf1 CentreOnParent() didn't work at all for top level windows
on top level windows.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 10:26:16 +00:00
George Tasker
df9b4349d5 Added a #define for wxODBC_BACKWARD_COMPATABILITY
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 01:48:17 +00:00
Guillermo Rodriguez Garcia
d096e52c4e Fixed WXDIR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 00:52:08 +00:00
Guillermo Rodriguez Garcia
fb71e6560f Added a few samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 00:51:34 +00:00
Guillermo Rodriguez Garcia
073638823a Removed the unused wxOsVersion var
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-11 00:36:48 +00:00
Guillermo Rodriguez Garcia
91b240626c Sorry, forgot to add a comment to the previous changelog! Under
MSW, WXHINSTANCE is now defined as void WXFAR * instead of unsigned long.

[this commit itself adds nothing]


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-10 21:57:05 +00:00
Guillermo Rodriguez Garcia
2d853594de The CASTWNDPROC logic was not necessary since this file always includes
<windows.h>. Replaced with a typedef to WNDPROC or FARPROC (depending on
whether STRICT mode is being used). Change proposed by Christoph Schulz


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-10 21:54:24 +00:00
Guillermo Rodriguez Garcia
25935ea919 The WXDLLEXPORT macros now used __declspec (double leading underscore) for
all MSW compilers. Change proposed by Christoph Schulz.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-10 21:50:27 +00:00
Vadim Zeitlin
a8ef3d8656 small correction for wxUSE_GUI definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-10 21:13:17 +00:00
Ove Kaaven
6565df6e22 Seems I forgot to commit a wxRename fix in here (again)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-10 19:41:29 +00:00
Stefan Neis
29dc4ad27d Fixed several keyboard handling problems:
- KeyUp event handlers added to label windows
      - pass a "TRUE"for ShiftDown upon selection events triggered by
        release of Shift Key (so one can see from the generated event,
        that we are _adding_ to the current selection).
      - Shrinking the selection by keyboard should now be possible, even
        if the selection starts at the border of the grid.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-10 14:09:22 +00:00
George Tasker
5ceaa05a92 Sample was missing the call to SQLFreeEnv() required to release the ODBC environment handle memory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-10 12:45:26 +00:00
George Tasker
164d4e5f7d Fixed a "char *" usage to use "const char *" as it should have
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-10 12:24:46 +00:00
Ron Lee
0cf8500f7f quick fix for locale/Makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-09 19:26:16 +00:00
Robin Dunn
ea9547993b More updates and generated code for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-09 07:07:55 +00:00
Robin Dunn
569077d4d6 updates to track changes in CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-09 03:07:09 +00:00
Vadim Zeitlin
cacdec1b9c wxWindowCreate/DestroyEvent now derive from wxCommandEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 21:55:02 +00:00
Vadim Zeitlin
82f640ebc2 added a modal dialog test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 21:50:29 +00:00
Stefan Neis
6dcd4ea9fb Added include to os2/private.h to make EMX compile again.
Removed second conditional include to wx/defs.h after an unconditional include.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 21:19:01 +00:00
Vadim Zeitlin
a9a3ea615f wxDialUpManager docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 20:44:46 +00:00
Ove Kaaven
6313775835 wxRemove and wxRename takes const wxChar*, do NOT use fn_str()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 15:50:45 +00:00
Ove Kaaven
da4912c332 Fallback implementation of wxRemove and wxRename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 15:48:23 +00:00
Ove Kaaven
36777af9e0 Fallback prototypes for wxRemove and wxRename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 15:47:47 +00:00
Stefan Neis
f9823427eb Corrected handling of row/column attributes/selections if all columns/rows
are removed.
Emit EVT_GRID_CELL_LEFT_CLICK before doing any processing of the left click
        mouse event (instead of emitting it somewhere in the middle).
Moved calls to UpdateAttrRows/Cols to wxGrid's Insert/DeleteRow/Column
        (thereby eliminating the need for two now removed functions).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 15:30:20 +00:00
Robert Roebling
7fa76dcfec New wxFlexGridSizer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 12:00:17 +00:00
Guillermo Rodriguez Garcia
ffe8056c56 Added WXFAR to the char* param in the WinMain declaration for clarity
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 11:59:56 +00:00
Guillermo Rodriguez Garcia
7b68a8190e Patch from Christoph Schulz - the CPPFLAGS definition was overriding
that of makeb32.env


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 11:58:21 +00:00
Guillermo Rodriguez Garcia
9899bb5bef A couple of changes related to the way that URLs are parsed to form
a valid URI in the wxURL::ConvertToValidURI function. Modified to comply
with RFC2396 as much as possible, see comments in the code.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 11:19:50 +00:00
Robin Dunn
d1a4ef79ad Changed wxGridCellChoiceEditor's constructor to take an array of
wxStrings instead of wxChar*'s.  This saved a lot of work for
wxPython.

Fixed my GetBestSize fix from yesterday

Changed wxGrid::Redimension to do a refresh (if not GetBatchCount) so
newly appended rows, etc. would show up right away.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 08:18:39 +00:00
Robin Dunn
a410206586 Changed wxGridCellChoiceEditor's constructor to take an array of
wxStrings instead of wxChar*'s.  This saved a lot of work for
wxPython.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 08:16:08 +00:00
Robin Dunn
87b389965c More grid demos and some bugs fixed
Made (virtual method) callbacks into Python code more safe, and
removed the confusion if there was a matching method in the base
class.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-08 08:11:20 +00:00
Ove Kaaven
487d976143 Seems to have forgotten to commit this small
isspace => wxIsspace change earlier...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-07 23:58:43 +00:00
Vadim Zeitlin
73cdc44ee3 fix assert failure in LVN_KEYDOWN handler sometimes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-07 22:01:01 +00:00
Robin Dunn
9d0c056be4 added autoscroll flag for the text editor
enabled SPACE to activate the editor


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 22:25:49 +00:00
David Webster
81acc00826 More OS/2, Control Program from ansi 'C' io fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 21:49:35 +00:00
Robin Dunn
94ff3feeee Fixed wxGridCellStringRenderer::DoGetBestSize to take multiple lines
into account and wxGrid::AutoSizeColOrRow to give a few pixels of
padding for rows like it does for columns.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 21:15:45 +00:00
Robert Roebling
6067cee7fa Added wxGridSizer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 19:31:51 +00:00
Vadim Zeitlin
8bbce21e90 a not-always-correct assert fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 14:25:00 +00:00
Vadim Zeitlin
e7e0babfe6 explained how to use wxString ctor with binary data
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 14:24:19 +00:00
Vadim Zeitlin
7ea5a250fb SCO UnixWare added to the list of platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 14:03:59 +00:00
Vadim Zeitlin
19cec877f7 1. added some tests for setting the fonts
2. don't try touse iso8859-2 encoding by default (error msg is annoying)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 13:59:14 +00:00
Vadim Zeitlin
3afa16bc19 wxMkdir/Rmdir clash fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 13:41:10 +00:00
Vadim Zeitlin
92f4ec38a5 another warning fixed/hidden
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 13:40:16 +00:00
Vadim Zeitlin
476e5f73c1 some long to int warnings from HP-UX log fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 13:08:23 +00:00
Vadim Zeitlin
f30f5bd933 wxMkdir/Rmdir clash fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 12:59:20 +00:00
Vadim Zeitlin
7295717d1d some harmless warnings fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 12:55:00 +00:00
Vadim Zeitlin
f5cc1e2daf compilation fix for !PCH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-06 12:52:35 +00:00
Robin Dunn
31638be931 Some minor build issues for wxGTK
Some sources (from .i files) for wxGTK


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-05 19:21:39 +00:00
Robin Dunn
787b465cf0 Lots of little changes.
Added wrappers for the new wxGrid, and beginings of the demo of it.
Changed version number


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-05 18:29:28 +00:00
Vadim Zeitlin
8474223c94 Unicode related compilation and run-time fixes (wxUSE_MULTIBYTE removed)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-05 00:13:47 +00:00
Václav Slavík
a7db881a8b synchronized strings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-04 21:10:55 +00:00
Guillermo Rodriguez Garcia
dda9ed859c Changed xpmi.h to XpmI.h (the correct file name) in an #include directive
to avoid problems when cross-compiling from Linux to Windows/mingw


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-04 16:45:49 +00:00
Vadim Zeitlin
bb942f0b29 1. wxDateTime almost finished
2. wxCalendarCtrl documented


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-04 01:28:46 +00:00
George Tasker
21536be6cc Now uses wxDB_XXXX naming for constants
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 22:35:03 +00:00
George Tasker
91eebab42f Provided wxDB_XXXX naming for constants
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 22:34:18 +00:00
Vadim Zeitlin
d22a51d11e Watcom 11 added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 22:18:39 +00:00
David Webster
cc33eb194d env file for VA 3.0 to use new wx22.def module definition file for .dll builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 13:55:17 +00:00
David Webster
d229db78be Resource file specifically for VisualAge V4.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 13:25:07 +00:00
George Tasker
6a7d62f318 Adjusted demo to reflect class name changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 12:39:34 +00:00
George Tasker
3703308721 Adjusted sample to reflect class name changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 12:32:28 +00:00
George Tasker
b5c119361b Class renaming so that all ODBC related classes begin with wxDbXxxxx. Backward compatability is maintained using typedefs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 12:11:52 +00:00
George Tasker
d756f29d61 Class renaming so that as ODBC related functions begin with wxDbXxxxx. Backward compatability is maintained using typedefs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 12:11:01 +00:00
Václav Slavík
b8aa8301fc fixed bug with details list not being shown under fvwm2 and windowmaker
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 08:16:27 +00:00
David Webster
3646a28b11 Adding new module definition file for VisualAge V3.0 for OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 04:47:12 +00:00
David Webster
74d178603e Removing old OS/2 module definition file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 04:45:53 +00:00
David Webster
eaa8de7cdb VA4.0 update for building a .dll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 04:45:00 +00:00
David Webster
27452ac50e Multiple fixes for OS/2 including getting rid of the C++ unfriendly direct.h and substituting control program io. Various GUI fixes, too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 04:23:48 +00:00
David Webster
7d12fcd019 Getting rid of std 'C' io for OS/2 and substituting friendlier Control Program io.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 04:22:06 +00:00
Vadim Zeitlin
54d02b59ad compilation fixes for non unicode mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 01:07:56 +00:00
Vadim Zeitlin
4e0291da3c non Unicode VC++ fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 00:40:52 +00:00
Vadim Zeitlin
66c750fe1f 1. wxWizard docs added
2. wxDllLoader docs added (not wxLibrary though - have no idea about this one)
3. some minor fixes to wxCmdLineParser and wx[F]File docs


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-03 00:39:07 +00:00
Robin Dunn
316917bffc Added "wxPaintDC dc(this);" to wxGrid::OnPaint prevent too many
paintevents that don't actually do anything.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-02 21:58:46 +00:00
Robin Dunn
9a0fa1f97d changing \ to /
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-02 21:30:59 +00:00
Ove Kaaven
edd170072c Made wxMBConv::c??2?? methods handle conversion failures
(by returning a NULL buffer... this causes an assertion failure in
buffer.h in debug mode, perhaps that assert should be removed?
Well, it's better than completely unpredictable behaviour anyway)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-02 21:05:43 +00:00
Ove Kaaven
9a4920b88f Made wx[F]File::Write(wxString) convert string to multibyte encoding
(added optional conversion parameter). If someone actually wants to write
text files in real Unicode format, I feel that a wxMBConvUTF16 or
something should be written (which would be more portable than writing
wchar_t buffers directly, considering byte order and widths and such).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-02 20:45:18 +00:00
Guillermo Rodriguez Garcia
8a2a71db83 mingw makefiles don't like backslashes!!!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-02 15:51:45 +00:00
Stefan Neis
8f2a695c7e Added wxStat define for non-MSVC environments.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-02 12:11:20 +00:00
Robin Dunn
4d350ff2ca Exported a few more things for DLL builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-02 03:27:55 +00:00
Ove Kaaven
73830147df A few documentation updates, cross-references, properties of UTF-8,
wx??2??buf macros.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-02 00:27:04 +00:00
Vadim Zeitlin
9728ba5c8a compilation in Unicode mode works with VC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-01 23:19:12 +00:00
Guillermo Rodriguez Garcia
a250a49231 Mingw makefiles shouldn't use backslashes!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-01 23:01:07 +00:00
Vadim Zeitlin
f696bf6ad8 more wchar_t tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-01 22:54:43 +00:00
Vadim Zeitlin
01065b945b add compile-time setting to use XPMs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-01 21:35:06 +00:00
Vadim Zeitlin
37b592312a 1. fixed deletion of buttons in toolbar with old comctl32.dll
2. XPMs can be used in toolbar buttons


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-01 21:21:22 +00:00
Stefan Neis
89d645f834 Fixed minor bug in minimizing/maximizing windows.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-01 20:02:20 +00:00
Vadim Zeitlin
67c9a0797c works for other branches than the main one too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-01 16:34:43 +00:00
Vadim Zeitlin
101c20d554 attempting to fix sa_handler signature for IRIX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-01 16:34:20 +00:00
Robert Roebling
94f171bf97 wxDirDialog now opens the right dir folder
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-01 11:38:04 +00:00
Robin Dunn
31dd5b6281 another rename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 19:46:00 +00:00
Guillermo Rodriguez Garcia
f81f04c12c Replaced XPM correct file names (not all lowercase)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 18:47:39 +00:00
Vadim Zeitlin
39d4044805 newer versions from GTK+ 1.3.x
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 18:23:08 +00:00
Vadim Zeitlin
3877d3b5bc regenerated makefiles from templates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 18:21:40 +00:00
Vadim Zeitlin
b3000445d8 corrected syntax error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 18:16:48 +00:00
Vadim Zeitlin
39cd08a993 make font conversions work in wxBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 18:12:32 +00:00
Robin Dunn
41f8d6eecb renaming files (changing case) at Guillermo's request
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 18:02:43 +00:00
Robin Dunn
722c71a8cf Reapplying Eric's changes on the 2.2 branch. They are:
1.  I have grabbed a new copy of the original Scintilla code from its
CVS repository on SourceForge.  I believe this code corresponds to
Scintilla 1.24.

2.  That code included several new files (stc/scintilla/src/Lex*.cxx)

3.  I added mentions of those files to Makefile.in and the .dsp file.

4.  I added a new required method to PlatWX.cpp, but it doesn't do
anything, and I don't think it needs to.

5.  I added code to stc.cpp which gratuitously references all of the
lexers, to prevent them from being optimized away by the linker.

6.  I modified (stc/scintilla/src/Lex*.cxx) to make the LexerModule
objects externally visible.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 17:47:52 +00:00
Stefan Neis
1904bfd1e9 Repaired semantics of EVT_GRID_SELECT_CELL.
Added OnKeyUp handler for selection with Shift+arrow keys.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 17:04:54 +00:00
Guillermo Rodriguez Garcia
848bb8e625 For DLL builds, the declaration of WinMain now takes fake
arguments (WXHINSTANCE, WXHINSTANCE, char*, int) in order
to avoid the need of #including <windows.h> from app.h.
Also, WinMain is now declared as extern "C".


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 16:16:05 +00:00
Vadim Zeitlin
864714b947 added -L/usr/lib for HP-UX shared lib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 14:30:58 +00:00
Vadim Zeitlin
dbb6642ba2 changed order of libraries: -lz, -lm should now be at the end
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 14:23:57 +00:00
Vadim Zeitlin
7f30725c85 1. fixed wxBitmapButtons in wxStatBar95 bug
2. fixed handling of accels in wxDocMDIParentFrame
3. fixed wxComboBox tooltips


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 00:21:24 +00:00
Vadim Zeitlin
40dd4a59a2 1. statbar shows that wxBitmapButtons do work with it
2. some accels added to [doc]mdi samples


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-31 00:20:42 +00:00
Vadim Zeitlin
1c45dfd0e9 show that comboboxes do get char events now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 22:33:18 +00:00
Vadim Zeitlin
54d68b7174 only use __forceinline for VC++ 6.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 22:30:42 +00:00
Vadim Zeitlin
597acb605c 1. fixed apparent bug in wxGrid code
2. fixed WM_CHAR handling in combobox
3. fixed controls positioning in the toolbar with older comctl32.dll/mingw32


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 22:26:34 +00:00
David Webster
3139a47403 Fix for the runaway WM_PAINT message in wxFrame.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 22:17:43 +00:00
Vadim Zeitlin
6577ef5ffc test for dlerror() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 18:53:30 +00:00
Vadim Zeitlin
68a1337089 wxDllLoader test fixed for Linux
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 18:52:18 +00:00
Vadim Zeitlin
2dff8d830d unused var warning fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 18:45:57 +00:00
Vadim Zeitlin
7188bfcf6e tests for key/char events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 18:21:18 +00:00
Vadim Zeitlin
abb5e0c057 fill the wxListEvent fields when sending LIST_KEY_DOWN event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 18:20:11 +00:00
Vadim Zeitlin
266f6c261f select the initially specified path in the tree
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 18:14:24 +00:00
Vadim Zeitlin
bbeed8c707 refresh menu item should work now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 17:05:57 +00:00
Stefan Neis
428f582c20 Selecting by Shift+arrow key wouldn't notice, if it was moving beyond the
grid bounds; now it does.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 15:44:59 +00:00
Stefan Neis
053ad70036 Modified version of DrawGridSpace.
Added minor improvement suggested by GRG.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 15:24:48 +00:00
Stefan Neis
f9b5150a08 Added a deselection event for ClearSelection()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 15:17:04 +00:00
Vadim Zeitlin
24754f6ac2 1. some more notes about Unicode compilation
2. wxUSE_WCHAR_T is not always (re)defined as 1 in wxchar.h (grrr..)
3. added wxDllLoader test to console sample
4. wxComboBox now gets WM_CHAR


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 00:16:18 +00:00
Vadim Zeitlin
ee5bb015fe more tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-30 00:15:31 +00:00
Vadim Zeitlin
45680bc875 some consistncy tests added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-29 21:48:06 +00:00
Václav Slavík
4c751ba476 added wxHF_FLATTOOLBAR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-29 19:11:12 +00:00
Ron Lee
5150fda961 recommitting after I lost a race with Vadim :-)
relevant changes were:
  contrib libs now build with an soname when you --enable-burnt_name
  added -Wall (CXXWARNINGS) to CFLAGS for gcc


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-29 17:48:12 +00:00
Vadim Zeitlin
16d8c174e7 1. attempts to fix vsnprintf() check
2. use AC_TRY_COMPILE(), not RUN() for vscanf() check
3. don't test for joystick support in !wxUSE_GUI


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-29 16:33:26 +00:00
Vadim Zeitlin
7a063aed7c another small test added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-29 15:34:57 +00:00
Ron Lee
724b684729 contrib libs now build with an soname when you --enable-burnt_name
added -Wall to CFLAGS
added Makefile.in's for ogl samples
more spring cleaning of contrib makefiles
contrib libs now go in $(top_builddir)/lib
removed duplicate $(APPEXTRADEFS) from compile flags
fixed makelib.env install target to install headers too
More changes to Debian packaging:
  using system libs now
  added runtime and -dev packages for contrib libs
  split headers to a separate package to make Base independant of gui libs


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-29 15:32:47 +00:00
Vadim Zeitlin
d0a52e0bbd corrected documentation of spin events, added wxSpinEvent class docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-29 14:46:00 +00:00
Vadim Zeitlin
43e3c488db regenerated with tmake
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-29 14:19:01 +00:00
Václav Slavík
a8657df481 fixed bug in Makefile: did not copy doc directory -> sample didn't work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-29 10:41:53 +00:00
Ron Lee
43c558d6c6 wrapped code in #if wxUSE_JOYSTICK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-29 06:27:52 +00:00
Václav Slavík
3b1dca0421 fixed bug in handling tags that use CR or LF as properties deliminer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 21:20:36 +00:00
Guillermo Rodriguez Garcia
3658812d91 There was no event handler defined for the 'Exit' menu option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 20:51:34 +00:00
Vadim Zeitlin
970f410fba results for IRIX and HP-UX added/updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 18:57:50 +00:00
Vadim Zeitlin
441284d297 compilation error for HP-UX fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 18:30:13 +00:00
Vadim Zeitlin
50ef70097b compilation error with non-gcc fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 18:16:09 +00:00
Julian Smart
b30ba481be Added an assert to dialog.cpp to make it clearer where the failure happened.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 09:29:14 +00:00
Guillermo Rodriguez Garcia
b60473e401 Replaced one call to isalpha with wxIsalnum in wxURL::ConvertToValidURI because:
a) numeric characters are also valid in an URI
b) wxIsXXX should be used for wxChar instead of ANSI-C isXXX, so that the
   code will also work in Unicode builds


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 08:59:12 +00:00
Julian Smart
d6f6f90a65 Fixed buggy printer-setting-remembering bug fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 08:52:19 +00:00
Robin Dunn
bf37745c30 minor updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 06:13:29 +00:00
David Webster
6b44ceb65f Merge between dev and stable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 05:13:00 +00:00
David Webster
8527a3f264 Merge between dev and stable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 05:10:48 +00:00
Robin Dunn
809527ae06 Don't hard-code the CRT library name, let the /M* flag set the default.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 00:55:44 +00:00
Ove Kaaven
595f4bc27a IMHO, putting #if defined(__VISAGECPP__) (is it Visual Age?) around the
two known trouble lines in here was a stupid idea (the work of someone
who didn't pay attention to wx-dev discussions?)...
now that wxEncodingConverter is fixed, I took them away...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 00:39:51 +00:00
Ove Kaaven
8a2d60784d OK, fixing wxEncodingConverter was a little bit harder than I expected
because of some dodgy overloading implementation in here, but this ought
to do it, I think... (or is it hope?)

I wonder if my tree still keeps on having unicode enabled even when I
reconfigure with --disable-unicode, and that's why I didn't detect the
wxEncodingConverter problem myself? Wonder if that is still the case?


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-28 00:34:38 +00:00
Guillermo Rodriguez Garcia
387cdaf2f4 Use 'localhost' directly instead of wxGetHostName, which sometimes does not
do the right thing. This change doesn't affect DDE classes, which ignore this
argument anyway.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-27 19:40:37 +00:00
David Webster
fc478ddb79 GSOCKET fix from dev branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-27 18:35:03 +00:00
David Webster
5ab57de77d Compile bug for unsuitable method in MB2WC and WX2MB procs. VA only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-27 18:34:35 +00:00
Vadim Zeitlin
b328857cfb wxCmdLineParser docs added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-27 18:01:16 +00:00
Julian Smart
b56958a1b8 Added symbol to work around comctl32.dll problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-27 17:11:42 +00:00
Vadim Zeitlin
3ca1eceb08 don't trasnform output dir name to lower case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-27 15:33:10 +00:00
Vadim Zeitlin
bcfc655bca a usage msg cosemtic fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-27 15:29:32 +00:00
George Tasker
3a46d09870 Start of the Latex documentation of the wxDB/wxTable classes, converting them from MSWord
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-27 15:29:04 +00:00
Stefan Neis
233da17eb2 SelectCell forgot to pass ControlDown & Co to SelectBlock in row/column
selection mode.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-27 12:13:13 +00:00
Ron Lee
bc23effaaa added joystick.cpp to filelist for gtk.
added datafile to joystick sample makefile.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-26 17:38:51 +00:00
Ron Lee
de69e5b8fb added missing bits for static _gl lib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-26 17:24:58 +00:00
Stefan Neis
fdbd6b7d7c Moved APPEXTRALIBS to beginning of LDLIBS, since they might depend on wx library.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-26 15:35:31 +00:00
Stefan Neis
6989e08f3a Changed wxGrid::OnPaint to call Refresh on subwindows.
Added Refresh to wxGrid::EndBatch().
Use batch mode in sample.
Changed CalcDimension to better handle cases with zero columns or rows.
No more automatic insertion of column when adding rows to a grid without
        columns.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-26 12:36:59 +00:00
Robin Dunn
48ed8556ac First pass on STC wrappers
Lots of little fixes, tweaks, additions, etc.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-26 02:39:21 +00:00
Ove Kaaven
ad7e243fbd Try to avoid sending a string through mbstowcs() when already Unicode
(added #if wxUSE_UNICODE etc).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 23:12:57 +00:00
Ove Kaaven
ad5730d735 Unicode fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 23:10:16 +00:00
Ove Kaaven
849963ea9e Compiles better under Unicode now (but works is another issue)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 23:09:02 +00:00
Ove Kaaven
049bf7d36f wxLogError()'s second argument is wxChar*,
so it likes c_str() better than mb_str()


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 23:07:40 +00:00
Ove Kaaven
ab64366836 A couple of Unicode fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 23:06:31 +00:00
Ove Kaaven
12c1498d81 I suppose text validators may take Unicode input as well.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 23:05:30 +00:00
Ove Kaaven
659755d7c2 wxResourceBuffer changed back to char*.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 23:03:52 +00:00
Ove Kaaven
0166fed863 A few Unicode fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 23:03:26 +00:00
Ove Kaaven
caf45e24c0 Trashed old wxCSConv loader code. Replaced with code that uses
wxTheFontMapper->CharsetToEncoding and wxEncodingConverter for now
(trying to do something more major would probably be too big for
WX_2_2_BRANCH, this can be reimplemented in a better way later).
Untested but compiles fine and ought to work.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 23:01:29 +00:00
Ove Kaaven
8fac236758 Improved conversion constructor arrangement to always allow a second
wxMBConv-type argument (changes the signature of the non-Unicode
create-from-wchar_t constructor).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 22:56:20 +00:00
Ove Kaaven
c6f724133d Corrected a cut&paste-syndrome-typo (it said MB instead of WX).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 18:21:14 +00:00
Julian Smart
a056ae5da9 Removed inline that caused strange a link error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 18:10:06 +00:00
Ove Kaaven
9f6905e5e9 Some operator!= against wx[W]CharBuffer that was necessary to compile
wxWindows with Borland C++ 5.02


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 17:17:12 +00:00
Julian Smart
ae65b148b8 Fixed c_string typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 14:46:40 +00:00
Ove Kaaven
ec48224709 Topic overview for wxMBConv classes (more or less).
Describes how it is *supposed* to work, not how it actually works, but
I'll begin implementing the missing pieces as soon as I get my tree to
compile in Unicode mode again...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 14:41:21 +00:00
Stefan Neis
857a175053 Added support for grids with m_numRows=0. SelectRow(i,TRUE) now sets
ControlDown to TRUE in the generated event.
Fixed stupid bug in row/column deletion in griddemo.cpp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 14:02:54 +00:00
Robert Roebling
afc91dbf75 wxListCtrl doesn't select the first item in
single selection mode anymore (as per MSW).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 13:36:03 +00:00
Ove Kaaven
ff9282a83f Some documentatin for wxConv classes. But still need to write an overview...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-25 11:49:20 +00:00
Václav Slavík
7dc5c3c803 update Czech translations - now in sync with 2.1.14 (and hopefully 2.2)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 22:35:57 +00:00
Julian Smart
7f4bca30df Unmods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 19:26:56 +00:00
Robert Roebling
dc25e1d304 Trying fight aganist CVS clashes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 17:45:40 +00:00
Vadim Zeitlin
356cbde599 added wxTreeCtrl::ExpandAll() which is now called by char handler when '*' is
pressed to expand all subitems (MSW compatible)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 16:03:29 +00:00
Vadim Zeitlin
39d496f99f include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 16:02:42 +00:00
Vadim Zeitlin
8fb34454e4 fixed #pragma interface hell
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 15:52:09 +00:00
Julian Smart
2e377124b4 Added modal dialog OnIdle processing; added asserts to helpfrm.cpp to confirm
XPM loading problem; fixes some compilos.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 15:48:10 +00:00
Vadim Zeitlin
eb118c55fd fix for casting from GtkScrolledWindow to GtkWindow: don't call
gtk_window_set_geometry_hints for MDI children


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 14:04:46 +00:00
Vadim Zeitlin
5f5083ca69 compilation fixes for Unix after Unicode fixes for Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 13:59:22 +00:00
Vadim Zeitlin
93f4eec3c9 added wxThread() ctor parameter description
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 13:57:42 +00:00
Julian Smart
62a2a686a5 Compile problem fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 13:21:25 +00:00
Julian Smart
846b6d921a Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 12:12:21 +00:00
Julian Smart
d15a450d54 Some Unicode changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 11:31:14 +00:00
Vadim Zeitlin
9be2e3416d compilation/linking fixes for DLL build in release mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-24 01:56:00 +00:00
Julian Smart
f7b5f357d4 Some more script bits
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-23 21:19:49 +00:00
Julian Smart
6ed30bba72 Made it possible to switch off more settings; fixed wxScrollWindow::Scroll bug
(if x == oldx, skipped processing of y direction)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-23 21:16:24 +00:00
Guillermo Rodriguez Garcia
9c1df6be77 Updated mingw/cygwin information
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-22 20:23:49 +00:00
Julian Smart
8dcaa21a6d Fixed BC++ makefile for FINAL=1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-22 19:10:39 +00:00
Robert Roebling
4fc4819958 Bumped up to 2.1.15.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-22 18:31:28 +00:00
Robert Roebling
5983e80bae Corrected wxGTK.spec as per 2.1.14 (hadn't commited),
Removed include "gtk.h" from the public pen.h header and
     added check for this to configure etc.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-22 18:04:07 +00:00
Vadim Zeitlin
5795cc366f added a note about comctl32.dll bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-22 12:57:52 +00:00
Vadim Zeitlin
fe2ebc8542 Cygwin tested
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-22 12:56:53 +00:00
Vadim Zeitlin
8b0cbaa206 french translation done!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-22 12:56:23 +00:00
Vadim Zeitlin
d68bc1ffa6 small fix for msg catalog search path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-22 12:55:39 +00:00
Vadim Zeitlin
f6eb66c345 the French translations for wxWin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-22 12:33:28 +00:00
Vadim Zeitlin
988ba3ce13 check for vsnprintf() with C++ compiler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-22 12:02:06 +00:00
Guillermo Rodriguez Garcia
fb5e087649 Various small fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-21 21:02:43 +00:00
Guillermo Rodriguez Garcia
ad269e4c7c Fixed a memory leak in wxTCPServer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-21 20:34:06 +00:00
Julian Smart
c26fc0be88 Started (but got bored with) Unicode corrections; wxTreeCtrl correction; misc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-21 20:33:34 +00:00
George Tasker
9a0466f130 Fixed typos in the docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-21 19:18:16 +00:00
Vadim Zeitlin
dcb8d5e619 test for shl_load() with -ldld (needed under HP-UX)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-21 17:45:22 +00:00
Bryan Petty
f7bdc70eca This commit was manufactured by cvs2svn to create branch
'WX_2_2_BRANCH'.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-21 17:45:22 +00:00
8583 changed files with 407896 additions and 3159948 deletions

View File

@@ -1,38 +0,0 @@
# This is the control file for Travis continuous integration system.
#
# It is used automatically for the repositories on Github if it's found in the
# root directory of the project.
language: cpp
compiler: gcc
branches:
only:
- master
notifications:
email:
recipients:
- vadim@wxwidgets.org
on_success: change
on_failure: change
before_install:
- sudo apt-get install -y libcppunit-dev
env:
- wxCONFIGURE_FLAGS=
- wxCONFIGURE_FLAGS="--disable-shared"
- wxCONFIGURE_FLAGS="--disable-precomp-headers --enable-monolithic"
- wxCONFIGURE_FLAGS="--enable-stl" CXXFLAGS=-std=c++0x
script:
- ./configure --disable-optimise $wxCONFIGURE_FLAGS
- make
- make -C tests
- pushd tests
- ./test -t
- popd
- make samples
- sudo make install
- make -C samples/minimal -f makefile.unx

View File

@@ -1,244 +0,0 @@
------------------------------------------------------------------------
How to build the sources from SVN
------------------------------------------------------------------------
Please use the install.txt files in docs/gtk, docs/msw, docs/motif, docs/mac
etc. alongside these instructions.
I) Windows using plain makefiles
----------------------------------------
a) If using Microsoft Visual C++ 5.0 or 6.0
Ensure that the command-line compiler and tools (including
nmake) are installed and ready to run. Depending on your
installation there may be a batch file (commonly named VCVARS32.BAT)
that needs to be run to set correct environment variables and PATH entries.
Continue with item c) below.
b) If using the MinGW or Cygwin compilers
You can get MinGW from http://www.mingw.org/
Cygwin is available at http://www.cygwin.com/
If you are using Cygwin or MinGW together with the MSYS environment, you
can build the library using configure (see "Unix ports" and
"Windows using configure" below). You can also
build wxWidgets without configure using native makefile, but only with
MinGW. Using Cygwin together with Windows makefile is no longer supported.
If building with MinGW without configure:
-> Set your path so that it includes the directory
where your compiler and tools reside
-> Make sure you have GNU Make installed. It must be Windows native version.
Download it from http://www.mingw.org, the executable will be called
mingw32-make.exe.
-> Modern version of MinGW is required; preferably MinGW 2.0 (with gcc3),
but MinGW with gcc-2.95.3 will suffice. If you are using 2.95, you will
have to change variable GCC_VERSION in config.gcc (see msw/install.txt
for details).
If using configure, Unix instructions apply.
c) Build instructions
Assuming that you installed the wxWidgets sources into c:\wxWidgets:
-> Copy c:\wxWidgets\include\wx\msw\setup0.h
to c:\wxWidgets\include\wx\msw\setup.h
-> Edit c:\wxWidgets\include\wx\msw\setup.h to choose
the features you would like to compile wxWidgets with[out].
and std iostreams are disabled with
#define wxUSE_STD_IOSTREAM 0
-> type: cd c:\wxWidgets\build\msw
-> type: make -f makefile.gcc (if using GNU tools)
or type: nmake -f makefile.vc (if using MS VC++)
etc.
See also docs/msw/install.txt for additional compilation options.
d) Borland (including free command line tools)
Download tools from http://www.borland.com/downloads/
See docs/msw/install.txt for details; in brief:
-> type cd c:\wxWidgets\build\msw
-> type make -f makefile.bcc
You can customize many things in the build process, detailed description is
in docs/msw/install.txt.
II) Unix ports
--------------
Building wxGTK or wxMotif completely without configure
won't ever work, but there is now a new makefile system
that works without libtool and automake, using only
configure to create what is needed.
In order to create configure, you need to have the
GNU autoconf package (version > 2.54) installed
on your system and type run "autoconf" in the base
directory (or run the autogen.sh script in the same
directory, which just calls autoconf). Note that you usually don't
need to do this because configure is included in SVN.
Set WXWIN environment variable to the base directory such
as ~/wxWidgets (this is actually not really needed).
-> type: export WXWIN=~/wxWidgets
-> type: md mybuild
-> type: cd mybuild
-> type: ../configure --with-motif
or type: ../configure --with-gtk
-> type: make
-> type: su <type root password>
-> type: make install
-> type: ldconfig
-> type: exit
Call configure with --disable-shared to create a static
library. Calling "make uninstall" will remove the installed
library and "make dist" will create a distribution (not
yet complete).
III) Windows using configure
----------------------------------------
wxWidgets can be built on Windows using MSYS (see
http://www.mingw.org/), which is a POSIX build environment
for Windows. With MSYS you can just ./configure && make (see also VII,
Unix->Windows cross-compiling using configure).
Of course, you can also build the library using plain makefiles (see
section I).
V) MacOS X using configure and the Developer Tools
----------------------------------------
You need to have the Developer Tools installed. If this is not the case,
you will need to register at the Apple Developer web site (this is a free
registration) in order to download the Developer Tools installer.
In order to create configure, you need to have the
GNU autoconf package (version >= 2.54) installed
on your system and type run "autoconf" in the base
directory (or run the autogen.sh script in the same
directory, which just calls autoconf).
-> type: mkdir macbuild
-> type: cd macbuild
-> type: ../configure --with-mac
or type: ../configure
-> type: make
VI) OS/2
----------------------------------------
No notes.
VII) Unix->Windows cross-compiling using configure
--------------------------------------------------
First you'll need a cross-compiler; linux glibc binaries of MinGW and
Cygwin (both based on egcs) can be found at
ftp://ftp.objsw.com/pub/crossgcc/linux-x-win32. Alternative binaries,
based on the latest MinGW release can be found at
http://members.telering.at/jessich/mingw/mingwcross/mingw_cross.html
Otherwise you can compile one yourself.
[ A Note about Cygwin and MinGW: the main difference is that Cygwin
binaries are always linked against cygwin.dll. This dll encapsulates most
standard Unix C extensions, which is very handy if you're porting unix
software to windows. However, wxMSW doesn't need this, so MinGW is
preferable if you write portable C(++). ]
You might want to build both Unix and Windows binaries in the same source
tree; to do this make subdirs for each e.g. unix and win32. If you've
already build wxWidgets in the main dir, do a 'make distclean' there,
otherwise configure will get confused. (In any case, read the section 'Unix
using configure' and make sure you're able to build a native wxWidgets
library; cross-compiling errors can be pretty obscure and you'll want to be
sure that your configure setup is basically sound.)
To cross compile the windows library, do
-> cd win32
(or whatever you called it)
Now run configure. There are two ways to do this
-> ../configure --host=i586-mingw32 --build=i586-linux --with-mingw
where --build= should read whatever platform you're building on. Configure
will notice that build and host platforms differ, and automatically prepend
i586-mingw32- to gcc, ar, ld, etc (make sure they're in the PATH!).
The other way to run configure is by specifying the names of the binaries
yourself:
-> CC=i586-mingw32-gcc CXX=i586-mingw32-g++ RANLIB=i586-mingw32-ranlib \
DLLTOOL=i586-mingw32-dlltool LD=i586-mingw32-ld NM=i586-mingw32-nm \
../configure --host=i586-mingw32 --with-mingw
(all assuming you're using MinGW)
By default this will compile a DLL, if you want a static library,
specify --disable-shared.
Type
-> make
and wait, wait, wait. Don't leave the room, because the minute you do there
will be a compile error :-)
NB: if you are using a very old compiler you risk to get quite a few warnings
about "ANSI C++ forbids implicit conversion from 'void *'" in all places
where va_arg macro is used. This is due to a bug in (some versions of)
MinGW headers which may be corrected by upgrading your compier,
otherwise you might edit the file
${install_prefix}/lib/gcc-lib/i586-mingw32/egcs-2.91.57/include/stdarg.h
(instead of egcs-2.91.57 you may have something different), searching for
the lines
/* Define __gnuc_va_list. */
#ifndef __GNUC_VA_LIST
#define __GNUC_VA_LIST
#if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) || defined(__NetBSD__)
typedef char *__gnuc_va_list;
#else
typedef void *__gnuc_va_list;
#endif
#endif
and adding "|| defined(_WIN32)" to the list of platforms on which
__gnuc_va_list is char *.
If this is successful, you end up with a wx23_2.dll/libwx23_2.a in win32/lib
(or just libwx_msw.a if you opted for a static build).
Now try building the minimal sample:
-> cd samples/minimal
-> make
and run it with wine, for example (or copy to a Windows box)
-> wine minimal.exe
If all is well, do an install; from win32
-> make install
Native and cross-compiled installations can co-exist peacefully
(as long as their widget sets differ), except for wx-config. You might
want to rename the cross-compiled one to i586-mingw32-wx-config, or something.
Cross-compiling TODO:
---------------------
- resource compiling must be done manually for now (should/can we link the
default wx resources into libwx_msw.a?) [ No we can't; the linker won't
link it in... you have to supply an object file ]
- static executables are HUGE -- there must be room for improvement.

41491
Makefile.in

File diff suppressed because it is too large Load Diff

View File

@@ -1,774 +0,0 @@
dnl ---------------------------------------------------------------------------
dnl
dnl Macros for configure.in for wxWindows by Robert Roebling, Phil Blecker,
dnl Vadim Zeitlin and Ron Lee
dnl
dnl This script is under the wxWindows licence.
dnl ---------------------------------------------------------------------------
dnl ===========================================================================
dnl Objective-C(++) related macros
dnl ===========================================================================
m4_define([AC_WX_LANG_OBJECTIVEC],
[AC_LANG(C)
ac_ext=m
])
m4_define([AC_WX_LANG_OBJECTIVECPLUSPLUS],
[AC_LANG(C++)
ac_ext=mm
])
dnl ===========================================================================
dnl macros to find a file in the list of include/lib paths
dnl ===========================================================================
dnl ---------------------------------------------------------------------------
dnl call WX_PATH_FIND_INCLUDES(search path, header name), sets ac_find_includes
dnl to the full name of the file that was found or leaves it empty if not found
dnl ---------------------------------------------------------------------------
AC_DEFUN([WX_PATH_FIND_INCLUDES],
[
ac_find_includes=
for ac_dir in $1 /usr/include
do
if test -f "$ac_dir/$2"; then
ac_find_includes=$ac_dir
break
fi
done
])
dnl ---------------------------------------------------------------------------
dnl call WX_PATH_FIND_LIBRARIES(lib name, [optional extra search paths])
dnl sets ac_find_libraries to the full name of the file that was found
dnl or leaves it empty if not found
dnl ---------------------------------------------------------------------------
AC_DEFUN([WX_PATH_FIND_LIBRARIES],
[
ac_find_libraries=
for ac_dir in $2 $SEARCH_LIB
do
for ac_extension in a so sl dylib dll.a; do
if test -f "$ac_dir/lib$1.$ac_extension"; then
ac_find_libraries=$ac_dir
break 2
fi
done
done
])
dnl ---------------------------------------------------------------------------
dnl return list of standard library paths
dnl ---------------------------------------------------------------------------
dnl return all default locations:
dnl - /usr/lib: standard
dnl - /usr/lib32: n32 ABI on IRIX
dnl - /usr/lib64: n64 ABI on IRIX
dnl - /usr/lib/64: 64 bit ABI on Solaris and Linux x86-64
dnl
dnl NB: if any of directories in the list is not a subdir of /usr, code setting
dnl wx_cv_std_libpath needs to be updated
AC_DEFUN([WX_STD_LIBPATH], [/usr/lib /usr/lib32 /usr/lib/64 /usr/lib64])
dnl ---------------------------------------------------------------------------
dnl Path to include, already defined
dnl ---------------------------------------------------------------------------
AC_DEFUN([WX_INCLUDE_PATH_EXIST],
[
dnl never add -I/usr/include to the CPPFLAGS
if test "x$1" = "x/usr/include"; then
ac_path_to_include=""
else
echo "$2" | grep "\-I$1" > /dev/null
result=$?
if test $result = 0; then
ac_path_to_include=""
else
ac_path_to_include=" -I$1"
fi
fi
])
dnl ---------------------------------------------------------------------------
dnl Usage: WX_LINK_PATH_EXIST(path, libpath)
dnl
dnl Set ac_path_to_link to nothing if path is already in libpath, or to -Lpath
dnl if it is not, so that libpath can be set to "$libpath$ac_path_to_link"
dnl after calling this function
dnl ---------------------------------------------------------------------------
AC_DEFUN([WX_LINK_PATH_EXIST],
[
dnl never add -L/usr/libXXX explicitly to libpath
if test "$1" = "default location"; then
ac_path_to_link=""
else
echo "$2" | grep "\-L$1" > /dev/null
result=$?
if test $result = 0; then
ac_path_to_link=""
else
ac_path_to_link=" -L$1"
fi
fi
])
dnl ---------------------------------------------------------------------------
dnl Usage: WX_FIND_LIB(lib-name, [lib-function to test], [extra search paths])
dnl
dnl Tests in a variety of ways for the presence of lib-name
dnl
dnl On success, returns any novel path found in ac_find_libraries; else "std"
dnl and any cflags in ac_find_cflags
dnl On failure, ac_find_libraries will be empty
dnl ---------------------------------------------------------------------------
AC_DEFUN([WX_FIND_LIB],
[
ac_find_libraries=
dnl Try with pkg-config first. It requires its lib-name parameter lowercase
fl_pkgname=`echo "$1" | tr [[:upper:]] [[:lower:]]`
dnl suppress PKG_PROG_PKG_CONFIG output; we don't want to keep seeing it
PKG_PROG_PKG_CONFIG() AS_MESSAGE_FD> /dev/null
PKG_CHECK_MODULES([$1], [$fl_pkgname],
[
dnl Start by assuming there are no novel lib paths
ac_find_libraries="std"
dnl A simple copy of the internal vars $1_CFLAGS $1_LIBS doesn't work
dnl inside the macro
dnl
dnl TODO: When we stop being autoconf 2.61 compatible, the next 2 lines
dnl should become:
dnl AS_VAR_COPY([ac_find_cflags], [$1_CFLAGS])
dnl AS_VAR_COPY([fl_libs], [$1_LIBS])
eval ac_find_cflags=\$$1_CFLAGS
eval fl_libs=\$$1_LIBS
dnl fl_libs may now contain -Lfoopath -lfoo (only non-standard paths are
dnl added) We only want the path bit, not the lib names
for fl_path in $fl_libs
do
if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
dnl there shouldn't be >1 novel path
dnl return it without the -L, ready for WX_LINK_PATH_EXIST
ac_find_libraries=`echo "$fl_path" | cut -c 3-`
fi
done
],
[
if test "x$ac_find_libraries" = "x"; then
dnl Next with AC_CHECK_LIB, if a test function was provided
if test "x$2" != "x"; then
AC_CHECK_LIB([$1], [$2], [ac_find_libraries="std"])
fi
fi
if test "x$ac_find_libraries" = "x"; then
dnl Finally try the search path
dnl Output a message again, as AC_CHECK_LIB will just have said "no"
AC_MSG_CHECKING([elsewhere])
dnl $3 will occasionally hold extra path(s) to search
WX_PATH_FIND_LIBRARIES([$1], [$3])
if test "x$ac_find_libraries" != "x"; then
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
fi
fi
])
])
dnl ===========================================================================
dnl C++ features test
dnl ===========================================================================
dnl ---------------------------------------------------------------------------
dnl WX_CPP_NEW_HEADERS checks whether the compiler has "new" <iostream> header
dnl or only the old <iostream.h> one - it may be generally assumed that if
dnl <iostream> exists, the other "new" headers (without .h) exist too.
dnl
dnl call WX_CPP_NEW_HEADERS(action-if-true, action-if-false)
dnl ---------------------------------------------------------------------------
AC_DEFUN([WX_CPP_NEW_HEADERS],
[
AC_LANG_SAVE
AC_LANG_CPLUSPLUS
AC_CHECK_HEADERS([iostream],,, [ ])
if test "$ac_cv_header_iostream" = "yes" ; then
ifelse([$1], , :, [$1])
else
ifelse([$2], , :, [$2])
fi
AC_LANG_RESTORE
])
dnl ---------------------------------------------------------------------------
dnl WX_CPP_EXPLICIT checks whether the C++ compiler support the explicit
dnl keyword and defines HAVE_EXPLICIT if this is the case
dnl ---------------------------------------------------------------------------
AC_DEFUN([WX_CPP_EXPLICIT],
[
AC_CACHE_CHECK([if C++ compiler supports the explicit keyword],
wx_cv_explicit,
[
AC_LANG_SAVE
AC_LANG_CPLUSPLUS
dnl do the test in 2 steps: first check that the compiler knows about the
dnl explicit keyword at all and then verify that it really honours it
AC_TRY_COMPILE(
[
class Foo { public: explicit Foo(int) {} };
],
[
return 0;
],
[
AC_TRY_COMPILE(
[
class Foo { public: explicit Foo(int) {} };
static void TakeFoo(const Foo& foo) { }
],
[
TakeFoo(17);
return 0;
],
wx_cv_explicit=no,
wx_cv_explicit=yes
)
],
wx_cv_explicit=no
)
AC_LANG_RESTORE
])
if test "$wx_cv_explicit" = "yes"; then
AC_DEFINE(HAVE_EXPLICIT)
fi
])
dnl ---------------------------------------------------------------------------
dnl WX_CHECK_FUNCS(FUNCTIONS...,
dnl [ACTION-IF-FOUND],
dnl [ACTION-IF-NOT-FOUND],
dnl [EXTRA-DEFINES-AND-INCLUDES],
dnl [EXTRA-TEST-CODE])
dnl
dnl Checks that the functions listed in FUNCTIONS exist in the headers and the
dnl libs. For each function, if it is found then defines 'HAVE_FUNCTION' and
dnl executes ACTION-IF-FOUND, otherwise executes ACTION-IF-NOT-FOUND.
dnl
dnl The code from EXTRA-DEFINES-AND-INCLUDES is inserted into the test before
dnl the default headers are included, and EXTRA-TEST-CODE is inserted into
dnl the main() function after the default test for existence.
dnl
dnl Examples:
dnl # the simple case
dnl WX_CHECK_FUNCS(stat)
dnl # use break to finish the loop early
dnl WX_CHECK_FUNCS(mkstemp mktemp, break)
dnl # extra defines
dnl WX_CHECK_FUNCS(strtok_r, [], [], [#define _RREENTRANT])
dnl # extra includes
dnl WX_CHECK_FUNCS(swprintf, [], [], [#include <wchar.h>])
dnl # checking the signature with extra test code
dnl WX_CHECK_FUNCS(gettimeofday, [], [], [#include <sys/time.h>]
dnl [struct timeval tv; struct timezone tz; gettimeofday(&tv, &tz)])
dnl ---------------------------------------------------------------------------
AC_DEFUN([WX_CHECK_FUNCS],
[
for wx_func in $1
do
AC_CACHE_CHECK(
[for $wx_func],
[wx_cv_func_$wx_func],
[
AC_LINK_IFELSE(
[
AC_LANG_PROGRAM(
[
$4
AC_INCLUDES_DEFAULT
],
[
#ifndef $wx_func
&$wx_func;
#endif
$5
])
],
[eval wx_cv_func_$wx_func=yes],
[eval wx_cv_func_$wx_func=no])
])
if eval test \$wx_cv_func_$wx_func = yes
then
AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$wx_func]))
$2
else
:
$3
fi
done
])
dnl ---------------------------------------------------------------------------
dnl a slightly better AC_C_BIGENDIAN macro which allows cross-compiling
dnl ---------------------------------------------------------------------------
AC_DEFUN([WX_C_BIGENDIAN],
[AC_CACHE_CHECK([whether byte ordering is bigendian], ac_cv_c_bigendian,
[ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
AC_TRY_COMPILE([#include <sys/types.h>
#include <sys/param.h>], [
#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
bogus endian macros
#endif], [# It does; now see whether it defined to BIG_ENDIAN or not.
AC_TRY_COMPILE([#include <sys/types.h>
#include <sys/param.h>], [
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif], ac_cv_c_bigendian=yes, ac_cv_c_bigendian=no)])
if test $ac_cv_c_bigendian = unknown; then
AC_TRY_RUN([main () {
/* Are we little or big endian? From Harbison&Steele. */
union
{
long l;
char c[sizeof (long)];
} u;
u.l = 1;
exit (u.c[sizeof (long) - 1] == 1);
}], [ac_cv_c_bigendian=no], [ac_cv_c_bigendian=yes], [ac_cv_c_bigendian=unknown])
fi])
if test $ac_cv_c_bigendian = unknown; then
AC_MSG_WARN([Assuming little-endian target machine - this may be overridden by adding the line "ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}" to config.cache file])
fi
if test $ac_cv_c_bigendian = yes; then
AC_DEFINE(WORDS_BIGENDIAN)
fi
])
dnl ---------------------------------------------------------------------------
dnl override AC_ARG_ENABLE/WITH to handle options defaults
dnl ---------------------------------------------------------------------------
dnl this macro checks for a three-valued command line --with argument:
dnl possible arguments are 'yes', 'no', 'sys', or 'builtin'
dnl usage: WX_ARG_SYS_WITH(option, helpmessage, variable-name)
dnl
dnl the default value (used if the option is not specified at all) is the value
dnl of wxUSE_ALL_FEATURES (which is "yes" by default but can be changed by
dnl giving configure --disable-all-features option)
AC_DEFUN([WX_ARG_SYS_WITH],
[
AC_MSG_CHECKING([for --with-$1])
AC_ARG_WITH($1, [$2],
[
if test "$withval" = yes; then
AS_TR_SH(wx_cv_use_$1)='$3=yes'
elif test "$withval" = no; then
AS_TR_SH(wx_cv_use_$1)='$3=no'
elif test "$withval" = sys; then
AS_TR_SH(wx_cv_use_$1)='$3=sys'
elif test "$withval" = builtin; then
AS_TR_SH(wx_cv_use_$1)='$3=builtin'
else
AC_MSG_ERROR([Invalid value for --with-$1: should be yes, no, sys, or builtin])
fi
],
[
AS_TR_SH(wx_cv_use_$1)='$3=${'DEFAULT_$3":-$wxUSE_ALL_FEATURES}"
])
eval "$AS_TR_SH(wx_cv_use_$1)"
if test "$$3" = yes; then
AC_MSG_RESULT(yes)
elif test "$$3" = no; then
AC_MSG_RESULT(no)
elif test "$$3" = sys; then
AC_MSG_RESULT([system version])
elif test "$$3" = builtin; then
AC_MSG_RESULT([builtin version])
else
AC_MSG_ERROR([Invalid value for --with-$1: should be yes, no, sys, or builtin])
fi
])
dnl this macro simply checks for a command line argument
dnl usage: WX_ARG_WITH(option, helpmessage, variable-name, [withstring])
AC_DEFUN([WX_ARG_WITH],
[
withstring=$4
defaultval=$wxUSE_ALL_FEATURES
if test -z "$defaultval"; then
if test x"$withstring" = xwithout; then
defaultval=yes
else
defaultval=no
fi
fi
AC_MSG_CHECKING([for --${withstring:-with}-$1])
AC_ARG_WITH($1, [$2],
[
if test "$withval" = yes; then
AS_TR_SH(wx_cv_use_$1)='$3=yes'
else
AS_TR_SH(wx_cv_use_$1)='$3=no'
fi
],
[
AS_TR_SH(wx_cv_use_$1)='$3=${'DEFAULT_$3":-$defaultval}"
])
eval "$AS_TR_SH(wx_cv_use_$1)"
if test x"$withstring" = xwithout; then
if test $$3 = yes; then
result=no
else
result=yes
fi
else
result=$$3
fi
AC_MSG_RESULT($result)
])
dnl same as WX_ARG_WITH but makes it clear that the option is enabled by default
AC_DEFUN([WX_ARG_WITHOUT], [WX_ARG_WITH($1, [$2], $3, without)])
dnl like WX_ARG_WITH but uses AC_ARG_ENABLE instead of AC_ARG_WITH
dnl usage: WX_ARG_ENABLE(option, helpmessage, var, [enablestring], [default])
dnl
dnl enablestring can be omitted or a literal string "disable" and allows to
dnl show "checking for --disable-foo" message when running configure instead of
dnl the default "checking for --enable-foo" one whih is useful for the options
dnl enabled by default
dnl
dnl the "default" argument can be omitted or contain the default value to use
dnl for the option if it's unspecified
AC_DEFUN([WX_ARG_ENABLE],
[
enablestring=$4
defaultval=$5
if test -z "$defaultval"; then
if test x"$enablestring" = xdisable; then
defaultval=yes
else
defaultval=no
fi
fi
AC_MSG_CHECKING([for --${enablestring:-enable}-$1])
AC_ARG_ENABLE($1, [$2],
[
if test "$enableval" = yes; then
AS_TR_SH(wx_cv_use_$1)='$3=yes'
else
AS_TR_SH(wx_cv_use_$1)='$3=no'
fi
],
[
AS_TR_SH(wx_cv_use_$1)='$3=${'DEFAULT_$3":-$defaultval}"
])
eval "$AS_TR_SH(wx_cv_use_$1)"
if test x"$enablestring" = xdisable; then
if test $$3 = no; then
result=yes
else
result=no
fi
else
result=$$3
fi
AC_MSG_RESULT($result)
])
dnl the same as WX_ARG_ENABLE but makes it more clear that the option is
dnl enabled by default
AC_DEFUN([WX_ARG_DISABLE], [WX_ARG_ENABLE($1, [$2], $3, disable)])
dnl same as WX_ARG_ENABLE but defaults to wxUSE_ALL_FEATURES instead of "yes"
AC_DEFUN([WX_ARG_FEATURE], [WX_ARG_ENABLE($1, [$2], $3,, $wxUSE_ALL_FEATURES)])
dnl Like WX_ARG_ENABLE but accepts a parameter.
dnl
dnl Usage:
dnl WX_ARG_ENABLE_PARAM(option, helpmessage, variable-name, enablestring)
dnl
dnl Example:
dnl WX_ARG_ENABLE_PARAM(foo, [[ --enable-foo[=bar] use foo]], wxUSE_FOO)
dnl
dnl --enable-foo wxUSE_FOO=yes
dnl --disable-foo wxUSE_FOO=no
dnl --enable-foo=bar wxUSE_FOO=bar
dnl <not given> wxUSE_FOO=$DEFAULT_wxUSE_FOO
dnl
AC_DEFUN([WX_ARG_ENABLE_PARAM],
[
enablestring=$4
AC_MSG_CHECKING([for --${enablestring:-enable}-$1])
AC_ARG_ENABLE($1, [$2],
[
wx_cv_use_$1="$3='$enableval'"
],
[
wx_cv_use_$1='$3='$DEFAULT_$3
])
eval "$wx_cv_use_$1"
AC_MSG_RESULT([$$3])
])
dnl ===========================================================================
dnl Linker features test
dnl ===========================================================================
dnl ---------------------------------------------------------------------------
dnl WX_VERSIONED_SYMBOLS checks whether the linker can create versioned
dnl symbols. If it can, sets LDFLAGS_VERSIONING to $CXX flags needed to use
dnl version script file named versionfile
dnl
dnl call WX_VERSIONED_SYMBOLS(versionfile)
dnl ---------------------------------------------------------------------------
AC_DEFUN([WX_VERSIONED_SYMBOLS],
[
case "${host}" in
*-*-cygwin* | *-*-mingw* )
dnl although ld does support version script option on these
dnl platforms, it doesn't make much sense to use it under Win32
dnl and, moreover, this breaks linking because of a bug in handling
dnl paths in -Wl,--version-script,path option (if we ever do need
dnl to use it for cygwin/mingw32, keep in mind that replacing last
dnl comma with the equal sign works) so
dnl simply disable it
wx_cv_version_script=no
;;
*)
AC_CACHE_CHECK([if the linker accepts --version-script], wx_cv_version_script,
[
echo "VER_1 { *; };" >conftest.sym
echo "int main() { return 0; }" >conftest.cpp
if AC_TRY_COMMAND([
$CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
-Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr]) ; then
if test -s conftest.stderr ; then
wx_cv_version_script=no
else
wx_cv_version_script=yes
fi
else
wx_cv_version_script=no
fi
dnl There's a problem in some old linkers with --version-script that
dnl can cause linking to fail when you have objects with vtables in
dnl libs 3 deep. This is known to happen in netbsd and openbsd with
dnl ld 2.11.2.
dnl
dnl To test for this we need to make some shared libs and
dnl unfortunately we can't be sure of the right way to do that. If the
dnl first two compiles don't succeed then it looks like the test isn't
dnl working and the result is ignored, but if OTOH the first two
dnl succeed but the third does not then the bug has been detected and
dnl the --version-script flag is dropped.
if test $wx_cv_version_script = yes
then
echo "struct B { virtual ~B() { } }; \
struct D : public B { }; \
void F() { D d; }" > conftest.cpp
if AC_TRY_COMMAND([
$CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
-Wl,--version-script,conftest.sym >/dev/null 2>/dev/null]) &&
AC_TRY_COMMAND([
$CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
-Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null])
then
if AC_TRY_COMMAND([
$CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
-Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null])
then
wx_cv_version_script=yes
else
wx_cv_version_script=no
fi
fi
fi
rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
rm -f conftest1.output conftest2.output conftest3.output
])
if test $wx_cv_version_script = yes ; then
LDFLAGS_VERSIONING="-Wl,--version-script,$1"
fi
;;
esac
])
dnl ===========================================================================
dnl "3rd party" macros included here because they are not widely available
dnl ===========================================================================
dnl ---------------------------------------------------------------------------
dnl test for availability of iconv()
dnl ---------------------------------------------------------------------------
dnl From Bruno Haible.
AC_DEFUN([AM_ICONV],
[
dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
dnl those with the standalone portable GNU libiconv installed).
AC_ARG_WITH([libiconv-prefix],
[ --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib], [
for dir in `echo "$withval" | tr : ' '`; do
if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
done
])
AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [
am_cv_func_iconv="no, consider installing GNU libiconv"
am_cv_lib_iconv=no
AC_TRY_LINK([#include <stdlib.h>
#include <iconv.h>],
[iconv_t cd = iconv_open("","");
iconv(cd,NULL,NULL,NULL,NULL);
iconv_close(cd);],
am_cv_func_iconv=yes)
if test "$am_cv_func_iconv" != yes; then
am_save_LIBS="$LIBS"
LIBS="$LIBS -liconv"
AC_TRY_LINK([#include <stdlib.h>
#include <iconv.h>],
[iconv_t cd = iconv_open("","");
iconv(cd,NULL,NULL,NULL,NULL);
iconv_close(cd);],
am_cv_lib_iconv=yes
am_cv_func_iconv=yes)
LIBS="$am_save_LIBS"
fi
])
if test "$am_cv_func_iconv" = yes; then
AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function.])
AC_CACHE_CHECK([if iconv needs const], wx_cv_func_iconv_const,
AC_TRY_COMPILE([
#include <stdlib.h>
#include <iconv.h>
extern
#ifdef __cplusplus
"C"
#endif
#if defined(__STDC__) || defined(__cplusplus)
size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
#else
size_t iconv();
#endif
],
[],
wx_cv_func_iconv_const="no",
wx_cv_func_iconv_const="yes"
)
)
iconv_const=
if test "x$wx_cv_func_iconv_const" = "xyes"; then
iconv_const="const"
fi
AC_DEFINE_UNQUOTED(ICONV_CONST, $iconv_const,
[Define as const if the declaration of iconv() needs const.])
fi
LIBICONV=
if test "$am_cv_lib_iconv" = yes; then
LIBICONV="-liconv"
fi
AC_SUBST(LIBICONV)
])
dnl ---------------------------------------------------------------------------
dnl AC_SYS_LARGEFILE (partly based on the code from autoconf 2.5x)
dnl ---------------------------------------------------------------------------
dnl WX_SYS_LARGEFILE_TEST
dnl
dnl NB: original autoconf test was checking if compiler supported 6 bit off_t
dnl arithmetic properly but this failed miserably with gcc under Linux
dnl whereas the system still supports 64 bit files, so now simply check
dnl that off_t is big enough
define(WX_SYS_LARGEFILE_TEST,
[typedef struct {
unsigned int field: sizeof(off_t) == 8;
} wxlf;
])
dnl WX_SYS_LARGEFILE_MACRO_VALUE(C-MACRO, VALUE, CACHE-VAR)
define(WX_SYS_LARGEFILE_MACRO_VALUE,
[
AC_CACHE_CHECK([for $1 value needed for large files], [$3],
[
AC_TRY_COMPILE([#define $1 $2
#include <sys/types.h>],
WX_SYS_LARGEFILE_TEST,
[$3=$2],
[$3=no])
]
)
if test "$$3" != no; then
wx_largefile=yes
AC_DEFINE_UNQUOTED([$1], [$$3])
fi
])
dnl AC_SYS_LARGEFILE
dnl ----------------
dnl By default, many hosts won't let programs access large files;
dnl one must use special compiler options to get large-file access to work.
dnl For more details about this brain damage please see:
dnl http://www.sas.com/standards/large.file/x_open.20Mar96.html
AC_DEFUN([AC_SYS_LARGEFILE],
[AC_ARG_ENABLE(largefile,
[ --disable-largefile omit support for large files])
if test "$enable_largefile" != no; then
dnl _FILE_OFFSET_BITS==64 is needed for Linux, Solaris, ...
dnl _LARGE_FILES -- for AIX
wx_largefile=no
WX_SYS_LARGEFILE_MACRO_VALUE(_FILE_OFFSET_BITS, 64, ac_cv_sys_file_offset_bits)
if test "x$wx_largefile" != "xyes"; then
WX_SYS_LARGEFILE_MACRO_VALUE(_LARGE_FILES, 1, ac_cv_sys_large_files)
fi
AC_MSG_CHECKING(if large file support is available)
if test "x$wx_largefile" = "xyes"; then
AC_DEFINE(HAVE_LARGEFILE_SUPPORT)
fi
AC_MSG_RESULT($wx_largefile)
fi
])

30
aclocal.m4 vendored
View File

@@ -1,30 +0,0 @@
# generated automatically by aclocal 1.10.3 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
m4_include([build/aclocal/ac_raf_func_which_getservbyname_r.m4])
m4_include([build/aclocal/atomic_builtins.m4])
m4_include([build/aclocal/ax_cflags_gcc_option.m4])
m4_include([build/aclocal/ax_func_which_gethostbyname_r.m4])
m4_include([build/aclocal/ax_gcc_option.m4])
m4_include([build/aclocal/ax_gxx_version.m4])
m4_include([build/aclocal/bakefile-dllar.m4])
m4_include([build/aclocal/bakefile-lang.m4])
m4_include([build/aclocal/bakefile.m4])
m4_include([build/aclocal/cppunit.m4])
m4_include([build/aclocal/gtk-2.0.m4])
m4_include([build/aclocal/gtk-3.0.m4])
m4_include([build/aclocal/gtk.m4])
m4_include([build/aclocal/pkg.m4])
m4_include([build/aclocal/sdl.m4])
m4_include([build/aclocal/visibility.m4])
m4_include([acinclude.m4])

View File

@@ -1,24 +0,0 @@
/* XPM */
static const char *const addbookm_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 3 1",
". c Black",
"X c #00C000",
" c None",
/* pixels */
" ....... ",
" .XXXXX. ",
" .. .XXXXX. ",
" .. .XXXXX. ",
" ...... .XXXXX. ",
" ...... .XXXXX. ",
" .. .XXXXX. ",
" .. .XXXXX. ",
" .XXXXX. ",
" .XXXXX. ",
" .XXXXX. ",
" .XXXXX. ",
" .XX.XX. ",
" .X. .X. ",
" .. .. "
};

View File

@@ -1,21 +0,0 @@
/* XPM */
static const char *const back_xpm[] = {
"16 15 3 1",
" c None",
". c Black",
"X c Gray100",
" ",
" ",
" . ",
" .. ",
" .X. ",
" .XX........ ",
" .XXXXXXXXXX. ",
" .XXXXXXXXXXX. ",
" .XXXXXXXXXXX. ",
" .XXXXXXXXXX. ",
" .XX........ ",
" .X. ",
" .. ",
" . ",
" "};

View File

@@ -1,57 +0,0 @@
/* XPM */
static const char *const cdrom_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 36 1",
"= c #9BACC2",
"y c #547B99",
"$ c #FFFFFF",
"@ c #839CB5",
"o c #547897",
"4 c #4D7492",
"% c #F1F4F7",
"X c #5A809C",
"< c #8497A5",
"0 c #7898AD",
"+ c #CAD2DC",
"r c #ACAEB2",
"2 c #BECAD9",
"* c #65839D",
"e c #DCE2EA",
"- c #ADBED2",
"t c #597B9A",
" c None",
"1 c #467291",
"9 c #D6DFE7",
"O c #7393AB",
"u c #49708B",
"5 c #A0BACB",
"& c #AABFCD",
"8 c #B9CBD5",
"; c #B4C4D3",
": c #6F90A6",
"3 c #A8B6CA",
"# c #ADBACE",
"w c #E4E9ED",
". c #8EA9BC",
"> c #B3BFD1",
", c #C2CBDB",
"6 c #C0D1DC",
"7 c #A2B3C5",
"q c #5D7C93",
/* pixels */
" .XooOo+ ",
" X@#$$$%o& ",
" *=-;$$$$$o+ ",
" +O#;-$$$$$$: ",
" o=>,-<1<$2-o ",
" o3>--1$122-* ",
" o=--$<4<22-X ",
" o5$$$$$26;7* ",
" X%$$$$2;-X8 ",
" 90*9$$$-7Xqo ",
" wXwe@O44X4<r<o ",
" X8628>22222<<*4",
" ttyyyoo4441uuuo",
" t>$$$$$$$$$$$>o",
" XXXtyyyoo44411u"
};

View File

@@ -1,16 +0,0 @@
/* XPM */
static const char * const close_xpm[] = {
"12 10 2 1",
" c None",
"X c black",
" ",
" XX XX ",
" XX XX ",
" XXXX ",
" XX ",
" XXXX ",
" XX XX ",
" XX XX ",
" ",
" "};

View File

@@ -1,44 +0,0 @@
/* XPM */
static const char *const copy_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 23 1",
"o c #97C4E7",
"* c #FFFFFF",
"@ c #60A9DA",
"= c #D1E5F5",
"& c #C3DDF1",
". c #7EA6C0",
" c None",
"X c #2F93CD",
"O c #85BBE2",
", c #EFF6FC",
"; c #DEEDF8",
"+ c #72B2DD",
"3 c #F7FBFD",
"4 c #FAFCFE",
": c #DAEAF7",
"< c #E9F3FA",
"1 c #E2EFF8",
"- c #FDFDFE",
"% c #B6D5EE",
"$ c #A5CCEA",
"> c #E5F0F9",
"# c #AFD1EC",
"2 c #F4F9FD",
/* pixels */
" .....XX ",
" .oO+@X#X ",
" .$oO+X##X ",
" .%$o........ ",
" .&%$.*=&#o.-. ",
" .=&%.*;=&#.--. ",
" .:=&.*>;=&.... ",
" .>:=.*,>;=&#o. ",
" .<1:.*2,>:=&#. ",
" .2<1.*32,>:=&. ",
" .32<.*432,>:=. ",
" .32<.*-432,>:. ",
" .....**-432,>. ",
" .***-432,. ",
" .......... "
};

View File

@@ -1,17 +0,0 @@
/* XPM */
static const char *const cross_xpm[] = {
/* columns rows colors chars-per-pixel */
"10 10 2 1",
" c Gray0",
"# c None",
/* pixels */
" ######## ",
" #### ",
"# ## #",
"## ##",
"### ###",
"### ###",
"## ##",
"# ## #",
" #### ",
" ###### "};

View File

@@ -1,46 +0,0 @@
/* XPM */
static const char *const cut_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 25 1",
"6 c #D8BDC0",
": c #C3C3C4",
"- c #FFFFFF",
". c #6C6D70",
"2 c #AD3A45",
"o c #DBDBDB",
"# c #939495",
"< c #E42234",
"& c #C3C5C8",
"; c #C6CCD3",
"% c #B7B7B8",
" c None",
"* c #DFE0E2",
"5 c #B69596",
"3 c #9C2A35",
"1 c #CFCFD0",
", c #AB5C64",
"+ c #D2D3D4",
"$ c #BCBDBE",
"@ c #C6C8CA",
"> c #CDC0C1",
"O c #826F72",
"X c #979BA0",
"4 c #9B8687",
"= c #9FA0A0",
/* pixels */
" .X .o ",
" O.+ @. ",
" O. .. ",
" O#$ %.& ",
" O.*.. ",
" #%#.. ",
" O=-.. ",
" #%#;. ",
" OO:=O ",
" >,,<, ,<,,1 ",
" ><23<1 1<32<1 ",
" ,2 4< <5 2, ",
" <, ,2 2, ,< ",
" 23,<5 5<,32 ",
" 6225 522> "
};

View File

@@ -1,54 +0,0 @@
/* XPM */
static const char *const deffile_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 32 1",
"= c #97C4E7",
": c #72A8D2",
"1 c #FFFFFF",
"w c #839CB5",
"X c #6B98B8",
". c #5A89A6",
"@ c #3A749C",
", c #D1E5F5",
"< c #67A1CF",
"> c #F1F4F7",
"e c #85A7BC",
"% c #C3DDF1",
"0 c #749BB4",
"2 c #7EA6C0",
"; c #5F9BC8",
" c None",
"O c #538DB3",
"- c #85BBE2",
"$ c #D6DFE7",
"9 c #EFF6FC",
"o c #6591AE",
"4 c #F7FBFD",
"8 c #FAFCFE",
"6 c #DAEAF7",
"7 c #E9F3FA",
"q c #FDFDFE",
"3 c #E2EFF8",
"# c #8EA9BC",
"& c #B6D5EE",
"* c #A5CCEA",
"5 c #F4F9FD",
"+ c #4581AA",
/* pixels */
" ..XooO+@#$ ",
" .%%&*=-;:;> ",
" .,,%&*=<1=X> ",
" #%%%%&*211=X ",
" #3-----<oXoO ",
" #3456,%&*=-O ",
" #3--------=O ",
" #355736,%&*o ",
" #3--------&o ",
" #38459736,%X ",
" #3--------,0 ",
" #31q84597360 ",
" #3--------3w ",
" #3111q84597e ",
" ##########e# ",
" "
};

View File

@@ -1,24 +0,0 @@
/* XPM */
static const char *const delbookm_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 3 1",
". c Black",
" c None",
"X c #FF4040",
/* pixels */
" ....... ",
" .XXXXX. ",
" . . .XXXXX. ",
" .. .. .XXXXX. ",
" ... .XXXXX. ",
" . .XXXXX. ",
" ... .XXXXX. ",
" .. .. .XXXXX. ",
" . . .XXXXX. ",
" .XXXXX. ",
" .XXXXX. ",
" .XXXXX. ",
" .XX.XX. ",
" .X. .X. ",
" .. .. "
};

View File

@@ -1,42 +0,0 @@
/* XPM */
static const char *const delete_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 21 1",
"2 c #A5AEBD",
"* c #5478B4",
"< c #95A3BB",
"O c #9AA7BC",
"; c #758EB7",
"$ c #6986B6",
"# c #4971B2",
"& c #8A9CBA",
"X c #8598B9",
" c None",
"o c #ABB2BE",
"- c #7F95B9",
"= c #4E74B3",
"1 c #A0ABBC",
"+ c #6F8AB7",
". c #B5B9BF",
"@ c #3E69B1",
", c #90A0BA",
": c #6483B5",
"> c #5A7BB4",
"% c #5F7FB5",
/* pixels */
" ",
" .Xo OO ",
" +@#. $@% ",
" &@@X .*@*o ",
" =@= .*@*. ",
" -@@X*@*. ",
" .#@@@$. ",
" ;@@: ",
" ;@@@+ ",
" .>@#%@@. ",
" o*@*oO@@, ",
" <#@*. .@@= ",
"&@@$ :@@1 ",
";#& 2#>. ",
" "
};

View File

@@ -1,52 +0,0 @@
/* XPM */
static const char *const dir_up_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 31 1",
"6 c #9BACC2",
"o c #9AEA53",
"7 c #94A5BD",
"8 c #547897",
"5 c #839CB5",
"@ c #376485",
"$ c #5A809C",
"# c #7F99B4",
": c #D1D9E5",
"< c #EAEDF3",
"& c #446A8C",
"q c #65839D",
"> c #DCE2EA",
", c #E1E6EE",
"2 c #F5F6F7",
"O c #8DA0B9",
" c None",
"% c #467291",
". c #305F81",
"X c #7393AB",
"+ c #6A89A2",
"4 c #A8B6CA",
"1 c #EEF1F3",
"3 c #F8F9FA",
"0 c #215579",
"9 c #7F97B0",
"* c #B3BFD1",
"w c #7A90AC",
"- c #C2CBDB",
"; c #CAD6E1",
"= c #BBC4D6",
/* pixels */
" .. ",
" X.o. ",
".... X.ooo. ",
".OO+....ooooo. ",
".OOOOOO@@ooo.. ",
".OOOO#OO@ooo.$ ",
".OOOOOOO@ooo.$ ",
".O%............&",
".O&*=-;:>,<1231.",
".+.4*=-;:>,<12$.",
"..564*=-;:>,<1. ",
".@O764*=-;:>,<. ",
".89O764*=-;:>$$ ",
"0qw9O764*=-;:. ",
"0............. "
};

View File

@@ -1,21 +0,0 @@
/* XPM */
static const char *const down_xpm[] = {
"16 15 3 1",
" c None",
". c Black",
"X c Gray100",
" ",
" ...... ",
" .XXXX. ",
" .XXXX. ",
" .XXXX. ",
" .XXXX. ",
" .XXXX. ",
" .XXXX. ",
" ....XXXX.... ",
" .XXXXXXXX. ",
" .XXXXXX. ",
" .XXXX. ",
" .XX. ",
" .. ",
" "};

View File

@@ -1,73 +0,0 @@
/* XPM */
static const char *const exefile_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 51 1",
"% c #E8E8EC",
"= c #E8E8ED",
"z c #CACAD4",
"8 c #D9D9E1",
"p c #D2D2DA",
"u c #E1E1E7",
"a c #D2D2DB",
"< c #E9E9ED",
"q c #DADAE1",
"+ c #F1F1F4",
"g c #D3D3DB",
"1 c #E2E2E8",
"x c #D3D3DC",
"5 c #00A5FF",
"$ c #EAEAEE",
"4 c #DBDBE2",
"h c #CCCCD6",
"y c #D4D4DC",
"r c #E3E3E9",
"d c #D4D4DD",
"7 c #DCDCE2",
": c #EBEBEF",
"0 c #DCDCE3",
" c None",
"O c #F3F3F5",
"> c #E4E4E9",
"& c #F3F3F6",
"j c #D5D5DD",
"6 c #E4E4EA",
". c #C6C6D5",
"# c #ECECF0",
"f c #CECED7",
"l c #CECED8",
"e c #D6D6DE",
"; c #EDEDF0",
"3 c #DEDEE4",
", c #EDEDF1",
"c c #CFCFD8",
"o c #F5F5F7",
"- c #E6E6EB",
"w c #D7D7DF",
"v c #C8C8D3",
"i c #DFDFE5",
"@ c #EEEEF2",
"s c #D0D0D9",
"X c #9494AD",
"9 c #D8D8DF",
"t c #D8D8E0",
"* c #EFEFF2",
"2 c #E0E0E6",
"k c #D1D1DA",
/* pixels */
" ........X ",
" .oO+@#$%XX ",
" .&+*#$=-XXX ",
" .+*;:=->XXXX ",
" .*,:<->1234X ",
" .,5:5612378X ",
" 5,5559530qwX ",
" 55555550q9eX ",
" 5555r5555teyX ",
" 55rui559eypX ",
" 5555i5555yasX ",
" 5555555dasfX ",
" 5355595gsfhX ",
" .3595jgklhzX ",
" .0qwjxkchzvX ",
" XXXXXXXXXXXX "
};

View File

@@ -1,57 +0,0 @@
/* XPM */
static const char *const fileopen_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 36 1",
"6 c #9BACC2",
"< c #9AEA53",
"9 c #94A5BD",
"5 c #839CB5",
"; c #4D7492",
". c #376485",
"$ c #7F99B4",
"r c #D1D9E5",
"7 c #EAEDF3",
"@ c #CAD2DC",
"% c #718BA7",
"t c #BECAD9",
"& c #65839D",
"0 c #DCE2EA",
"4 c #F5F6F7",
"w c #597B9A",
"O c #8DA0B9",
" c None",
"+ c #467291",
"u c #305F81",
"= c #B4C4D3",
"# c #CAE2AA",
"1 c #FAFCFE",
"3 c #A8B6CA",
"q c #E4E9ED",
"8 c #EEF1F3",
"X c #215579",
"2 c #7F97B0",
": c #B3BFD1",
"y c #7A90AC",
", c #C2CBDB",
"- c #ADD668",
"* c #B6D791",
"e c #CAD6E1",
"o c #DFF0D0",
"> c #BBC4D6",
/* pixels */
" ",
" .... ",
"XXXXX .oo. ",
"XOOOO+@.#o. ",
"XOOOO$%&.*oXXX ",
"XOOOOOOO.*oX=X ",
"XOXXXX...-oXXXX;",
"XOX:>,.<<<<<oX1;",
"X2X3:>,.<<<oX4=;",
"XX563:>>.<oX78; ",
"XXO963:>>.X0q7; ",
"Xw2O963:>>er0t; ",
"X&y2O963:>,er; ",
"uXXXXXXXXXXXX; ",
" "
};

View File

@@ -1,42 +0,0 @@
/* XPM */
static const char *const filesave_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 21 1",
"O c #FFFFFF",
"> c #D5D6D8",
"; c #446A8C",
"1 c #CAD2DC",
": c #C0C7D1",
" c #5F666D",
"% c #A5B0BA",
"o c #65839D",
", c #DCE2EA",
"< c #C3C5C8",
"- c #E1E6EE",
"* c #C6CCD3",
". c None",
"$ c #305F81",
"2 c #D6DFE7",
"= c #D2D9E0",
"& c #B7BFC7",
"X c #1B4467",
"# c #BCBDBE",
"@ c #7A90AC",
"+ c #5D7C93",
/* pixels */
" .",
" XoOOOOOOOOO+X .",
" @oO#######O+@ .",
" @oOOOOOOOOO+@ .",
" @oO#######O+@ .",
" @oOOOOOOOOO+@ .",
" @@+++++++++@@ .",
" @@@@@@@@@@@@@ .",
" @@@$$$$$$$$@@ .",
" @@$%%%&*=-O$@ .",
" @@$%X;;*=-O$@ .",
" @@$%X;;:>,O$@ .",
" @@$%X;;<12O$@ .",
" @@$<<2OOOOO$@ .",
". .."
};

View File

@@ -1,44 +0,0 @@
/* XPM */
static const char *const filesaveas_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 23 1",
"X c Black",
"+ c #FFFFFF",
"< c #D5D6D8",
"> c #446A8C",
"3 c #CAD2DC",
", c #C0C7D1",
" c #5F666D",
"* c #A5B0BA",
"O c #65839D",
"1 c #DCE2EA",
"2 c #C3C5C8",
": c #E1E6EE",
". c #FFFF00",
"- c #C6CCD3",
"@ c None",
"& c #305F81",
"4 c #D6DFE7",
"; c #D2D9E0",
"= c #B7BFC7",
"o c #1B4467",
"$ c #BCBDBE",
"# c #7A90AC",
"% c #5D7C93",
/* pixels */
" .X .XX.",
" oO+++++++.X.X.@",
" #O+$$$$$XX...XX",
" #O++++++.......",
" #O+$$$$$XX...XX",
" #O+++++++.X.X.@",
" ##%%%%%%.X%.X .",
" ############# @",
" ###&&&&&&&&## @",
" ##&***=-;:+&# @",
" ##&*o>>-;:+&# @",
" ##&*o>>,<1+&# @",
" ##&*o>>234+&# @",
" ##&224+++++&# @",
"@ @@"
};

View File

@@ -1,62 +0,0 @@
/* XPM */
static const char *const find_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 41 1",
"y c #A06959",
"9 c #A7DAF2",
"$ c #B5CAD7",
"> c #35B4E1",
"t c #6B98B8",
"w c #B6E0F4",
"q c #AEC9D7",
"1 c #5A89A6",
"+ c #98B3C6",
"4 c #EAF6FC",
"3 c #DEF1FA",
"= c #4CBCE3",
"d c #DB916B",
"X c #85A7BC",
"s c #D8BCA4",
"o c #749BB4",
"e c #BCD9EF",
"* c #62B4DD",
"< c #91D2EF",
"a c #E6DED2",
"0 c #E9F4FB",
" c None",
"@ c #A0BACB",
"O c #AABFCD",
"i c #6591AE",
": c #B9CBD5",
"- c #71C5E7",
"5 c #D3ECF8",
"% c #81A3B9",
"6 c #8AD0EE",
"8 c #FDFDFE",
"p c #8EA9BC",
"r c #B6D5EE",
", c #81CCEB",
". c #ACC4D3",
"; c #AFD1DE",
"7 c #EFF8FC",
"u c #C2CBDB",
"# c #C0D1DC",
"2 c #CAD6E1",
"& c #8FB0C3",
/* pixels */
" .XooXO ",
" +@###$+% ",
" .&#*==-;@@ ",
" o:*>,<--:X ",
" 12>-345-#% ",
" 12>678392% ",
" %$*,3059q& ",
" @Oq,wwer@@ ",
" t@q22q&+ ",
" yyui+%o%p ",
" yasy ",
" yasdy ",
" yasdy ",
" ysdy ",
" yy "
};

View File

@@ -1,63 +0,0 @@
/* XPM */
static const char *const findrepl_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 42 1",
"y c #A06959",
"9 c #A7DAF2",
"$ c #B5CAD7",
"> c #35B4E1",
"t c #6B98B8",
"w c #B6E0F4",
"q c #AEC9D7",
"1 c #5A89A6",
"+ c #98B3C6",
"4 c #EAF6FC",
"d c #008000",
"3 c #DEF1FA",
"= c #4CBCE3",
"f c #DB916B",
"X c #85A7BC",
"s c #D8BCA4",
"o c #749BB4",
"e c #BCD9EF",
"* c #62B4DD",
"< c #91D2EF",
"a c #E6DED2",
"0 c #E9F4FB",
" c None",
"@ c #A0BACB",
"O c #AABFCD",
"i c #6591AE",
": c #B9CBD5",
"- c #71C5E7",
"5 c #D3ECF8",
"% c #81A3B9",
"6 c #8AD0EE",
"8 c #FDFDFE",
"p c #8EA9BC",
"r c #B6D5EE",
", c #81CCEB",
". c #ACC4D3",
"; c #AFD1DE",
"7 c #EFF8FC",
"u c #C2CBDB",
"# c #C0D1DC",
"2 c #CAD6E1",
"& c #8FB0C3",
/* pixels */
" .XooXO ",
" +@###$+% ",
" .&#*==-;@@ ",
" o:*>,<--:X ",
" 12>-345-#% ",
" 12>678392% ",
" %$*,3059q& ",
" @Oq,wwer@@ ",
" t@q22q&+ ",
" yyui+%o%p ",
" yasy d d ",
" yasfy dd dd ",
"yasfy ddddddddd",
"ysfy dd dd ",
" yy d d "
};

View File

@@ -1,22 +0,0 @@
/* XPM */
static const char *const first_xpm[] = {
"16 16 3 1",
" c None",
". c Black",
"X c Gray100",
" ",
" ",
"... . ",
"... .. ",
"... .X. ",
"... .XX........ ",
"....XXXXXXXXXX. ",
"...XXXXXXXXXXX. ",
"...XXXXXXXXXXX. ",
"....XXXXXXXXXX. ",
"... .XX........ ",
"... .X. ",
"... .. ",
"... . ",
" ",
" "};

View File

@@ -1,39 +0,0 @@
/* XPM */
static const char *const floppy_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 18 1",
"& c #E3E4E6",
"+ c #FFFFFF",
". c #446A8C",
"o c #697787",
"> c #5F666D",
"* c #B2B3B3",
" c None",
", c #4B4C4D",
"= c #DCDBDA",
"$ c #1B4467",
": c #E4E9ED",
"@ c #979BA0",
"X c #203646",
"O c #215579",
"- c #545B63",
"; c #636465",
"# c #CAD6E1",
"% c #7F8286",
/* pixels */
" .XoooooooXO ",
" .o+++++++.O ",
" .o+OOOOO+.O ",
" .o+++++++.O ",
" .o@@@@@@@.O ",
" ..........O ",
" ..#+++++#.O ",
" ..+$O+++#.O ",
" ..+$O+++#.O ",
" %&.........*% ",
"%=+++++++++++&% ",
"--------------; ",
"-:::::::::::::- ",
"-:X:XXXXXXXXX:> ",
"-*************, "
};

View File

@@ -1,43 +0,0 @@
/* XPM */
static const char *const folder_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 22 1",
"> c #9BACC2",
". c #547897",
"1 c #7F99B4",
"X c #D1D9E5",
"< c #EAEDF3",
"+ c #CAD2DC",
"3 c #718BA7",
"O c #BECAD9",
"$ c #E1E6EE",
"* c #F5F6F7",
", c #8DA0B9",
" c None",
"# c #D6DFE7",
"@ c #D2D9E0",
"- c #FAFCFE",
"; c #ADBACE",
"& c #EEF1F3",
"= c #F8F9FA",
"o c #B3BFD1",
"2 c #7A90AC",
": c #A2B3C5",
"% c #E5EAF1",
/* pixels */
" ",
" ..... ",
" .XXXX. ",
" ............. ",
" .oO+@#$%&*=-. ",
" .oO+@#$%&*=-. ",
" .;oO+X#$%&*=. ",
" .:;oO+X#$%&*. ",
" .>:;oO+X#$%&. ",
" .,>:;oO+X#$<. ",
" .1,>:;oO+X#$. ",
" .21,>:;oO+X#. ",
" .321,>:;oO+X. ",
" ............. ",
" "
};

View File

@@ -1,52 +0,0 @@
/* XPM */
static const char *const folder_open_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 31 1",
"6 c #9BACC2",
"w c #547B99",
"5 c #94A5BD",
". c #376485",
"; c #F1F4F7",
"o c #7F99B4",
"2 c #D1D9E5",
"- c #EAEDF3",
"O c #718BA7",
"0 c #65839D",
"* c #DCE2EA",
": c #F5F6F7",
"7 c #597B9A",
"X c #8DA0B9",
" c None",
"+ c #467291",
"q c #305F81",
"& c #D6DFE7",
"3 c #6A89A2",
"1 c #A8B6CA",
"= c #E4E9ED",
"> c #F8F9FA",
", c #FDFDFE",
"9 c #215579",
"8 c #7F97B0",
"@ c #B3BFD1",
"< c #7A90AC",
"$ c #C2CBDB",
"4 c #A2B3C5",
"% c #CAD6E1",
"# c #BBC4D6",
/* pixels */
" ",
"..... ",
".XXXo. ",
".XXXXO........ ",
".XXXXXXXXXXXX. ",
".XXXXXXXXXXXX. ",
".X++++++++++++++",
".X+@#$%&*=-;:>,+",
".<.1@#$%2*=-;:23",
"..X41@#$%2*=-;3 ",
"..X561@#$%2*=-3 ",
".78X561@#$%2*%3 ",
"90<8X561@#$%23 ",
"q++++++++++++w ",
" "
};

View File

@@ -1,21 +0,0 @@
/* XPM */
static const char *const forward_xpm[] = {
"16 15 3 1",
" c None",
". c Black",
"X c Gray100",
" ",
" ",
" . ",
" .. ",
" .X. ",
" ........XX. ",
" .XXXXXXXXXX. ",
" .XXXXXXXXXXX. ",
" .XXXXXXXXXXX. ",
" .XXXXXXXXXX. ",
" ........XX. ",
" .X. ",
" .. ",
" . ",
" "};

View File

@@ -1,58 +0,0 @@
/* XPM */
static const char *const error_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 4 1",
" c None",
"X c #242424",
"o c #DCDF00",
". c #C00000",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ..... ",
" ............. ",
" ................. ",
" ................... ",
" ....................... ",
" ......................... ",
" ........................... ",
" ...........................X ",
" .............................X ",
" ............................... ",
" ...............................X ",
" .................................X ",
" .................................X ",
" .................................XX ",
" ...ooooooooooooooooooooooooooo...XX ",
" ....ooooooooooooooooooooooooooo....X ",
" ....ooooooooooooooooooooooooooo....X ",
" ....ooooooooooooooooooooooooooo....XX ",
" ....ooooooooooooooooooooooooooo....XX ",
" ....ooooooooooooooooooooooooooo....XX ",
" ...ooooooooooooooooooooooooooo...XXX ",
" ...ooooooooooooooooooooooooooo...XXX ",
" .................................XX ",
" .................................XX ",
" ...............................XXX ",
" ...............................XXX ",
" .............................XXX ",
" ...........................XXXX ",
" ...........................XXX ",
" .........................XXX ",
" .......................XXXX ",
" X...................XXXXX ",
" X.................XXXXX ",
" X.............XXXXX ",
" XXXX.....XXXXXXXX ",
" XXXXXXXXXXXXX ",
" XXXXX ",
" ",
" ",
" ",
" ",
" ",
" "
};

View File

@@ -1,63 +0,0 @@
/* XPM */
static const char *const info_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 9 1",
"$ c Black",
"O c #FFFFFF",
"@ c #808080",
"+ c #000080",
"o c #E8EB01",
" c None",
"X c #FFFF40",
"# c #C0C0C0",
". c #ABAD01",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ..... ",
" ..XXXXX.. ",
" ..XXXXXXXXo.. ",
" .XXXOXXXXXXXoo. ",
" .XOOXXX+XXXXXo. ",
" .XOOOXX+++XXXXoo. ",
" .XOOXXX+++XXXXXo. ",
" .XOOOXXX+++XXXXXXo. ",
" .XOOXXXX+++XXXXXXo. ",
" .XXXXXXX+++XXXXXXX. ",
" .XXXXXXX+++XXXXXXo. ",
" .XXXXXXX+++XXXXXoo. ",
" .XXXXXX+++XXXXXo. ",
" .XXXXXXX+XXXXXXo. ",
" .XXXXXXXXXXXXo. ",
" .XXXXX+++XXXoo. ",
" .XXXX+++XXoo. ",
" .XXXXXXXXo. ",
" ..XXXXXXo.. ",
" .XXXXXo.. ",
" @#######@ ",
" @@@@@@@@@ ",
" @#######@ ",
" @@@@@@@@@ ",
" @#######@ ",
" @@@@@@@ ",
" ### ",
" $$$ ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};

View File

@@ -1,75 +0,0 @@
/* XPM */
static const char *const question_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 21 1",
". c Black",
"> c #696969",
"O c #1F1F00",
"+ c #181818",
"o c #F6F900",
"; c #3F3F00",
"$ c #111111",
" c None",
"& c #202020",
"X c #AAAA00",
"@ c #949400",
": c #303030",
"1 c #383838",
"% c #2A2A00",
", c #404040",
"= c #B4B400",
"- c #484848",
"# c #151500",
"< c #9F9F00",
"2 c #6A6A00",
"* c #353500",
/* pixels */
" ",
" ",
" ",
" ",
" ......... ",
" ...XXXXXXX.. ",
" ..XXXXoooooXXXO+ ",
" ..XXooooooooooooX@.. ",
" ..XoooooooooooooooXX#. ",
" $%XoooooooooooooooooXX#. ",
" &.XoooooooXXXXXXooooooXX.. ",
" .XooooooXX.$...$XXoooooX*. ",
" $.XoooooX%.$ .*oooooo=.. ",
" .XooooooX.. -.XoooooX.. ",
" .XoooooX..+ .XoooooX;. ",
" ...XXXX..: .XoooooX;. ",
" ........ >.XoooooX;. ",
" +.XoooooX.. ",
" ,.Xoooooo<.. ",
" 1#XooooooXO.. ",
" &#XooooooX2.. ",
" $%XooooooXX.. ",
" $%XooooooXX.. ",
" $%XooooooXX.. ",
" &.XooooooXX.. ",
" .XooooooXX.. ",
" &.XoooooXX.. ",
" ..XooooXX.. ",
" ..XooooX... ",
" ..XXooXX..& ",
" ...XXXXX.. ",
" ........ ",
" ",
" ",
" ....... ",
" ..XXXXX.. ",
" ..XXoooXX.. ",
" ..XoooooX.. ",
" ..XoooooX.. ",
" ..XXoooXX.. ",
" ..XXXXX.. ",
" ....... ",
" ",
" ",
" ",
" ",
" ",
" "
};

View File

@@ -1,63 +0,0 @@
/* XPM */
static const char *const warning_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 9 1",
"@ c Black",
"o c #A6A800",
"+ c #8A8C00",
"$ c #B8BA00",
" c None",
"O c #6E7000",
"X c #DCDF00",
". c #C00000",
"# c #373800",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . ",
" ... ",
" ... ",
" ..... ",
" ...X.. ",
" ..XXX.. ",
" ...XXX... ",
" ..XXXXX.. ",
" ..XXXXXX... ",
" ...XXoO+XX.. ",
" ..XXXO@#XXX.. ",
" ..XXXXO@#XXX... ",
" ...XXXXO@#XXXX.. ",
" ..XXXXXO@#XXXX... ",
" ...XXXXXo@OXXXXX.. ",
" ...XXXXXXo@OXXXXXX.. ",
" ..XXXXXXX$@OXXXXXX... ",
" ...XXXXXXXX@XXXXXXXX.. ",
" ...XXXXXXXXXXXXXXXXXX... ",
" ..XXXXXXXXXXOXXXXXXXXX.. ",
" ...XXXXXXXXXO@#XXXXXXXXX.. ",
" ..XXXXXXXXXXX#XXXXXXXXXX... ",
" ...XXXXXXXXXXXXXXXXXXXXXXX.. ",
" ...XXXXXXXXXXXXXXXXXXXXXXXX... ",
" .............................. ",
" .............................. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};

View File

@@ -1,60 +0,0 @@
/* XPM */
static const char *const harddisk_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 39 1",
"7 c #E3E4E6",
"4 c #FFFFFF",
"5 c #839CB5",
". c #547897",
"1 c #4D7492",
"@ c #376485",
"o c #7A92A3",
"u c #D1D9E5",
"y c #446A8C",
"i c #51B03D",
"> c #CAD2DC",
"O c #718BA7",
"2 c #65839D",
"6 c #DCE2EA",
"0 c #C3C5C8",
"9 c #F5F6F7",
": c #EBEBEC",
"< c #597B9A",
"t c #C6CCD3",
" c None",
"* c #DFE0E2",
"e c #467291",
"a c #526E8B",
", c #7393AB",
"p c #130A0B",
"# c #AABFCD",
"r c #B4C4D3",
"; c #CFCFD0",
"X c #6F90A6",
"+ c #6A89A2",
"- c #D2D3D4",
"= c #DCDBDA",
"w c #E4E9ED",
"q c #C6C8CA",
"% c #215579",
"$ c #E7E7E7",
"3 c #7F97B0",
"8 c #C0D1DC",
"& c #5D7C93",
/* pixels */
" ",
" .XoooXO+@ ",
" #$$%%%%$$$X ",
" &$*==-;$$$& ",
" &:>+,<1234o5 ",
" ###+67;;78242 ",
" &4,49*0q*9we4. ",
" &4+49*,,*9wo4. ",
"&4%r,67;;782t%4.",
"&44468rrrr84444,",
"y11111111111111e",
"1uu1:::::::::::1",
"1uu1::::::::ip:1",
"auu&:::::::::::1",
"1111111111111111"
};

View File

@@ -1,44 +0,0 @@
/* XPM */
static const char *const helpicon_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 6 1",
" c Gray0",
". c Blue",
"X c #808080808080",
"o c #c0c0c0c0c0c0",
"O c Gray100",
"+ c None",
/* pixels */
"+++++++++++XXXXXXXX+++++++++++++",
"++++++++XXXoOOOOOOoXXX++++++++++",
"++++++XXoOOOOOOOOOOOOoXX++++++++",
"+++++XoOOOOOOOOOOOOOOOOoX+++++++",
"++++XOOOOOOOOOOOOOOOOOOOO ++++++",
"+++XOOOOOOOo......oOOOOOOO +++++",
"++XOOOOOOOo.oOO....oOOOOOOO ++++",
"+XoOOOOOOO..OOOO....OOOOOOOo +++",
"+XOOOOOOOO....OO....OOOOOOOO X++",
"XoOOOOOOOO....Oo....OOOOOOOOo X+",
"XOOOOOOOOOo..oO....OOOOOOOOOO X+",
"XOOOOOOOOOOOOOo...OOOOOOOOOOO XX",
"XOOOOOOOOOOOOO...OOOOOOOOOOOO XX",
"XOOOOOOOOOOOOO..oOOOOOOOOOOOO XX",
"XOOOOOOOOOOOOO..OOOOOOOOOOOOO XX",
"XoOOOOOOOOOOOOOOOOOOOOOOOOOOo XX",
"+XOOOOOOOOOOOo..oOOOOOOOOOOO XXX",
"+XoOOOOOOOOOO....OOOOOOOOOOo XXX",
"++XOOOOOOOOOO....OOOOOOOOOO XXX+",
"+++ OOOOOOOOOo..oOOOOOOOOO XXXX+",
"++++ OOOOOOOOOOOOOOOOOOOO XXXX++",
"+++++ oOOOOOOOOOOOOOOOOo XXXX+++",
"++++++ oOOOOOOOOOOOOo XXXX++++",
"+++++++X oOOOOOOo XXXXX+++++",
"++++++++XXX oOOO XXXXXXX++++++",
"++++++++++XXXX OOO XXXXX++++++++",
"+++++++++++++X OOO XX+++++++++++",
"+++++++++++++++ OO XX+++++++++++",
"++++++++++++++++ O XX+++++++++++",
"+++++++++++++++++ XX+++++++++++",
"++++++++++++++++++XXX+++++++++++",
"+++++++++++++++++++XX+++++++++++"
};

View File

@@ -1,24 +0,0 @@
/* XPM */
static const char *const home_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 3 1",
". c Black",
"X c #FFFFFF",
" c None",
/* pixels */
" .... ",
" .XXXX. ",
" .XXXXXX. ",
" .XXXXXXXX. ",
" .XXXXXXXXXX. ",
" .............. ",
" .XXXXXXXXXXXX. ",
" .XXXXXXXXXXXX. ",
" .XXXXXXXXXXXX. ",
" .X.....X....X. ",
" .X. .X. .X. ",
" .X. .X. .X. ",
" .X.....X. .X. ",
" .XXXXXXX. .X. ",
" ......... ... "
};

View File

@@ -1,25 +0,0 @@
/* XPM */
static const char *const htmbook_xpm[] = {
"16 16 6 1",
" c None",
". c Black",
"X c #000080",
"o c #c0c0c0",
"O c #808080",
"+ c Gray100",
" ",
" .. ",
" ..XX. ",
" ..XXXXX. ",
" ..XXXXXXXX. ",
".oXXXXXXXXXX. ",
".XoXXXXXXXXXX. ",
".XXoXXXXXXXXXX. ",
".XXXoXXXXXXXXX..",
".XXXXoXXXXXX..O ",
" .XXXXoXXX..O+O ",
" .XXXXo..O++o..",
" .XXX.O+++o.. ",
" .XX.o+o.. ",
" .X.o.. ",
" ... "};

View File

@@ -1,25 +0,0 @@
/* XPM */
static const char *const htmfoldr_xpm[] = {
"16 16 6 1",
" c None",
". c Black",
"X c #000080",
"o c #c0c0c0",
"O c #808080",
"+ c Gray100",
" ",
" .. ",
" ..XX. ",
" ..XXXXX. ",
" ..XXXXXXXX. ",
".oXXXXXXXXXX. ",
".XoXXXXXXXXXX. ",
".XXoXXXXXXXXXX. ",
".XXXoXXXXXXXXX..",
".XXXXoXXXXXX..O ",
" .XXXXoXXX..O+O ",
" .XXXXo..O++o..",
" .XXX.O+++o.. ",
" .XX.o+o.. ",
" .X.o.. ",
" ... "};

View File

@@ -1,20 +0,0 @@
/* XPM */
static const char *const htmoptns_xpm[] = {
"16 15 2 1",
" c None",
". c #000000",
" ",
" .. ",
" ... ",
" .... ",
" . ... ",
" .. ... ",
" . .. ",
" .. ... ",
" . .. ",
" ......... ",
" .. ... ",
" . ... ",
" .. ... ",
" .... ....... ",
" "};

View File

@@ -1,23 +0,0 @@
/* XPM */
static const char *const htmpage_xpm[] = {
"16 16 4 1",
" c None",
". c #808080",
"X c Gray100",
"o c Black",
" ",
" .......... ",
" .XXXXXXXX.. ",
" .XXXXXXXXooo ",
" .X......XXXo ",
" .XXXXXXXXXXo ",
" .X........Xo ",
" .XXXXXXXXXXo ",
" .X........Xo ",
" .XXXXXXXXXXo ",
" .X........Xo ",
" .XXXXXXXXXXo ",
" .X........Xo ",
" .XXXXXXXXXXo ",
" .XXXXXXXXXXo ",
" oooooooooooo "};

View File

@@ -1,27 +0,0 @@
/* XPM */
static const char *const htmsidep_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 6 1",
". c Black",
"X c #FFFFFF",
"+ c #808080",
" c None",
"O c #0000C0",
"o c #C0C0C0",
/* pixels */
" ",
" .............. ",
" .XXXX.ooooooo. ",
" .XOXX.oo...oo. ",
" .XXOX.ooooooo. ",
" .OOOO.o...+.o. ",
" .XXOX.ooooooo. ",
" .XOXX.ooooooo. ",
" .XXXX.o..+ooo. ",
" .XXOX.ooooooo. ",
" .XOXX.o...+.o. ",
" .OOOO.ooooooo. ",
" .XOXX.o.+...o. ",
" .XXOX.ooooooo. ",
" .............. "
};

View File

@@ -1,22 +0,0 @@
/* XPM */
static const char *const last_xpm[] = {
"16 16 3 1",
" c None",
". c Black",
"X c Gray100",
" ",
" ",
" . ...",
" .. ...",
" .X. ...",
" ........XX. ...",
" .XXXXXXXXXX....",
" .XXXXXXXXXXX...",
" .XXXXXXXXXXX...",
" .XXXXXXXXXX....",
" ........XX. ...",
" .X. ...",
" .. ...",
" . ...",
" ",
" "};

View File

@@ -1,25 +0,0 @@
/* XPM */
static const char *const listview_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 4 1",
" c Black",
". c #FFFFFF",
"X c #000084",
"o c #848484",
/* pixels */
" ",
" .............. ",
" .XXX.......... ",
" .XXX. o o . ",
" .XXX.......... ",
" .............. ",
" .XXX.......... ",
" .XXX. o . ",
" .XXX.......... ",
" .............. ",
" .XXX.......... ",
" .XXX. o o . ",
" .XXX.......... ",
" .............. ",
" "
};

View File

@@ -1,22 +0,0 @@
/* XPM */
static const char *const minus_xpm[] = {
"16 16 3 1",
" c None",
". c Black",
"X c Gray100",
" ",
" ",
" ",
" ",
" ",
" ",
" .............. ",
" .XXXXXXXXXXXX. ",
" .XXXXXXXXXXXX. ",
" .............. ",
" ",
" ",
" ",
" ",
" ",
" "};

View File

@@ -1,43 +0,0 @@
/* XPM */
static const char *const missimg_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 5 1",
"X c Black",
"o c #FFFFFF",
" c None",
". c #C0C0C0",
"O c #E0E0E0",
/* pixels */
" .............................X ",
" .ooooooooooooooooooooooooooooX ",
" .ooooooooooooooooooooooooooooX ",
" .ooOOOOOOOOOOOOOOOOOOOOOOOOooX ",
" .ooOOOOOOOOOOOOOOOOOOOOOOOOooX ",
" .ooOOOOOOOOOOOOOOOOOOOOOOOOooX ",
" .ooOOOOOOOOOOOOOOOOOOOOOOOOooX ",
" .ooOOOOOOOOOOOOOOOOOOOOOOOOooX ",
" .ooOOOOOOOOOOOOOOOOOOOOOOOOooX ",
" .ooOOOOOOOXOOOOOOOOOOOOOOOOooX ",
" XXXOOOOOXX XOOOOOOOOOOOOOOOooX ",
" XXXXX XOOOOOOOOOOOOOOooX ",
" XOOOXXXOOOOOOOooX ",
" XXX XXOOOOOooX ",
" XOOOOooX ",
" . XOOOooX ",
" .. XXOooX ",
" .o.. XooX ",
" .ooO... XXX ",
" .ooOOOO.......... ",
" .ooOOOOOOOOOOOOOO.. ",
" .ooOOOOOOOOOOOOOOOO.. ",
" .ooOOOOOOOOOOOOOOOOOO......... ",
" .ooOOOOOOOOOOOOOOOOOOOOOOOOooX ",
" .ooOOOOOOOOOOOOOOOOOOOOOOOOooX ",
" .ooOOOOOOOOOOOOOOOOOOOOOOOOooX ",
" .ooOOOOOOOOOOOOOOOOOOOOOOOOooX ",
" .ooOOOOOOOOOOOOOOOOOOOOOOOOooX ",
" .ooOOOOOOOOOOOOOOOOOOOOOOOOooX ",
" .ooooooooooooooooooooooooooooX ",
" .ooooooooooooooooooooooooooooX ",
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX "
};

View File

@@ -1,58 +0,0 @@
/* XPM */
static const char *const error_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 4 1",
" c None",
"X c #242424",
"o c #DCDF00",
". c #C00000",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ..... ",
" ............. ",
" ................. ",
" ................... ",
" ....................... ",
" ......................... ",
" ........................... ",
" ...........................X ",
" .............................X ",
" ............................... ",
" ...............................X ",
" .................................X ",
" .................................X ",
" .................................XX ",
" ...ooooooooooooooooooooooooooo...XX ",
" ....ooooooooooooooooooooooooooo....X ",
" ....ooooooooooooooooooooooooooo....X ",
" ....ooooooooooooooooooooooooooo....XX ",
" ....ooooooooooooooooooooooooooo....XX ",
" ....ooooooooooooooooooooooooooo....XX ",
" ...ooooooooooooooooooooooooooo...XXX ",
" ...ooooooooooooooooooooooooooo...XXX ",
" .................................XX ",
" .................................XX ",
" ...............................XXX ",
" ...............................XXX ",
" .............................XXX ",
" ...........................XXXX ",
" ...........................XXX ",
" .........................XXX ",
" .......................XXXX ",
" X...................XXXXX ",
" X.................XXXXX ",
" X.............XXXXX ",
" XXXX.....XXXXXXXX ",
" XXXXXXXXXXXXX ",
" XXXXX ",
" ",
" ",
" ",
" ",
" ",
" "
};

View File

@@ -1,63 +0,0 @@
/* XPM */
static const char *const info_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 9 1",
"$ c Black",
"O c #FFFFFF",
"@ c #808080",
"+ c #000080",
"o c #E8EB01",
" c None",
"X c #FFFF40",
"# c #C0C0C0",
". c #ABAD01",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ..... ",
" ..XXXXX.. ",
" ..XXXXXXXXo.. ",
" .XXXOXXXXXXXoo. ",
" .XOOXXX+XXXXXo. ",
" .XOOOXX+++XXXXoo. ",
" .XOOXXX+++XXXXXo. ",
" .XOOOXXX+++XXXXXXo. ",
" .XOOXXXX+++XXXXXXo. ",
" .XXXXXXX+++XXXXXXX. ",
" .XXXXXXX+++XXXXXXo. ",
" .XXXXXXX+++XXXXXoo. ",
" .XXXXXX+++XXXXXo. ",
" .XXXXXXX+XXXXXXo. ",
" .XXXXXXXXXXXXo. ",
" .XXXXX+++XXXoo. ",
" .XXXX+++XXoo. ",
" .XXXXXXXXo. ",
" ..XXXXXXo.. ",
" .XXXXXo.. ",
" @#######@ ",
" @@@@@@@@@ ",
" @#######@ ",
" @@@@@@@@@ ",
" @#######@ ",
" @@@@@@@ ",
" ### ",
" $$$ ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};

View File

@@ -1,75 +0,0 @@
/* XPM */
static const char *const question_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 21 1",
". c Black",
"> c #696969",
"O c #1F1F00",
"+ c #181818",
"o c #F6F900",
"; c #3F3F00",
"$ c #111111",
" c None",
"& c #202020",
"X c #AAAA00",
"@ c #949400",
": c #303030",
"1 c #383838",
"% c #2A2A00",
", c #404040",
"= c #B4B400",
"- c #484848",
"# c #151500",
"< c #9F9F00",
"2 c #6A6A00",
"* c #353500",
/* pixels */
" ",
" ",
" ",
" ",
" ......... ",
" ...XXXXXXX.. ",
" ..XXXXoooooXXXO+ ",
" ..XXooooooooooooX@.. ",
" ..XoooooooooooooooXX#. ",
" $%XoooooooooooooooooXX#. ",
" &.XoooooooXXXXXXooooooXX.. ",
" .XooooooXX.$...$XXoooooX*. ",
" $.XoooooX%.$ .*oooooo=.. ",
" .XooooooX.. -.XoooooX.. ",
" .XoooooX..+ .XoooooX;. ",
" ...XXXX..: .XoooooX;. ",
" ........ >.XoooooX;. ",
" +.XoooooX.. ",
" ,.Xoooooo<.. ",
" 1#XooooooXO.. ",
" &#XooooooX2.. ",
" $%XooooooXX.. ",
" $%XooooooXX.. ",
" $%XooooooXX.. ",
" &.XooooooXX.. ",
" .XooooooXX.. ",
" &.XoooooXX.. ",
" ..XooooXX.. ",
" ..XooooX... ",
" ..XXooXX..& ",
" ...XXXXX.. ",
" ........ ",
" ",
" ",
" ....... ",
" ..XXXXX.. ",
" ..XXoooXX.. ",
" ..XoooooX.. ",
" ..XoooooX.. ",
" ..XXoooXX.. ",
" ..XXXXX.. ",
" ....... ",
" ",
" ",
" ",
" ",
" ",
" "
};

View File

@@ -1,63 +0,0 @@
/* XPM */
static const char *const warning_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 9 1",
"@ c Black",
"o c #A6A800",
"+ c #8A8C00",
"$ c #B8BA00",
" c None",
"O c #6E7000",
"X c #DCDF00",
". c #C00000",
"# c #373800",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . ",
" ... ",
" ... ",
" ..... ",
" ...X.. ",
" ..XXX.. ",
" ...XXX... ",
" ..XXXXX.. ",
" ..XXXXXX... ",
" ...XXoO+XX.. ",
" ..XXXO@#XXX.. ",
" ..XXXXO@#XXX... ",
" ...XXXXO@#XXXX.. ",
" ..XXXXXO@#XXXX... ",
" ...XXXXXo@OXXXXX.. ",
" ...XXXXXXo@OXXXXXX.. ",
" ..XXXXXXX$@OXXXXXX... ",
" ...XXXXXXXX@XXXXXXXX.. ",
" ...XXXXXXXXXXXXXXXXXX... ",
" ..XXXXXXXXXXOXXXXXXXXX.. ",
" ...XXXXXXXXXO@#XXXXXXXXX.. ",
" ..XXXXXXXXXXX#XXXXXXXXXX... ",
" ...XXXXXXXXXXXXXXXXXXXXXXX.. ",
" ...XXXXXXXXXXXXXXXXXXXXXXXX... ",
" .............................. ",
" .............................. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};

View File

@@ -1,50 +0,0 @@
/* XPM */
static const char *const new_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 29 1",
"* c #97C4E7",
"- c #72A8D2",
": c #FFFFFF",
"9 c #839CB5",
"o c #6B98B8",
"X c #5A89A6",
"# c #3A749C",
", c #D1E5F5",
"0 c #85A7BC",
"$ c #C3DDF1",
"8 c #749BB4",
"; c #5F9BC8",
" c None",
"+ c #538DB3",
"= c #85BBE2",
"3 c #EFF6FC",
"O c #6591AE",
"5 c #F7FBFD",
"7 c #FAFCFE",
"< c #DAEAF7",
"4 c #E9F3FA",
"6 c #FDFDFE",
"1 c #E2EFF8",
". c #8EA9BC",
"% c #B6D5EE",
"& c #A5CCEA",
"> c #ACE95B",
"2 c #F4F9FD",
"@ c #4581AA",
/* pixels */
" .XoOO+@#. ",
" .$$%&*=O-; ",
" @@@@$%&*O:*o ",
" @>>@$$%&O::*o ",
"@@@>>@@@$%OOoO+ ",
"@>>>>>>@,$%&*=+ ",
"@>>>>>>@<,$%&*+ ",
"@@@>>@@@1<,$%&O ",
" @>>@2341<,$%O ",
" @@@@52341<,$o ",
" .:6752341<,8 ",
" .::6752341<8 ",
" .:::67523419 ",
" .::::6752340 ",
" ............ "
};

View File

@@ -1,43 +0,0 @@
/* XPM */
static const char *const new_dir_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 22 1",
"X c Black",
"> c #9BACC2",
"o c #547897",
"1 c #7F99B4",
"O c #D1D9E5",
"< c #EAEDF3",
"# c #CAD2DC",
"3 c #718BA7",
"@ c #BECAD9",
"& c #E1E6EE",
"; c #F5F6F7",
". c #FFFF00",
", c #8DA0B9",
" c None",
"% c #D6DFE7",
"$ c #D2D9E0",
"- c #ADBACE",
"= c #EEF1F3",
"+ c #B3BFD1",
"2 c #7A90AC",
": c #A2B3C5",
"* c #E5EAF1",
/* pixels */
" .X .XX.",
" ooooo .X.X. ",
" oOOOOo XX...XX",
" oooooooo.......",
" o+@#$%&*XX...XX",
" o+@#$%&*=.X.X. ",
" o-+@#O%&.X;.X .",
" o:-+@#O%&*=;o ",
" o>:-+@#O%&*=o ",
" o,>:-+@#O%&<o ",
" o1,>:-+@#O%&o ",
" o21,>:-+@#O%o ",
" o321,>:-+@#Oo ",
" ooooooooooooo ",
" "
};

View File

@@ -1,2 +0,0 @@
The files in this directory are the sources which were converted by
misc/scripts/png2c.py and included in src/osx/carbon/renderer.cpp.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 458 B

View File

@@ -1,46 +0,0 @@
/* XPM */
static const char *const paste_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 25 1",
"< c #FEECE4",
"> c #FEE3D7",
"O c #FFFFFF",
"o c #7B767D",
"% c #F79586",
"& c #CAE1F3",
"@ c #F08B62",
"# c #FCCBB8",
"- c #FDD8C9",
"4 c #FFF8F4",
"5 c #FFF5F0",
" c None",
"$ c #F8AA8F",
", c #EFF6FC",
"1 c #F7FBFD",
"2 c #FAFCFE",
"; c #DAEAF7",
": c #E9F3FA",
"6 c #FFFAF8",
". c #3C78A6",
"3 c #FFF1ED",
"X c #9B8687",
"+ c #FBBCA4",
"* c #B6D5EE",
"= c #F4F9FD",
/* pixels */
" ...... ",
" .XoOOOOoo. ",
".+XOOOOOOX@. ",
".+XXXXXXXX@. ",
".#++$$%@..... ",
".##++$$%.&*.=. ",
".-##++$$.;&.==. ",
".--##++$.:;.... ",
".>--##++.,:;&*. ",
".<>--##+.1,:;&. ",
".<<>--##.21,:;. ",
".3<<>--#.O21=:. ",
".45<<>--....... ",
".6453<>----. ",
"............ "
};

View File

@@ -1,22 +0,0 @@
/* XPM */
static const char *const plus_xpm[] = {
"16 16 3 1",
" c None",
". c Black",
"X c Gray100",
" ",
" ",
" .... ",
" .XX. ",
" .XX. ",
" .XX. ",
" ......XX...... ",
" .XXXXXXXXXXXX. ",
" .XXXXXXXXXXXX. ",
" ......XX...... ",
" .XX. ",
" .XX. ",
" .XX. ",
" .... ",
" ",
" "};

View File

@@ -1,60 +0,0 @@
/* XPM */
static const char *const print_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 39 1",
"< c #E3E4E6",
"+ c #C3C3C4",
"i c #FFFFFF",
": c #74879B",
"# c #5A89A6",
"a c #F1F4F7",
"r c #5A809C",
"@ c #BDCCD9",
"e c #7A92A4",
"% c #3F6F93",
"t c #9FA2A6",
"3 c #939495",
"w c #5F666D",
"9 c #65839E",
"5 c #4A7291",
"$ c #4B7F9E",
" c None",
"O c #DFE0E2",
"o c #F3F3F3",
"; c #84A5BB",
"& c #467291",
". c #7897AD",
"* c #407598",
"4 c #CFCFD0",
"7 c #6F90A6",
"y c #6A89A2",
"0 c #AAADB2",
"1 c #D2D3D4",
"u c #4F7592",
", c #BCBDBE",
"p c #57778E",
"q c #979BA0",
"2 c #ABABAC",
"- c #E7E7E7",
"= c #D6DEE6",
"> c #9FA0A0",
"8 c #829EB5",
"X c #8FB0C3",
"6 c #5D7C93",
/* pixels */
" .XXXXXXXX ",
" .oooooooX ",
" .OOOOOOOX ",
" .+++++++X ",
"@##$%&&&&&%*##@ ",
"$=-;:>,<123$-=$ ",
".44.5678.96$44. ",
"7,,,,,,,,,,,,,7 ",
"900qwwwwwwwe009 ",
"rtt9ryyyyyyuttr ",
"6qq6iiiiiii%qq6 ",
"633paiiiiii%336 ",
"XXX*iiiiiii%XXX ",
" 6iiiiiii% ",
" $XXXXXXX# "
};

View File

@@ -1,90 +0,0 @@
/* XPM */
static const char *const quit_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 69 1",
"@ c Black",
"i c #9AEA53",
"D c #7E9BB1",
"H c #839FB4",
", c #B7C7D3",
"8 c #BCCBD6",
"7 c #C1CFDA",
"v c #92ABBD",
"- c #D0DBE2",
"O c #547897",
"+ c #376485",
"L c #7090A8",
"t c #AEC0CE",
"g c #B3C4D1",
"S c #84A0B4",
"G c #89A4B8",
"> c #BDCCD7",
"F c #5A809C",
"2 c #C2D0DA",
"k c #93ACBE",
"= c #D6E0E6",
"* c #446A8C",
"z c #A5B9C8",
"# c #DEE5EB",
"0 c #AFC1CE",
"r c #B4C5D2",
"p c #B9C9D5",
"A c #8AA5B8",
"M c #92AABD",
"j c #A6BAC9",
"K c #7796AC",
"l c #ABBECC",
"o c #E4EAEF",
"9 c #B5C6D2",
" c None",
"; c #C9D6DF",
"X c #305F81",
"m c #98AFC0",
"V c #9DB3C3",
"% c #D1DBE3",
"u c #A2B7C6",
"y c #A7BBCA",
"h c #ACBFCD",
"4 c #B6C7D3",
"w c #C0CFD9",
"d c #982106",
"B c #85A0B5",
"6 c #C8D4DE",
"c c #99B0C1",
"x c #9EB4C4",
"$ c #D7E0E7",
"q c #A8BCCA",
"s c #ADC0CD",
"3 c #BCCCD7",
"N c #8BA5B9",
": c #C4D1DB",
"1 c #C9D5DE",
"f c #9AB1C2",
"n c #A4B9C8",
"a c #B3C5D1",
". c #215579",
"J c #7D9AB0",
"& c #829EB5",
"e c #BBCAD6",
"b c #8CA6B9",
"Z c #91AABC",
"C c #96AEC0",
"< c #CFDAE2",
"5 c #AFC2CF",
/* pixels */
" ..XXXXXXXXXX ",
" XoO+X@@@@@@X ",
" X#$%&X*@@@@X ",
" X=-;:>,X@@@X ",
" X<12345X@@@X ",
" X67890qX@XXX ",
" XwertyuX@XiX ",
" XpasddfX++iiX ",
" XghjddkXiiiiiX ",
" XlzxcvbXiiiiiiX",
" XnxmMNBXiiiiiX ",
" XVCZASDXXXiiX ",
" XXFGHJKX XiX ",
" FXXFLX XX ",
" XX* "
};

View File

@@ -1,58 +0,0 @@
/* XPM */
static const char *const redo_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 37 1",
"4 c #9BACC2",
"; c #4C7398",
"3 c #547B99",
"* c #547897",
"# c #5A89A6",
"8 c #3A749C",
"5 c #5A809C",
", c #7F99B4",
"& c #3F6F93",
"9 c #85A7BC",
"+ c #749BB4",
"> c #718BA7",
"e c #A5B3C8",
"w c #BECAD9",
": c #65839D",
"u c #E1E6EE",
"o c #236289",
"r c #ADBED2",
"= c #597B9A",
"2 c #8DA0B9",
" c None",
"% c #467291",
"1 c #7393AB",
"i c #4C809F",
"- c #A0BACB",
"O c #6591AE",
"X c #407598",
"6 c #6F90A6",
"t c #D2D9E0",
"7 c #ADBACE",
"@ c #326A8F",
"0 c #467A9C",
". c #ACC4D3",
"< c #7F97B0",
"y c #B3BFD1",
"q c #A2B3C5",
"$ c #8FB0C3",
/* pixels */
" .XoooO ",
" +o@@@@@o# +",
" $@%%&@&%%&@ +o",
" X*=@+-+@*=;@#&@",
" @:=+ @=:=*:@",
" &>:$ @:>>>@",
" &,<X X>,,,&",
" +123 @<2222&",
" X44X #@56<44X",
" O1748 .9#&o",
" 0qwe8 ",
" 8rty8 ",
" 8wu+ ",
" i## ",
" "
};

View File

@@ -1,44 +0,0 @@
/* XPM */
static const char *const removable_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 23 1",
"@ c #C3C3C4",
"4 c #FFFFFF",
"o c #D5D6D8",
"> c #7A92A3",
". c #8497A5",
"% c #ACAEB2",
"2 c #4A7898",
": c #DCE2EA",
", c #F5F6F7",
"= c #EBEBEC",
"$ c #B7B7B8",
" c None",
"X c #DFE0E2",
"* c #A6A8AD",
"1 c #4C809F",
"3 c #407598",
"O c #CFCFD0",
"; c #9EA2A8",
"# c #BCBDBE",
"+ c #C6C8CA",
"- c #979BA0",
"& c #E7E7E7",
"< c #8FB0C3",
/* pixels */
" ......... ",
" .XoO+@#$%. ",
" .XoO+@#$%. ",
" .&XoO+@#$%*. ",
" .&XoO+@#$%*. ",
" .=&XoO+@#$%*-. ",
" .=&XoO+@#$%*;. ",
".:=&XoO+@#$%*;>.",
".,=&XoO+@#$%*;-.",
"<..............<",
"<,=&XoO+@#$%%%%.",
"<O1111122233*4*.",
"<OOOOOOOOOOO***.",
" <<<<<<<<<<<<<< ",
" "
};

View File

@@ -1,24 +0,0 @@
/* XPM */
static const char *const repview_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 3 1",
" c Black",
"X c #FFFFFF",
". c #C0C0C0",
/* pixels */
" ",
" .............. ",
" . . . . ",
" .............. ",
" .............. ",
" XXXXXXXXXXXXXX ",
" X X X X ",
" XXXXXXXXXXXXXX ",
" X X X X ",
" XXXXXXXXXXXXXX ",
" X X X X ",
" XXXXXXXXXXXXXX ",
" X X X X ",
" XXXXXXXXXXXXXX ",
" "
};

View File

@@ -1,284 +0,0 @@
/* application_x_executable.png - 560 bytes */
static const unsigned char application_x_executable_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x04, 0x16, 0x14, 0x07, 0x38, 0x72,
0xb9, 0xac, 0x4a, 0x00, 0x00, 0x01, 0xbd, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xb5, 0x93, 0xcd,
0x4e, 0x13, 0x61, 0x14, 0x86, 0x9f, 0xef, 0x9b,
0x6f, 0x66, 0xa4, 0x4d, 0x48, 0x28, 0x82, 0xa4,
0x60, 0x3b, 0x0d, 0x90, 0x09, 0xc6, 0x28, 0x68,
0x20, 0x61, 0xa3, 0x1b, 0x48, 0xf0, 0x06, 0xb8,
0x00, 0x37, 0x4d, 0xdc, 0xb0, 0x60, 0xe3, 0xce,
0x70, 0x01, 0x2e, 0x9a, 0xb8, 0x61, 0xc3, 0x05,
0x34, 0xde, 0x80, 0xd1, 0x95, 0x71, 0xe5, 0x42,
0xaa, 0x09, 0xda, 0x51, 0xcc, 0x0c, 0xa1, 0x69,
0x0b, 0xb4, 0xfc, 0x65, 0xfa, 0x87, 0x28, 0x2e,
0x94, 0x66, 0x14, 0x66, 0x76, 0xbc, 0xc9, 0x59,
0x3e, 0x4f, 0x4e, 0xf2, 0x9e, 0x03, 0x21, 0x59,
0x5c, 0x5a, 0x9d, 0x9c, 0x59, 0x78, 0x7a, 0xb6,
0xb8, 0xb4, 0x3a, 0x49, 0x44, 0x64, 0x18, 0xec,
0x39, 0xee, 0xfa, 0xf3, 0x67, 0x8f, 0xf1, 0x1c,
0x77, 0x3d, 0x4a, 0x22, 0xa3, 0xe0, 0x62, 0x69,
0x87, 0x89, 0x7b, 0x76, 0xa4, 0x44, 0x86, 0xc1,
0x9b, 0x95, 0x1a, 0xba, 0xd2, 0xb8, 0x33, 0x3e,
0x4c, 0x62, 0x64, 0x28, 0x54, 0x22, 0x2f, 0x5d,
0x7b, 0x77, 0x1f, 0x5d, 0x49, 0x74, 0x4d, 0x83,
0x33, 0xe8, 0x31, 0x0c, 0x2c, 0x3b, 0x73, 0xa9,
0x44, 0xfc, 0x0f, 0x97, 0xea, 0x87, 0x08, 0x04,
0x42, 0x80, 0x10, 0x82, 0x4f, 0xc5, 0x12, 0xa6,
0xa1, 0x38, 0x3d, 0xfd, 0xc9, 0x17, 0xb7, 0x8a,
0xe7, 0xb8, 0x58, 0x76, 0x66, 0x2a, 0x9f, 0xcb,
0x16, 0x00, 0x64, 0x10, 0xae, 0x1e, 0x1c, 0xa3,
0x6b, 0x1a, 0xba, 0xfa, 0x33, 0xed, 0xf6, 0x0f,
0xf8, 0x05, 0x89, 0xde, 0x38, 0xb7, 0x46, 0x93,
0x0c, 0xf7, 0xf7, 0x05, 0x37, 0x99, 0x03, 0x50,
0xe7, 0x70, 0xed, 0xb8, 0x81, 0xae, 0x34, 0x84,
0x10, 0x08, 0x04, 0x8d, 0x56, 0x87, 0xda, 0xbe,
0xcf, 0xdd, 0x89, 0x9b, 0x5c, 0x33, 0x15, 0xef,
0xde, 0x6f, 0x22, 0x11, 0xa4, 0x07, 0xfa, 0x01,
0xf0, 0x1c, 0xf7, 0x35, 0x20, 0xa4, 0x65, 0x67,
0xe6, 0x97, 0x57, 0xd6, 0xb8, 0xde, 0x1b, 0xa7,
0xd5, 0x3a, 0xc1, 0x6f, 0xb4, 0xf9, 0xee, 0xed,
0xb2, 0xb5, 0x5d, 0xa7, 0x5c, 0x39, 0xa4, 0xd9,
0xe8, 0x50, 0xae, 0x1c, 0xa1, 0xa4, 0x24, 0x66,
0x1a, 0x6c, 0xed, 0xd5, 0xf1, 0x1c, 0x97, 0xd4,
0x58, 0xea, 0x3e, 0x80, 0xcc, 0xe7, 0xb2, 0x6f,
0x2c, 0x3b, 0x33, 0xb5, 0xbc, 0xb2, 0xc6, 0xc8,
0x60, 0x1f, 0x1b, 0xc5, 0x32, 0x7b, 0x35, 0x1f,
0xdf, 0xef, 0x30, 0x96, 0x1e, 0x24, 0x95, 0x4c,
0xd0, 0x6a, 0x9e, 0x10, 0x33, 0x0d, 0x9c, 0x72,
0xb5, 0x0b, 0xbf, 0x7c, 0xf1, 0xe4, 0x43, 0xb7,
0x85, 0x7c, 0x2e, 0x5b, 0x38, 0x97, 0x3c, 0x7a,
0x78, 0x9b, 0xb8, 0x69, 0x10, 0x37, 0x0d, 0x8e,
0x0e, 0x9a, 0x48, 0x21, 0x50, 0x42, 0xf2, 0xd1,
0x2b, 0x5d, 0x80, 0xff, 0xa9, 0x31, 0x28, 0x79,
0x30, 0x3b, 0x4e, 0xcc, 0x34, 0x18, 0x4d, 0x0f,
0x60, 0xea, 0x8a, 0xb7, 0x1b, 0xdf, 0xf0, 0x1c,
0x97, 0xa4, 0x75, 0x63, 0x3a, 0x08, 0x77, 0x6b,
0x0c, 0x3b, 0xa6, 0xaf, 0xc5, 0x1d, 0x5e, 0x15,
0x3e, 0x5f, 0xa8, 0x2e, 0x52, 0x10, 0x94, 0xfc,
0xad, 0x2c, 0x14, 0x8e, 0x4c, 0xe0, 0x1b, 0xe7,
0xb8, 0xca, 0xfc, 0x06, 0x1f, 0x9b, 0xf0, 0x44,
0x52, 0x78, 0x46, 0x4d, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
/* application_x_executable.png - 1651 bytes */
static const unsigned char application_x_executable_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x05,
0xfe, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0xcb, 0x4f, 0x13, 0x5b, 0x18, 0xff, 0xe6,
0xd1, 0x76, 0x18, 0xfa, 0x1a, 0x24, 0xd0, 0x27,
0xc5, 0xfa, 0x00, 0x05, 0x0c, 0x41, 0x51, 0x31,
0x12, 0x48, 0xbc, 0x80, 0x24, 0x46, 0x17, 0xc6,
0x95, 0x3b, 0x15, 0x5d, 0x28, 0x3e, 0x17, 0xfa,
0x27, 0xb8, 0xd1, 0xc4, 0xad, 0x3b, 0x25, 0x26,
0xba, 0x24, 0x3e, 0x89, 0x89, 0x31, 0x91, 0x47,
0x40, 0x20, 0xe1, 0x59, 0x1c, 0xc0, 0x16, 0x5b,
0xfa, 0x98, 0xd2, 0x0e, 0xa5, 0x65, 0x86, 0x3e,
0xe7, 0x2e, 0x8e, 0x93, 0xda, 0xa2, 0x01, 0xbc,
0xdc, 0xdc, 0x9b, 0xdc, 0xfb, 0x6d, 0x7e, 0x39,
0xa7, 0xa7, 0x67, 0x7e, 0xbf, 0xdf, 0xf7, 0x7d,
0x33, 0xe7, 0x00, 0xfc, 0x1f, 0xff, 0x6c, 0x60,
0xdb, 0xbd, 0xe1, 0xe1, 0xc3, 0x27, 0x4f, 0xde,
0xbb, 0x67, 0x34, 0xa2, 0x91, 0xd7, 0x9b, 0xfb,
0xab, 0xc9, 0x34, 0x34, 0xf4, 0xee, 0xdd, 0xfd,
0xfb, 0x3e, 0xdf, 0x76, 0x3d, 0x0f, 0xff, 0xbb,
0x88, 0x5f, 0xbb, 0xd6, 0xd1, 0xd1, 0xda, 0xba,
0xbc, 0x7c, 0xfa, 0xf4, 0xa9, 0x53, 0xf5, 0xf5,
0x82, 0x20, 0xcf, 0xe7, 0xae, 0xfb, 0x17, 0x08,
0xc8, 0x27, 0x7e, 0xf5, 0xea, 0x85, 0x0b, 0x2d,
0x2d, 0x3c, 0xbf, 0x73, 0xa7, 0xc9, 0x64, 0xb1,
0xe8, 0xf5, 0x4d, 0x4d, 0x07, 0x0f, 0xd6, 0xd4,
0xd0, 0x74, 0x7b, 0x7b, 0x5b, 0x5b, 0x5d, 0xdd,
0xf6, 0x0b, 0xf9, 0x6d, 0x01, 0xeb, 0x1d, 0xbf,
0x78, 0xb1, 0xa5, 0x85, 0xe7, 0xed, 0x76, 0xab,
0xd5, 0x6a, 0x65, 0x18, 0x87, 0xc3, 0xe3, 0x09,
0x04, 0x00, 0xa6, 0xa7, 0xdd, 0x6e, 0xbf, 0x1f,
0xe0, 0xd3, 0xa7, 0x89, 0x09, 0x8f, 0x87, 0xa6,
0x1b, 0x1b, 0x1b, 0x1b, 0xf7, 0xef, 0x8f, 0xc5,
0xb6, 0x4b, 0xc8, 0x96, 0x05, 0xe4, 0x13, 0xef,
0xec, 0xbc, 0x74, 0x09, 0x39, 0x6e, 0xb1, 0x58,
0xad, 0x0c, 0xc3, 0xb2, 0x5e, 0x2f, 0xc7, 0x01,
0x90, 0x24, 0x8e, 0xe3, 0x38, 0x80, 0x42, 0x41,
0x92, 0x04, 0x01, 0xd0, 0xd9, 0x79, 0xee, 0x5c,
0x73, 0x33, 0xc0, 0xd8, 0xd8, 0xdc, 0xdc, 0xd2,
0x92, 0x5a, 0x7d, 0xec, 0x58, 0x43, 0x43, 0x45,
0xc5, 0x5f, 0x17, 0xb2, 0x69, 0x01, 0xf9, 0xc4,
0xaf, 0x5f, 0xbf, 0x74, 0xa9, 0xb5, 0x95, 0xe7,
0xcb, 0xcb, 0xcd, 0x66, 0xab, 0x95, 0x61, 0xe6,
0xe7, 0xfd, 0xfe, 0xa5, 0x25, 0x00, 0x92, 0x24,
0x08, 0x82, 0x40, 0x88, 0xe3, 0xd9, 0xf1, 0x87,
0x0f, 0x23, 0x23, 0x2c, 0x0b, 0xa0, 0x52, 0x29,
0x14, 0x0a, 0x05, 0xc0, 0xfc, 0xbc, 0xcf, 0xb7,
0xba, 0xaa, 0x56, 0x9f, 0x38, 0xd1, 0xdc, 0x5c,
0x53, 0xf3, 0xfb, 0x42, 0x36, 0x14, 0x90, 0x4f,
0xfc, 0xc6, 0x8d, 0x8e, 0x8e, 0xb6, 0x36, 0x9e,
0xb7, 0xd9, 0xcc, 0x66, 0x8b, 0x85, 0x61, 0x5c,
0x2e, 0x8e, 0x0b, 0x87, 0xb3, 0x8e, 0xcb, 0x48,
0x10, 0xb2, 0x00, 0x34, 0x3e, 0x79, 0xf2, 0xe8,
0xd1, 0x7d, 0xfb, 0x90, 0x00, 0x92, 0xcc, 0xa2,
0x5a, 0xad, 0xd5, 0xea, 0xf5, 0x6a, 0xf5, 0xf5,
0xeb, 0x1d, 0x1d, 0xed, 0xed, 0xa2, 0xb8, 0x55,
0x21, 0xf8, 0x66, 0x89, 0xdf, 0xbc, 0x79, 0xf9,
0x72, 0x5b, 0x1b, 0xcf, 0x97, 0x95, 0x99, 0x4c,
0x66, 0x33, 0xc3, 0xb8, 0xdd, 0x4b, 0x4b, 0xcb,
0xcb, 0xeb, 0x9d, 0xce, 0x1f, 0xe3, 0x38, 0x86,
0x61, 0x18, 0xc0, 0x8b, 0x17, 0xef, 0xde, 0x8d,
0x8c, 0x00, 0x34, 0x34, 0xd4, 0xd6, 0xda, 0xed,
0x00, 0xfb, 0xf6, 0xed, 0xda, 0x65, 0x34, 0x02,
0xc4, 0xe3, 0xc9, 0x64, 0x2a, 0x05, 0x60, 0xb1,
0x18, 0x0c, 0xa5, 0xa5, 0x05, 0x05, 0x7f, 0xfc,
0xd1, 0xd4, 0x54, 0x53, 0x13, 0x8d, 0x6e, 0x56,
0x08, 0xbe, 0x11, 0xf1, 0x5b, 0xb7, 0xae, 0x5c,
0x69, 0x6b, 0xe3, 0x79, 0xab, 0xd5, 0x68, 0x34,
0x9b, 0x19, 0xc6, 0xeb, 0x0d, 0x87, 0x23, 0x91,
0x1f, 0x89, 0xe6, 0x3a, 0x9e, 0xef, 0x7c, 0x69,
0xa9, 0x5e, 0xaf, 0x56, 0x03, 0x30, 0x8c, 0x56,
0x4b, 0xd3, 0x00, 0x92, 0x94, 0xc9, 0x48, 0x12,
0xc0, 0xa1, 0x43, 0x55, 0x55, 0x36, 0x1b, 0x80,
0xc1, 0xb0, 0x63, 0x87, 0x4e, 0x07, 0xf0, 0xfc,
0xf9, 0x9b, 0x37, 0xc3, 0xc3, 0x00, 0x3c, 0x1f,
0x8b, 0x49, 0x92, 0x46, 0x53, 0x5b, 0x5b, 0x55,
0x55, 0x56, 0x16, 0x89, 0x6c, 0x24, 0xe4, 0x17,
0x19, 0xf0, 0x7a, 0xcf, 0x9f, 0x3f, 0x73, 0xa6,
0xae, 0x2e, 0x12, 0xb1, 0x58, 0x0c, 0x06, 0xb3,
0x99, 0x61, 0x02, 0x81, 0xe5, 0xe5, 0x68, 0xf4,
0x47, 0xa7, 0xe5, 0x92, 0xc9, 0x1f, 0xe3, 0xf8,
0x8f, 0x99, 0x78, 0xff, 0xbe, 0xb7, 0xd7, 0xe1,
0x00, 0x30, 0x1a, 0x8b, 0x8b, 0x75, 0x3a, 0x80,
0x92, 0x92, 0xa2, 0x22, 0x8d, 0x06, 0x40, 0x92,
0x52, 0xa9, 0x4c, 0x06, 0xc0, 0xe1, 0x60, 0x59,
0x9f, 0x0f, 0x40, 0xa5, 0x22, 0x49, 0x92, 0x04,
0xa0, 0x28, 0xd4, 0x23, 0x6a, 0xb5, 0x56, 0x5b,
0x5c, 0xac, 0xd3, 0xd9, 0x6c, 0x25, 0x25, 0x4a,
0x65, 0xb6, 0xb4, 0xf2, 0x99, 0x92, 0x3f, 0x17,
0x60, 0x32, 0x3d, 0x7b, 0xd6, 0xdd, 0x3d, 0x3a,
0xea, 0xf5, 0xa6, 0x52, 0x18, 0x46, 0x51, 0xf1,
0x78, 0x75, 0x75, 0x65, 0xa5, 0xdd, 0xae, 0x52,
0x11, 0x04, 0x8e, 0x63, 0x18, 0x80, 0x20, 0xc4,
0xe3, 0xa9, 0x14, 0x00, 0x2a, 0x10, 0x14, 0x18,
0x06, 0x40, 0xd3, 0x4a, 0x25, 0x41, 0x00, 0xb8,
0x5c, 0x8b, 0x8b, 0xe1, 0x30, 0x40, 0x2a, 0x95,
0x4e, 0x67, 0x32, 0x00, 0xf5, 0xf5, 0xd5, 0xd5,
0x65, 0x65, 0x00, 0xab, 0xab, 0xf1, 0x78, 0x32,
0x09, 0xd0, 0xd7, 0xf7, 0xf9, 0xf3, 0xdc, 0x1c,
0x00, 0x45, 0x29, 0x95, 0x24, 0x99, 0x2d, 0x35,
0x19, 0x03, 0x01, 0xaf, 0xd7, 0xe9, 0x94, 0xa4,
0x85, 0x05, 0x8e, 0x4b, 0x24, 0x0a, 0x0a, 0x90,
0xe4, 0x23, 0x47, 0xf2, 0x99, 0x12, 0xf9, 0x13,
0x8b, 0x8b, 0x73, 0x73, 0xbd, 0xbd, 0xb1, 0x98,
0xd9, 0xbc, 0x7b, 0xf7, 0xf1, 0xe3, 0x8f, 0x1f,
0x4f, 0x4d, 0xcd, 0xcc, 0xb8, 0xdd, 0x77, 0xef,
0x86, 0x42, 0xe1, 0x70, 0x38, 0x2c, 0x08, 0x76,
0xbb, 0xcd, 0x66, 0xb1, 0x28, 0x14, 0x2c, 0xeb,
0x74, 0x72, 0x1c, 0x80, 0xd5, 0x6a, 0x30, 0xe8,
0xf5, 0x00, 0x0b, 0x0b, 0x6e, 0x77, 0x28, 0x04,
0x90, 0x4a, 0x21, 0x67, 0x27, 0x26, 0xbe, 0x7c,
0xf1, 0x7a, 0x01, 0x94, 0x4a, 0xe4, 0xac, 0x56,
0xab, 0xd1, 0x20, 0x1a, 0x99, 0x0c, 0x00, 0x40,
0x20, 0x10, 0x0c, 0x46, 0xa3, 0x00, 0x0a, 0x05,
0xca, 0xa0, 0x8c, 0x1c, 0xe7, 0xf7, 0xbb, 0x5c,
0x92, 0x34, 0x3e, 0xce, 0xb2, 0xc1, 0x20, 0x86,
0x61, 0x98, 0x24, 0x25, 0x12, 0x3b, 0x77, 0x0e,
0x0d, 0xf5, 0xf4, 0x3c, 0x78, 0x30, 0x35, 0x95,
0xcf, 0x77, 0xc3, 0xb3, 0x50, 0x7e, 0x4f, 0x54,
0x57, 0xef, 0xdd, 0x6b, 0x30, 0x08, 0x42, 0x43,
0xc3, 0x91, 0x23, 0x75, 0x75, 0x34, 0x3d, 0x3f,
0xbf, 0xb0, 0xb0, 0xb4, 0x84, 0xdc, 0x07, 0x00,
0xc0, 0x71, 0x94, 0xa1, 0x82, 0x02, 0x8a, 0x52,
0x2a, 0x01, 0x1a, 0x1a, 0x0e, 0x1d, 0xb2, 0xdb,
0xb3, 0xce, 0x8e, 0x8d, 0x4d, 0x4d, 0x79, 0x3c,
0x00, 0xd1, 0x68, 0x2c, 0xb6, 0xb6, 0x96, 0x9d,
0xf7, 0xf9, 0x16, 0x17, 0xbf, 0x7e, 0x95, 0xa4,
0xa1, 0xa1, 0xc9, 0xc9, 0xc5, 0xc5, 0x2c, 0xf1,
0xc1, 0xc1, 0x9e, 0x9e, 0x87, 0x0f, 0x5d, 0xae,
0x4d, 0x37, 0x71, 0x7e, 0xe4, 0x1e, 0xbe, 0x4c,
0xa6, 0xc9, 0x49, 0x96, 0xf5, 0xfb, 0x69, 0x7a,
0x68, 0x68, 0x70, 0x70, 0x78, 0x58, 0x10, 0x2a,
0x2b, 0xed, 0xf6, 0xd2, 0xd2, 0xf5, 0xaf, 0x47,
0x00, 0xd4, 0xac, 0x33, 0x33, 0x2c, 0xeb, 0xf7,
0x67, 0x7b, 0x24, 0x93, 0x41, 0x19, 0xa2, 0x28,
0xb4, 0x8e, 0xe3, 0x7c, 0x3e, 0xa7, 0x73, 0xeb,
0xc4, 0x37, 0x2d, 0xe0, 0x57, 0x42, 0xc6, 0xc6,
0x58, 0x96, 0xe3, 0x68, 0x7a, 0x70, 0x70, 0x60,
0x60, 0x70, 0x50, 0x10, 0xf6, 0xec, 0x29, 0x2f,
0x2f, 0x29, 0xc9, 0x36, 0x61, 0x61, 0x21, 0x45,
0xa9, 0x54, 0x00, 0x56, 0xab, 0xd1, 0xc8, 0x30,
0xd9, 0x66, 0x57, 0xab, 0x69, 0x9a, 0xa2, 0x00,
0x38, 0x0e, 0xd5, 0xf8, 0xc0, 0xc0, 0xf8, 0xb8,
0xc7, 0xb3, 0x75, 0xe2, 0xbf, 0xec, 0x81, 0x8d,
0x02, 0xf5, 0x88, 0x20, 0x14, 0x16, 0xea, 0x74,
0x46, 0x63, 0x57, 0x17, 0xcf, 0x8b, 0xa2, 0x4a,
0x75, 0xe7, 0x4e, 0x3a, 0x2d, 0x08, 0xa1, 0x90,
0x28, 0xd6, 0xd6, 0x1e, 0x38, 0x50, 0x59, 0xa9,
0x50, 0xa4, 0x52, 0xc9, 0x64, 0x3a, 0x8d, 0x6a,
0x9f, 0xa6, 0x01, 0x34, 0x1a, 0xb5, 0x9a, 0xa2,
0x00, 0x1c, 0x8e, 0xe9, 0xe9, 0xc9, 0x49, 0x49,
0x7a, 0xfb, 0xb6, 0xbf, 0x7f, 0x76, 0x16, 0xc3,
0xc2, 0x61, 0xaf, 0x77, 0x7c, 0xfc, 0xe0, 0xc1,
0x89, 0x89, 0xfe, 0xfe, 0xa7, 0x4f, 0x3d, 0x1e,
0xf4, 0x14, 0x49, 0x42, 0x88, 0xfa, 0x65, 0x1b,
0x05, 0x68, 0x34, 0x08, 0x8b, 0x8a, 0x42, 0x21,
0x9f, 0x6f, 0x7a, 0x5a, 0xa9, 0x8c, 0xc7, 0x45,
0x31, 0x12, 0xe9, 0xee, 0x16, 0x45, 0x82, 0x30,
0x9b, 0x2f, 0x5e, 0x4c, 0xa7, 0x57, 0x57, 0x83,
0xc1, 0xb5, 0xb5, 0xea, 0xea, 0xaa, 0xaa, 0x8a,
0x0a, 0x92, 0x94, 0x9b, 0xf6, 0xdb, 0x37, 0xa7,
0x73, 0x6e, 0x0e, 0xa0, 0xab, 0xeb, 0xe5, 0xcb,
0x91, 0x11, 0x0c, 0x73, 0xb9, 0x26, 0x27, 0x5f,
0xbf, 0x3e, 0x7b, 0xd6, 0xed, 0x9e, 0x9d, 0xed,
0xeb, 0xe3, 0x79, 0xb4, 0x6f, 0x41, 0x01, 0x42,
0x95, 0xea, 0x3b, 0xbd, 0xef, 0xfc, 0xd2, 0xe9,
0x5f, 0x09, 0xda, 0xa4, 0x80, 0xc2, 0x42, 0x84,
0x5a, 0x2d, 0x42, 0xbd, 0x1e, 0x21, 0xc3, 0x08,
0x42, 0x34, 0xca, 0x71, 0x14, 0xb5, 0xb2, 0x12,
0x0e, 0x7f, 0xfb, 0xf6, 0xf1, 0x63, 0x3c, 0xae,
0x52, 0xed, 0xda, 0x75, 0xf6, 0x6c, 0x32, 0x19,
0x8d, 0xfa, 0x7c, 0x89, 0x44, 0x32, 0x99, 0x48,
0x88, 0x22, 0x41, 0x74, 0x75, 0xbd, 0x7a, 0x35,
0x3a, 0x0a, 0xf0, 0xe5, 0xcb, 0xf0, 0xf0, 0xf3,
0xe7, 0xb7, 0x6f, 0x87, 0xc3, 0x7e, 0x3f, 0xcb,
0xca, 0x5f, 0x5c, 0x99, 0x30, 0xf9, 0xfd, 0xb5,
0x8e, 0xe7, 0x95, 0xb6, 0x4c, 0x7c, 0x6d, 0xed,
0x37, 0x05, 0xc8, 0x1b, 0xcb, 0x0e, 0xd1, 0x74,
0x2e, 0x6a, 0x34, 0x89, 0x84, 0x28, 0x46, 0x22,
0x2a, 0x95, 0x28, 0xc6, 0x62, 0xa1, 0x10, 0xcb,
0x8a, 0xa2, 0x42, 0x61, 0xb3, 0x35, 0x35, 0x39,
0x1c, 0x4e, 0x67, 0x30, 0x08, 0x30, 0x3d, 0x3d,
0x30, 0xf0, 0xe4, 0xc9, 0xa3, 0x47, 0xd1, 0x28,
0xcf, 0x7b, 0x3c, 0x2b, 0x2b, 0xe8, 0x7f, 0x72,
0xa9, 0xc8, 0x0e, 0x27, 0x12, 0x08, 0xe3, 0xf1,
0x5c, 0xc2, 0xf2, 0x87, 0x4c, 0x9e, 0xcf, 0xc6,
0x16, 0xaf, 0x94, 0xb2, 0x53, 0x72, 0x06, 0xf2,
0x51, 0xa7, 0x93, 0x05, 0xe5, 0x66, 0x4e, 0xa1,
0xc8, 0x75, 0x52, 0xbe, 0xd8, 0xc8, 0x19, 0x90,
0x05, 0x2d, 0x2f, 0xff, 0x1c, 0xe5, 0xd3, 0xea,
0xfa, 0xd8, 0xa6, 0x3b, 0x71, 0x7e, 0x66, 0x28,
0x0a, 0xa1, 0x52, 0x89, 0x50, 0x2e, 0x09, 0xd9,
0xf1, 0x64, 0x32, 0xd7, 0x51, 0x59, 0xd0, 0xea,
0x6a, 0xee, 0xba, 0xff, 0x40, 0xfc, 0x09, 0xee,
0x21, 0x14, 0xa1, 0xa0, 0xa8, 0x66, 0xdb, 0x00,
0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae,
0x42, 0x60, 0x82};

View File

@@ -1,262 +0,0 @@
/* dialog_error.png - 653 bytes */
static const unsigned char dialog_error_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x0b, 0x0a, 0x09, 0x32, 0x0e, 0x93,
0x53, 0xb4, 0xb0, 0x00, 0x00, 0x02, 0x1a, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0x9d, 0x93, 0xbd,
0x4f, 0x93, 0x51, 0x14, 0xc6, 0x7f, 0xf7, 0x6d,
0x0b, 0xe5, 0xa3, 0xbe, 0xa0, 0xc4, 0x1a, 0x4d,
0xa0, 0x68, 0x9b, 0x02, 0xb6, 0x0b, 0xc4, 0x94,
0x44, 0x87, 0x8e, 0xba, 0x32, 0x69, 0xd2, 0x81,
0x11, 0xfe, 0x22, 0x3b, 0x32, 0x74, 0x66, 0x23,
0xb2, 0x90, 0x40, 0x58, 0x44, 0x07, 0x30, 0x92,
0x16, 0x9a, 0x68, 0x63, 0xf8, 0xb0, 0x24, 0xa4,
0x2d, 0x4d, 0x5b, 0x28, 0xf6, 0x3d, 0xc7, 0xe1,
0x7d, 0x4b, 0x10, 0x89, 0x1a, 0x4f, 0x72, 0x73,
0x93, 0x9b, 0xf3, 0xfc, 0x9e, 0xe4, 0x39, 0xf7,
0x18, 0x6e, 0x54, 0x0e, 0x52, 0xc0, 0x3c, 0x90,
0x06, 0xc6, 0xbd, 0xe7, 0x12, 0xb0, 0x0e, 0x2c,
0x65, 0x60, 0xeb, 0x7a, 0xbf, 0xb9, 0x21, 0x7e,
0x3b, 0x1c, 0x0a, 0x2d, 0x4c, 0x26, 0x93, 0x04,
0xc3, 0x61, 0x7c, 0x03, 0x03, 0xa8, 0x2a, 0x9d,
0xb3, 0x33, 0xce, 0xcb, 0x65, 0x8a, 0x85, 0x02,
0xd5, 0x66, 0x33, 0x9b, 0x81, 0xc5, 0xdf, 0x00,
0x39, 0x78, 0x37, 0x9d, 0x4c, 0xbe, 0x1c, 0x99,
0x99, 0xe1, 0x72, 0x7b, 0x1b, 0xe7, 0xf4, 0x14,
0x1c, 0x07, 0x55, 0x45, 0x0c, 0x58, 0x43, 0x77,
0xf1, 0x4f, 0x4d, 0x52, 0xdd, 0xdd, 0xe5, 0x53,
0xb1, 0xb8, 0x9a, 0x81, 0x57, 0x00, 0xbe, 0xae,
0xf3, 0x74, 0x32, 0xf9, 0xfa, 0x5e, 0x2c, 0x46,
0x7b, 0x73, 0x13, 0x6d, 0x34, 0x40, 0x04, 0x55,
0x41, 0x45, 0x41, 0x04, 0x69, 0xb6, 0xe8, 0x1c,
0x7c, 0xa3, 0x3f, 0x16, 0xc3, 0xb6, 0xac, 0xe8,
0x8b, 0x6a, 0xf5, 0xc1, 0x32, 0xac, 0x98, 0x1c,
0xa4, 0x86, 0x43, 0xa1, 0xf7, 0xcf, 0xe6, 0xe6,
0xb8, 0x58, 0x5b, 0x43, 0x9d, 0x0e, 0xaa, 0x8a,
0x2a, 0xa8, 0x7a, 0x62, 0x05, 0xc5, 0x85, 0xa9,
0x31, 0x04, 0x53, 0x29, 0x3e, 0x6f, 0x6c, 0x50,
0x6b, 0xb5, 0x66, 0x2d, 0x60, 0x7e, 0x32, 0x91,
0xe0, 0x72, 0x67, 0x07, 0x75, 0x1c, 0x10, 0x50,
0x01, 0x15, 0x71, 0x0f, 0xea, 0x81, 0x14, 0x54,
0xc1, 0x71, 0xb8, 0xc8, 0xe7, 0x79, 0x3c, 0x16,
0x01, 0x98, 0xf7, 0x03, 0xe9, 0x60, 0xf8, 0x3e,
0x3f, 0x3e, 0x7c, 0x44, 0x45, 0x19, 0x2b, 0x7f,
0xe7, 0x4f, 0xb5, 0x6f, 0xdf, 0x41, 0xaa, 0x35,
0x02, 0x0f, 0x1f, 0x01, 0xa4, 0xfd, 0xc0, 0xb8,
0xd5, 0x3f, 0x88, 0x8a, 0x1b, 0xd8, 0xdf, 0x4a,
0x44, 0x51, 0xed, 0x60, 0x7a, 0x02, 0x00, 0xe3,
0x16, 0x70, 0x95, 0xf6, 0xbf, 0x00, 0xf0, 0xfa,
0x54, 0x05, 0x00, 0x3f, 0x50, 0xea, 0xd4, 0xcf,
0x26, 0x14, 0x83, 0xaa, 0xc3, 0x97, 0x91, 0x11,
0xb7, 0x41, 0xc4, 0xbd, 0x51, 0x37, 0x3c, 0x37,
0x55, 0x44, 0xdd, 0x20, 0xb5, 0xd9, 0x02, 0x28,
0x59, 0xc0, 0xfa, 0xf9, 0xc9, 0x09, 0xc6, 0x1e,
0xba, 0x22, 0xff, 0x22, 0xee, 0x3a, 0x8a, 0x27,
0x56, 0xc1, 0x1a, 0x1c, 0xa4, 0x5d, 0xab, 0x01,
0xac, 0x5b, 0xc0, 0xd2, 0xfe, 0xde, 0x1e, 0x81,
0x78, 0xdc, 0x25, 0xcb, 0x75, 0x91, 0x37, 0x3a,
0xed, 0x4e, 0x43, 0x50, 0x63, 0xf0, 0x47, 0x22,
0x94, 0x0e, 0x0f, 0x01, 0x96, 0xac, 0x0c, 0x6c,
0xd5, 0x5a, 0xad, 0x6c, 0xa5, 0x90, 0xa7, 0x67,
0xea, 0xa9, 0x0b, 0xb9, 0xe6, 0x8a, 0x77, 0xab,
0x28, 0x18, 0x43, 0x4f, 0x34, 0x46, 0xe3, 0xe0,
0x80, 0x7a, 0xbb, 0x9d, 0xcd, 0xc0, 0x96, 0x0f,
0x60, 0x19, 0x56, 0x9e, 0x57, 0x2a, 0xb3, 0xb6,
0xcf, 0x17, 0x1d, 0x48, 0x24, 0x70, 0x1a, 0x0d,
0xe4, 0xa2, 0x7d, 0xf5, 0x13, 0x15, 0x30, 0x76,
0x88, 0xde, 0xf8, 0x04, 0x8d, 0x72, 0x99, 0xc2,
0xf1, 0xf1, 0x6a, 0x06, 0xde, 0xdc, 0xba, 0x4c,
0x76, 0x5f, 0xdf, 0xc2, 0x93, 0xd1, 0x51, 0x02,
0xb6, 0x8d, 0xe9, 0xed, 0x45, 0x45, 0x70, 0x9a,
0x4d, 0x3a, 0xf5, 0x3a, 0x5f, 0x8f, 0x8e, 0xba,
0xce, 0x8b, 0xb7, 0x6e, 0xe3, 0xff, 0xac, 0xf3,
0x4f, 0xc2, 0x47, 0x66, 0x1e, 0xb9, 0x58, 0x76,
0x77, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
0x44, 0xae, 0x42, 0x60, 0x82};
/* dialog_error.png - 1390 bytes */
static const unsigned char dialog_error_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x04,
0xf9, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x56, 0x4d, 0x68, 0x13, 0x5b, 0x18, 0x3d, 0xe9,
0xcc, 0x64, 0xf2, 0x53, 0x79, 0xb6, 0x09, 0x09,
0x9d, 0x48, 0x13, 0xfc, 0x2b, 0x0a, 0xa5, 0xb8,
0xaa, 0x5d, 0x28, 0x82, 0x8b, 0xa2, 0xd9, 0x77,
0x25, 0x75, 0xe5, 0xa6, 0x0b, 0x97, 0x42, 0x41,
0x41, 0x50, 0x70, 0xe1, 0xde, 0x4a, 0xdd, 0xea,
0xd6, 0x85, 0x60, 0x37, 0x76, 0xd7, 0x85, 0x20,
0x28, 0xa5, 0x4d, 0xdb, 0x40, 0x23, 0x49, 0x85,
0xa4, 0x53, 0x9a, 0xa4, 0x9d, 0xc4, 0xcc, 0x4c,
0x9a, 0xc9, 0xbd, 0x6f, 0xf1, 0x79, 0xdf, 0x24,
0xd3, 0x57, 0xe3, 0xab, 0xbe, 0xb7, 0x78, 0xf8,
0x2d, 0x72, 0xb8, 0x73, 0x73, 0xef, 0x77, 0xce,
0xfd, 0x7e, 0xee, 0x05, 0x7e, 0xdb, 0x6f, 0xfb,
0x29, 0xf3, 0x1d, 0x77, 0xe1, 0xcb, 0x97, 0x00,
0x10, 0x0a, 0xd1, 0x68, 0x66, 0x86, 0x30, 0x9d,
0x26, 0x1c, 0x1d, 0x25, 0x1c, 0x18, 0x20, 0xdc,
0xdb, 0x23, 0x5c, 0x5d, 0x25, 0x7c, 0xfb, 0x96,
0xf0, 0xd9, 0xb3, 0x5b, 0xb7, 0x00, 0xc0, 0x34,
0xff, 0x33, 0x01, 0x44, 0xfc, 0xce, 0x1d, 0x1a,
0x3d, 0x79, 0x72, 0xf6, 0xec, 0xd8, 0xd8, 0xd8,
0x58, 0x24, 0xa2, 0x69, 0x23, 0x23, 0x23, 0x23,
0x40, 0x7f, 0x7f, 0x34, 0x1a, 0x8d, 0x02, 0xb2,
0xac, 0x28, 0xb2, 0x0c, 0xb4, 0x5a, 0x96, 0x65,
0x59, 0x80, 0x61, 0xe8, 0xfa, 0xce, 0x0e, 0xb0,
0xbd, 0x9d, 0xcb, 0xe5, 0x72, 0x40, 0x3e, 0xbf,
0xbe, 0xbe, 0xbe, 0x5e, 0xa9, 0xd0, 0x3e, 0xb3,
0xb3, 0x24, 0xe4, 0xc5, 0x8b, 0x7f, 0x4d, 0x00,
0x11, 0x7f, 0xf4, 0x68, 0x70, 0x30, 0x1e, 0x8f,
0xc7, 0xef, 0xdf, 0xbf, 0x74, 0x69, 0x72, 0x72,
0x72, 0x12, 0x08, 0x85, 0x0c, 0xc3, 0x30, 0x80,
0x76, 0x7b, 0x6b, 0x6b, 0x6b, 0x0b, 0xe0, 0xdc,
0xb2, 0x4c, 0x13, 0xe0, 0x9c, 0x31, 0xce, 0x01,
0xce, 0x39, 0xe7, 0x1c, 0x60, 0x4c, 0x51, 0x14,
0x05, 0xe8, 0xeb, 0x4b, 0x24, 0x12, 0x09, 0xc0,
0x34, 0xc3, 0xe1, 0x70, 0x18, 0x58, 0x59, 0x59,
0x5a, 0x5a, 0x5a, 0x02, 0x0c, 0xa3, 0x5a, 0xad,
0x56, 0x1f, 0x3f, 0x26, 0x21, 0x0f, 0x1e, 0xfc,
0x28, 0x2f, 0xe9, 0x47, 0x4f, 0x9c, 0x88, 0x3f,
0x7d, 0x3a, 0x31, 0x31, 0x35, 0x35, 0x35, 0x05,
0xc8, 0xf2, 0xf2, 0xf2, 0xf2, 0x32, 0xc0, 0x58,
0xb1, 0x58, 0x2a, 0x01, 0x9c, 0xb7, 0x5a, 0x07,
0x07, 0x2e, 0x61, 0x21, 0x80, 0x31, 0xce, 0x19,
0x03, 0x38, 0x77, 0x1c, 0xc7, 0x01, 0x18, 0xab,
0x56, 0x2b, 0x15, 0x40, 0x92, 0x48, 0xb8, 0xa6,
0x4d, 0x4c, 0x4c, 0x4c, 0x00, 0xd5, 0x6a, 0xb1,
0x58, 0x2c, 0x5e, 0xbd, 0x9a, 0x4e, 0xdb, 0xb6,
0x6d, 0x97, 0x4a, 0xaf, 0x5f, 0x03, 0xc0, 0xa7,
0x4f, 0xc7, 0x8e, 0x40, 0x77, 0x8e, 0x7f, 0xf9,
0x72, 0xfd, 0xfa, 0xf4, 0xf4, 0xf4, 0x74, 0x24,
0x12, 0x08, 0x6c, 0x6c, 0x6c, 0x6c, 0x00, 0x8c,
0xd5, 0xeb, 0xf5, 0x3a, 0x11, 0x65, 0x0c, 0x20,
0xaa, 0x9d, 0x84, 0xc5, 0xc9, 0x8b, 0x31, 0xcd,
0xd3, 0x0c, 0xfd, 0xd2, 0xf7, 0x40, 0x20, 0x18,
0x04, 0x9a, 0xcd, 0x64, 0x32, 0x95, 0x02, 0xde,
0xbf, 0x5f, 0x5c, 0x7c, 0xf7, 0x4e, 0xa4, 0xd6,
0xf0, 0x70, 0xaf, 0x1a, 0xe9, 0xfb, 0xbe, 0xbe,
0x99, 0x19, 0x91, 0xe3, 0xa1, 0x90, 0x61, 0xec,
0xef, 0x03, 0x9c, 0xd7, 0x6a, 0xb5, 0x9a, 0x4b,
0x5c, 0x10, 0x11, 0x44, 0x19, 0x13, 0xc4, 0xbb,
0x85, 0x09, 0xe2, 0xe2, 0x3b, 0x63, 0x42, 0x70,
0xa3, 0xd1, 0x68, 0x00, 0x81, 0x40, 0xbd, 0x6e,
0x18, 0xc0, 0xa9, 0x53, 0xa9, 0x54, 0x2a, 0x15,
0x89, 0x08, 0xff, 0xbd, 0x22, 0xd0, 0x43, 0x40,
0x3a, 0x3d, 0x34, 0x74, 0xee, 0xdc, 0xf9, 0xf3,
0x40, 0xbb, 0x9d, 0xcf, 0x17, 0x0a, 0x2e, 0x41,
0xf7, 0x04, 0xdb, 0xed, 0xce, 0x5c, 0x17, 0xe8,
0x12, 0x16, 0xc2, 0x84, 0x60, 0x51, 0x1b, 0x2e,
0x32, 0x06, 0x1c, 0x1c, 0x50, 0x2a, 0xc6, 0x62,
0x9a, 0x36, 0x34, 0xe4, 0xfa, 0xef, 0x25, 0x40,
0xfe, 0xfe, 0xf4, 0xe8, 0x68, 0x7f, 0x7f, 0x34,
0x1a, 0x89, 0x00, 0x8c, 0xad, 0xac, 0xd8, 0xb6,
0xeb, 0x30, 0x1a, 0xdd, 0xdc, 0xdc, 0xdc, 0xec,
0xb5, 0x7d, 0x6f, 0x2b, 0x14, 0xe2, 0xf1, 0x78,
0x1c, 0xe0, 0xbc, 0xd9, 0x6c, 0x36, 0x81, 0x50,
0x28, 0x1c, 0x3e, 0x71, 0xc2, 0xf5, 0xff, 0x93,
0x11, 0x18, 0x18, 0x90, 0x65, 0x59, 0x96, 0xe5,
0xc3, 0xa1, 0xff, 0x55, 0xe6, 0x8d, 0x9c, 0x24,
0x49, 0x52, 0xdf, 0x5f, 0xac, 0xc4, 0x3d, 0x72,
0x6c, 0x01, 0x7b, 0x7b, 0xad, 0x96, 0x6d, 0x8b,
0x93, 0xef, 0x4c, 0x9d, 0x5f, 0x65, 0x6e, 0x2d,
0x88, 0x54, 0x22, 0x7f, 0xc2, 0x7f, 0xaf, 0xf5,
0x3d, 0x52, 0x68, 0x75, 0xb5, 0x56, 0xd3, 0x75,
0x5d, 0xbf, 0x76, 0x2d, 0x14, 0xf2, 0xfb, 0x29,
0x12, 0xe4, 0x60, 0x7b, 0x3b, 0x99, 0x4c, 0x26,
0x5d, 0x02, 0x6e, 0x4d, 0x88, 0x31, 0xf0, 0x77,
0x39, 0x7f, 0xb8, 0x86, 0xc4, 0x58, 0x92, 0x24,
0x09, 0xf8, 0xfa, 0x75, 0x7f, 0x7f, 0x7f, 0xdf,
0xf5, 0x7f, 0xec, 0x08, 0xd0, 0x29, 0x2f, 0x2c,
0x94, 0x4a, 0x74, 0x73, 0xfa, 0x7c, 0x9a, 0x96,
0x48, 0x74, 0x12, 0x71, 0xbb, 0x4b, 0x67, 0x37,
0x72, 0xbb, 0x92, 0x97, 0xb0, 0x10, 0xe4, 0xfd,
0x3f, 0x9d, 0xbc, 0x24, 0xd1, 0x0d, 0xbe, 0xbb,
0xab, 0xeb, 0xdb, 0xdb, 0xae, 0x7f, 0x62, 0xe3,
0xf3, 0xfd, 0x43, 0x01, 0x3e, 0x5f, 0xa9, 0x04,
0x00, 0x73, 0x73, 0x85, 0x42, 0x36, 0x9b, 0xcd,
0x56, 0x2a, 0xa6, 0x19, 0x0c, 0x06, 0x83, 0x00,
0x40, 0xc8, 0x39, 0xe7, 0xed, 0x76, 0x67, 0x6d,
0xb8, 0x5d, 0xa7, 0x3b, 0xd5, 0xdc, 0xda, 0xe9,
0x14, 0xe6, 0x46, 0x46, 0x55, 0x55, 0x15, 0x30,
0xcd, 0x40, 0x20, 0x10, 0x00, 0x74, 0x5d, 0xd7,
0x77, 0x76, 0x2a, 0x95, 0x5c, 0x0e, 0x00, 0x9e,
0x3f, 0xef, 0x16, 0x70, 0x58, 0x88, 0xe4, 0x25,
0xfe, 0x4d, 0x57, 0xdf, 0xe2, 0x22, 0x9d, 0xee,
0xcd, 0x9b, 0x00, 0x60, 0x18, 0xa6, 0x59, 0x2e,
0x97, 0xcb, 0xe9, 0xf4, 0xd0, 0xd0, 0xf8, 0xf8,
0xf8, 0x38, 0xc0, 0xd8, 0xee, 0x6e, 0xa5, 0xd2,
0x7d, 0x03, 0x77, 0xa7, 0x84, 0x97, 0x68, 0x77,
0xb1, 0xfa, 0x7c, 0xaa, 0xea, 0xf7, 0x03, 0x7d,
0x7d, 0xa7, 0x4f, 0x9f, 0x39, 0x03, 0x64, 0xb3,
0x6b, 0x6b, 0x99, 0x0c, 0x50, 0xa9, 0xb4, 0x5a,
0x8e, 0x33, 0x3b, 0x7b, 0xef, 0x1e, 0x00, 0x7c,
0xfc, 0x48, 0x7c, 0x44, 0xdb, 0x38, 0xdc, 0x3e,
0x3c, 0x02, 0x44, 0xfd, 0x4b, 0xdf, 0xbe, 0xfb,
0xfd, 0x6f, 0xde, 0x00, 0xc0, 0xc6, 0xc6, 0x95,
0x2b, 0xb6, 0x6d, 0xdb, 0xaa, 0xda, 0x68, 0x94,
0x4a, 0xa5, 0xd2, 0xe5, 0xcb, 0x03, 0x03, 0x17,
0x2f, 0x5e, 0xb8, 0x00, 0x28, 0x0a, 0x9d, 0x5c,
0xbb, 0xdd, 0x68, 0xd0, 0x1b, 0xc8, 0x71, 0x5a,
0xad, 0xee, 0xda, 0x20, 0x94, 0x65, 0x49, 0x02,
0x64, 0x39, 0x16, 0x8b, 0xc5, 0x00, 0xdb, 0x1e,
0x1c, 0x1c, 0x1c, 0x04, 0xb2, 0xd9, 0x4c, 0x26,
0x93, 0x01, 0x0a, 0x05, 0xcb, 0xb2, 0xac, 0xb9,
0xb9, 0xbb, 0x77, 0x01, 0x60, 0x7e, 0xbe, 0x9b,
0xb0, 0x68, 0x1b, 0x87, 0x85, 0x1c, 0x11, 0x01,
0x57, 0x00, 0x61, 0x30, 0x48, 0x0f, 0xe0, 0x4c,
0x26, 0x99, 0x6c, 0x36, 0x9b, 0x4d, 0xd3, 0xb4,
0xac, 0x7c, 0x3e, 0x9f, 0x1f, 0x1d, 0x65, 0x4c,
0x96, 0x65, 0x59, 0x55, 0xfd, 0xfe, 0x44, 0x42,
0xd3, 0x00, 0x55, 0xa5, 0xe2, 0x56, 0x14, 0xaa,
0x19, 0xc6, 0xe8, 0x1e, 0xb1, 0x2c, 0x59, 0x56,
0x14, 0xa0, 0x58, 0x2c, 0x97, 0xcb, 0x65, 0x20,
0x9b, 0xcd, 0xe5, 0x72, 0xb9, 0x7a, 0xfd, 0xc3,
0x07, 0xc7, 0x71, 0x9c, 0xf9, 0xf9, 0x87, 0x0f,
0x01, 0xe0, 0xd5, 0x2b, 0xf2, 0xe7, 0x38, 0x84,
0xad, 0x56, 0xf7, 0x58, 0xa0, 0x30, 0xce, 0x3d,
0x39, 0xe5, 0x8d, 0x40, 0x20, 0x40, 0x28, 0xde,
0x44, 0xf1, 0x38, 0xe1, 0xf0, 0xf0, 0xc9, 0x93,
0x00, 0x10, 0x8b, 0xdd, 0xbe, 0x0d, 0x00, 0x37,
0x6e, 0xa4, 0x52, 0x00, 0x30, 0x36, 0xf6, 0xc7,
0x1f, 0x00, 0xa0, 0x69, 0x8a, 0x42, 0xeb, 0x0e,
0x0e, 0x00, 0xc0, 0xb2, 0xa8, 0xb3, 0xe8, 0xfa,
0xe7, 0xcf, 0x00, 0xb0, 0xb6, 0x46, 0x54, 0x17,
0x16, 0x0c, 0x03, 0x00, 0x8a, 0x45, 0xda, 0x77,
0x77, 0x97, 0x50, 0xbc, 0x85, 0x44, 0x3f, 0x6a,
0x34, 0x08, 0x69, 0x37, 0xa0, 0xdd, 0x3e, 0x42,
0x80, 0x5b, 0x03, 0x84, 0x44, 0xc3, 0x15, 0x42,
0xf4, 0x00, 0x4d, 0x23, 0x24, 0x19, 0xee, 0xbc,
0x88, 0x98, 0x58, 0x27, 0x50, 0xec, 0x27, 0x1c,
0x8b, 0xc7, 0x19, 0xd1, 0x77, 0xfb, 0xbd, 0xc0,
0x5a, 0xad, 0xfb, 0x7f, 0x82, 0xb8, 0x88, 0x80,
0x9b, 0x52, 0x47, 0x08, 0xf0, 0x0a, 0x11, 0xa8,
0xaa, 0x84, 0xe1, 0xb0, 0x48, 0x2d, 0x42, 0x59,
0xee, 0x46, 0xf1, 0x7f, 0x6f, 0xd7, 0x10, 0x02,
0x04, 0x21, 0x91, 0x22, 0xcd, 0x26, 0xa1, 0xb8,
0xc2, 0xbc, 0xa9, 0x23, 0xd6, 0x79, 0x6b, 0xe1,
0xc8, 0xe7, 0xb4, 0xaf, 0x47, 0x64, 0xbc, 0xa9,
0xe6, 0x9d, 0x3f, 0xca, 0xbc, 0x45, 0xe8, 0x45,
0x41, 0xd8, 0x5b, 0xbc, 0xde, 0xf5, 0xff, 0x23,
0xfb, 0x13, 0xd9, 0xb2, 0xe7, 0x6c, 0xa9, 0xad,
0xfd, 0x2d, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45,
0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};

View File

@@ -1,367 +0,0 @@
/* dialog_information.png - 863 bytes */
static const unsigned char dialog_information_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x03, 0x02, 0x06, 0x20, 0x32, 0x3a,
0x50, 0x9c, 0xf7, 0x00, 0x00, 0x00, 0x35, 0x74,
0x45, 0x58, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65,
0x6e, 0x74, 0x00, 0x28, 0x63, 0x29, 0x20, 0x32,
0x30, 0x30, 0x34, 0x20, 0x4a, 0x61, 0x6b, 0x75,
0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65,
0x72, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74,
0x65, 0x64, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20,
0x54, 0x68, 0x65, 0x20, 0x47, 0x49, 0x4d, 0x50,
0x90, 0xd9, 0x8b, 0x6f, 0x00, 0x00, 0x02, 0xab,
0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x95, 0x92,
0x4b, 0x48, 0x54, 0x71, 0x14, 0xc6, 0xbf, 0xff,
0xdc, 0x3b, 0xe3, 0xbd, 0x3a, 0xd7, 0x47, 0x26,
0x59, 0x6a, 0x66, 0x52, 0x3e, 0x08, 0x45, 0x22,
0x13, 0xc4, 0xa1, 0x06, 0x25, 0xd4, 0xa4, 0xa2,
0x90, 0x6c, 0x62, 0xca, 0x70, 0x61, 0xb4, 0x08,
0x13, 0xb2, 0x45, 0xcb, 0x10, 0x31, 0xaa, 0x45,
0x8f, 0x4d, 0xa2, 0x8b, 0x88, 0xa0, 0x02, 0x03,
0x03, 0x25, 0xc8, 0x10, 0x49, 0x74, 0x26, 0x4a,
0x4a, 0xcd, 0x8a, 0x34, 0x95, 0x4c, 0x9d, 0x71,
0x74, 0x9c, 0xb9, 0x77, 0xae, 0xf7, 0xf5, 0x6f,
0xe5, 0xa0, 0x35, 0x11, 0x7e, 0xab, 0x73, 0xe0,
0xfb, 0x7e, 0x9c, 0x73, 0x38, 0x04, 0x11, 0x54,
0x5c, 0xd9, 0xd4, 0x4c, 0x29, 0x1c, 0x06, 0x25,
0x29, 0x20, 0x84, 0x98, 0x88, 0x31, 0xcb, 0x10,
0xfa, 0xb4, 0xff, 0x65, 0x6b, 0xe3, 0x9f, 0x5e,
0x76, 0x7d, 0x53, 0x54, 0xde, 0x94, 0xc1, 0x30,
0xa4, 0xef, 0x62, 0x6d, 0x65, 0x5a, 0xb9, 0xbd,
0x00, 0x71, 0x02, 0x0f, 0x55, 0x37, 0xe0, 0xf1,
0x05, 0x53, 0x7b, 0x7a, 0x3f, 0x5c, 0x21, 0x26,
0xe6, 0x2c, 0xa5, 0x7a, 0x49, 0x7f, 0x57, 0xeb,
0xd7, 0x88, 0x00, 0x96, 0x25, 0x6f, 0xef, 0xb5,
0xd4, 0x6f, 0xdf, 0x93, 0xb9, 0x63, 0x2c, 0x10,
0x52, 0x46, 0x67, 0x7d, 0x92, 0x12, 0x5a, 0x55,
0x59, 0x45, 0xd3, 0xa3, 0x6d, 0x25, 0xf9, 0x59,
0xe9, 0xe9, 0xc9, 0x7b, 0x5b, 0x6e, 0x3d, 0x76,
0x01, 0x88, 0x5f, 0xcb, 0x30, 0x6b, 0x45, 0x49,
0xd5, 0xd5, 0xdb, 0xf5, 0xe7, 0x8f, 0x96, 0x15,
0x1f, 0xcc, 0xf9, 0xac, 0xa8, 0xba, 0x9b, 0xb7,
0x98, 0x15, 0x00, 0x44, 0xa7, 0x20, 0xaa, 0x4e,
0x0d, 0xef, 0x4a, 0x68, 0x96, 0x8b, 0xe6, 0x10,
0xcd, 0x73, 0x3b, 0x75, 0x26, 0x25, 0x73, 0x72,
0xfc, 0x6d, 0x27, 0x00, 0x98, 0xc2, 0x24, 0x86,
0x3d, 0x57, 0x6e, 0x2f, 0x40, 0x20, 0xa4, 0x8e,
0xb1, 0x2c, 0x43, 0x2d, 0x66, 0xc6, 0x20, 0x84,
0x50, 0x50, 0x18, 0x9a, 0x6e, 0x28, 0x94, 0xc2,
0xe8, 0x1a, 0x9c, 0xec, 0x2e, 0x2a, 0xcc, 0x01,
0xc3, 0x72, 0xa7, 0xd6, 0x72, 0x61, 0xc0, 0xaa,
0x42, 0xe3, 0x05, 0x2b, 0x0f, 0x59, 0xd1, 0x57,
0x55, 0xcd, 0x48, 0x34, 0x33, 0xa6, 0x0b, 0x89,
0xb1, 0x9c, 0x73, 0x57, 0xb2, 0xe0, 0xc8, 0xdf,
0xbd, 0xd5, 0x01, 0x25, 0x90, 0x3a, 0xe5, 0x11,
0xfd, 0x3c, 0xcf, 0x21, 0x20, 0xa9, 0x5c, 0x6d,
0x5d, 0x83, 0x69, 0xc3, 0x0d, 0x08, 0x21, 0x44,
0xd1, 0x74, 0x48, 0xb2, 0x6a, 0x32, 0x0c, 0x2a,
0x26, 0x58, 0xa3, 0xe0, 0xf5, 0x4b, 0x2e, 0x51,
0x0a, 0x31, 0x2b, 0x41, 0x49, 0x1b, 0x9e, 0x96,
0x86, 0x15, 0x45, 0x37, 0xa9, 0xaa, 0xb1, 0x16,
0xe1, 0x01, 0x88, 0x61, 0x40, 0x0c, 0xcf, 0x4a,
0x5e, 0x5f, 0x20, 0x46, 0x94, 0x55, 0xcb, 0x8a,
0xa4, 0xfa, 0x33, 0x92, 0x63, 0x31, 0xfa, 0xc3,
0xf7, 0x5e, 0x54, 0x74, 0x3a, 0xb7, 0x24, 0x29,
0xee, 0x6f, 0x8b, 0x1e, 0xc1, 0x6a, 0x49, 0xf0,
0xfa, 0x83, 0x88, 0x13, 0x78, 0xb5, 0xa3, 0xad,
0x59, 0xdc, 0xb0, 0x82, 0x99, 0xd1, 0x06, 0x7a,
0xde, 0x0c, 0x83, 0x8f, 0x62, 0x73, 0x27, 0x7e,
0x2d, 0x8b, 0x00, 0xf0, 0xd3, 0x27, 0xea, 0x1f,
0x27, 0xbc, 0xfe, 0xde, 0xe1, 0x99, 0x85, 0x25,
0x51, 0x36, 0x57, 0xec, 0x4f, 0xab, 0x18, 0x72,
0x8d, 0xc1, 0xca, 0x61, 0xe2, 0xaf, 0x1b, 0x6c,
0x13, 0x42, 0xc7, 0x3b, 0xbb, 0xfa, 0xe5, 0x99,
0xe9, 0xf9, 0xec, 0xb4, 0x24, 0xeb, 0xa1, 0x6b,
0xed, 0x03, 0x37, 0xcf, 0x1c, 0xce, 0xba, 0xe4,
0xfe, 0x32, 0x1f, 0x62, 0x58, 0x92, 0xe8, 0xb4,
0x67, 0x55, 0xfb, 0x17, 0x97, 0x72, 0xdc, 0x83,
0x23, 0xaa, 0xc0, 0xfa, 0x4a, 0xc3, 0xab, 0xaf,
0xff, 0x83, 0x63, 0xa7, 0x1b, 0xab, 0x64, 0x2a,
0x3c, 0x2f, 0x2b, 0x2d, 0xb2, 0x14, 0x1e, 0xc8,
0x46, 0x34, 0xcf, 0x41, 0xd5, 0x75, 0xf8, 0x96,
0x45, 0x0c, 0xb9, 0xc6, 0xf1, 0xce, 0x35, 0xa2,
0xc5, 0x71, 0xd2, 0xe5, 0x27, 0xed, 0x37, 0x1e,
0x44, 0x04, 0x00, 0x40, 0x6d, 0x5d, 0x43, 0x62,
0x88, 0x6e, 0x71, 0x05, 0x64, 0xa4, 0x3b, 0x4e,
0x24, 0x31, 0x84, 0x00, 0x2c, 0x0b, 0x74, 0x75,
0xcf, 0x05, 0x19, 0xcd, 0xbf, 0xaf, 0xa3, 0xed,
0xce, 0x14, 0xfe, 0xa7, 0x9a, 0x1a, 0xbb, 0xd5,
0xe9, 0xb4, 0x51, 0xcf, 0x62, 0x1f, 0x15, 0x65,
0x17, 0xfd, 0x3e, 0xf9, 0x8c, 0x3a, 0x9d, 0x36,
0x1a, 0xc9, 0xcb, 0xfe, 0x83, 0xa1, 0x02, 0xc0,
0xfd, 0xbb, 0x0f, 0x91, 0x9d, 0x9b, 0x8d, 0xe9,
0xa9, 0x69, 0x6c, 0x5a, 0x4e, 0xa7, 0x8d, 0xce,
0xcc, 0xbe, 0x32, 0x02, 0xd2, 0x10, 0xfd, 0x34,
0xfa, 0xc2, 0xd8, 0xec, 0x04, 0x00, 0x50, 0x55,
0x7d, 0xf2, 0x7a, 0x8d, 0x20, 0xc4, 0x1f, 0x59,
0x58, 0x58, 0x78, 0x9d, 0x97, 0x17, 0xfb, 0x28,
0x92, 0xe9, 0x37, 0x56, 0x4c, 0x36, 0x5e, 0x7c,
0x8a, 0x1d, 0x04, 0x00, 0x00, 0x00, 0x00, 0x49,
0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};
/* dialog_information.png - 2022 bytes */
static const unsigned char dialog_information_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x07,
0x71, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xd5,
0x97, 0x5f, 0x4c, 0x1c, 0xd5, 0x17, 0xc7, 0xcf,
0x9d, 0x3b, 0x7f, 0x76, 0x87, 0x59, 0xd8, 0xff,
0x05, 0x8a, 0xa2, 0x82, 0x2d, 0x01, 0x6a, 0x11,
0x68, 0x42, 0x8a, 0x56, 0xb0, 0x16, 0xa3, 0xa2,
0x09, 0xc6, 0xc2, 0x43, 0xf5, 0xc1, 0xc4, 0x07,
0x35, 0x31, 0x8d, 0x51, 0x1f, 0x6c, 0xa2, 0x0f,
0x3e, 0x19, 0x23, 0xa9, 0x06, 0xa3, 0x26, 0xad,
0x25, 0x0a, 0x89, 0x69, 0x0d, 0x31, 0x56, 0xab,
0x8d, 0x0f, 0xd5, 0x8a, 0x69, 0x00, 0x53, 0x28,
0x74, 0xa9, 0x29, 0x8d, 0x2b, 0xff, 0x97, 0x5d,
0xf6, 0xff, 0xcc, 0xce, 0xce, 0xce, 0xcc, 0x9d,
0xeb, 0xc3, 0xb8, 0xf1, 0xd7, 0xfc, 0x7e, 0x09,
0x14, 0xf1, 0x97, 0x78, 0x1e, 0xe6, 0x9b, 0xc9,
0xdc, 0xb9, 0xf7, 0x7c, 0xee, 0x39, 0xe7, 0xde,
0x1c, 0x80, 0x7f, 0xb9, 0xa1, 0xad, 0xfe, 0xf8,
0xec, 0xb3, 0xcf, 0x3d, 0xf7, 0xf2, 0xcb, 0x2c,
0x0b, 0x00, 0x80, 0xd0, 0xf3, 0xcf, 0x23, 0x84,
0x31, 0xcf, 0x3f, 0xfe, 0x38, 0xa5, 0x94, 0x52,
0xda, 0xd8, 0x08, 0x60, 0x59, 0x86, 0x11, 0x0c,
0x02, 0x30, 0x0c, 0xc7, 0xc5, 0x62, 0x08, 0x21,
0x84, 0x50, 0x28, 0x44, 0x29, 0x21, 0xba, 0xfe,
0xf5, 0xd7, 0x00, 0x00, 0x94, 0x7e, 0xfc, 0xf1,
0xe0, 0xe0, 0xc9, 0x93, 0xc7, 0x8f, 0x9b, 0xe6,
0xff, 0x0d, 0xc0, 0x76, 0xfc, 0xfe, 0xfb, 0x6d,
0xc7, 0x3e, 0xfb, 0xec, 0xc0, 0x81, 0xce, 0xce,
0x83, 0x07, 0x2b, 0x2a, 0x6a, 0x6b, 0x77, 0xef,
0x6e, 0x68, 0x10, 0x04, 0x49, 0x92, 0x24, 0x51,
0x04, 0x10, 0x04, 0x9e, 0xe7, 0x38, 0x00, 0x45,
0xc9, 0xe5, 0x34, 0x0d, 0x20, 0x1e, 0x4f, 0x26,
0x33, 0x19, 0x80, 0xdf, 0x7f, 0xbf, 0x71, 0xe3,
0xda, 0x35, 0x4d, 0x9b, 0x9c, 0x9c, 0x98, 0xb8,
0x74, 0x29, 0x1a, 0xb5, 0x2c, 0xd3, 0x2c, 0x14,
0x9e, 0x79, 0xc6, 0x06, 0x19, 0x1d, 0xfd, 0xc7,
0x00, 0x6c, 0xc7, 0x1f, 0x78, 0xc0, 0xef, 0x0f,
0x06, 0xcb, 0xcb, 0xbf, 0xfd, 0xf6, 0xd0, 0xa1,
0xee, 0xee, 0xbe, 0x3e, 0x51, 0x34, 0x0c, 0x8c,
0x1d, 0x0e, 0x80, 0x50, 0x68, 0x61, 0x21, 0x9d,
0x06, 0x90, 0x24, 0xa7, 0x13, 0x00, 0x80, 0x10,
0x4a, 0x09, 0xb1, 0xac, 0x42, 0xc1, 0x30, 0x4c,
0xd3, 0x34, 0x2d, 0xcb, 0xb2, 0x10, 0xa2, 0xb4,
0xae, 0xae, 0xaa, 0xca, 0xe3, 0x61, 0xd9, 0xaa,
0xaa, 0xb2, 0x32, 0x9e, 0xc7, 0x78, 0x64, 0xe4,
0xf4, 0xe9, 0xe1, 0xe1, 0x7c, 0x3e, 0x12, 0x59,
0x59, 0x59, 0x5e, 0x7e, 0xe4, 0x11, 0x1b, 0xe4,
0xe2, 0xc5, 0x6d, 0x03, 0xb0, 0x1d, 0xaf, 0xa8,
0x00, 0x60, 0x18, 0x96, 0x0d, 0x85, 0x5e, 0x78,
0xe1, 0xe8, 0xd1, 0xd7, 0x5e, 0xf3, 0x7a, 0xe7,
0xe6, 0x22, 0x11, 0x5d, 0x07, 0x98, 0x9f, 0x5f,
0x5f, 0x4f, 0x26, 0x01, 0x9a, 0x9b, 0x6b, 0x6b,
0x3d, 0x1e, 0xcb, 0x92, 0x24, 0x87, 0x83, 0x65,
0x09, 0xa1, 0x14, 0x80, 0x52, 0xd3, 0xa4, 0x94,
0x52, 0x00, 0xcb, 0x8a, 0xc7, 0xb3, 0xd9, 0x42,
0x41, 0xd3, 0x42, 0xa1, 0x85, 0x85, 0x54, 0x4a,
0xd7, 0x7d, 0x3e, 0x97, 0xcb, 0xe1, 0x90, 0xa4,
0x83, 0x07, 0x1b, 0x1b, 0x2b, 0x2a, 0x24, 0x69,
0x60, 0xe0, 0xbd, 0xf7, 0xfa, 0xfb, 0xd3, 0x69,
0x4d, 0x53, 0xd5, 0x5c, 0xae, 0xa1, 0xc1, 0x06,
0x89, 0x44, 0x36, 0xf2, 0x8f, 0xd9, 0x04, 0x23,
0x62, 0x98, 0xa3, 0x47, 0x7b, 0x7a, 0x0e, 0x1f,
0x3e, 0x72, 0xa4, 0xac, 0x2c, 0x1e, 0x57, 0x14,
0x4a, 0x01, 0x42, 0xa1, 0xc5, 0xc5, 0xf5, 0x75,
0x80, 0xce, 0xce, 0x7b, 0xee, 0x09, 0x06, 0x09,
0x09, 0x04, 0xca, 0xca, 0x04, 0x41, 0xd3, 0x4a,
0x4a, 0x1c, 0x0e, 0x96, 0xcd, 0xe5, 0x24, 0xc9,
0xe9, 0xe4, 0xf9, 0x5c, 0xce, 0xe5, 0x72, 0x3a,
0x39, 0x4e, 0x96, 0xab, 0xaa, 0xfc, 0x7e, 0x51,
0x2c, 0x14, 0xbc, 0x5e, 0x97, 0x8b, 0xe7, 0x13,
0x89, 0x44, 0x22, 0x9b, 0xcd, 0xe7, 0x15, 0x65,
0x76, 0x76, 0x79, 0x39, 0x93, 0x51, 0xd5, 0x87,
0x1f, 0xee, 0xee, 0xee, 0xe9, 0x91, 0xa4, 0xe2,
0x7a, 0x9b, 0x8d, 0xc0, 0x86, 0x00, 0x08, 0x31,
0x0c, 0xc7, 0x75, 0x75, 0xb9, 0xdd, 0x7e, 0x7f,
0x30, 0x88, 0xf1, 0xf4, 0xf4, 0xfc, 0x7c, 0x3a,
0x0d, 0x50, 0x55, 0x15, 0x0c, 0xf2, 0xbc, 0x61,
0x60, 0x8c, 0x31, 0x42, 0x9a, 0x66, 0x17, 0x69,
0x3e, 0xcf, 0x30, 0x0c, 0x83, 0x50, 0x2e, 0x87,
0x31, 0x42, 0x08, 0xc9, 0xb2, 0xfd, 0x3d, 0x9b,
0xe5, 0x38, 0x96, 0x65, 0x98, 0x6c, 0xb6, 0xa4,
0x44, 0x10, 0x58, 0x36, 0x1e, 0x77, 0xb9, 0x44,
0x91, 0xe3, 0xd6, 0xd7, 0xd7, 0xd6, 0xd2, 0x69,
0x55, 0xcd, 0x64, 0x6a, 0x6a, 0xee, 0xbc, 0xb3,
0xba, 0x9a, 0x52, 0x84, 0x30, 0x66, 0xd9, 0x43,
0x87, 0x36, 0x0b, 0xc0, 0x6e, 0x34, 0x80, 0x52,
0xcb, 0x32, 0xcd, 0xdd, 0xbb, 0x1d, 0x0e, 0x87,
0xc3, 0xe1, 0x00, 0x88, 0xc5, 0x32, 0x99, 0xc5,
0x45, 0x00, 0x86, 0x61, 0x18, 0xa7, 0x53, 0x96,
0xed, 0x51, 0x96, 0x85, 0x10, 0x42, 0x00, 0xaa,
0x6a, 0x03, 0xa8, 0xaa, 0x0d, 0x50, 0x04, 0xd3,
0xf5, 0x74, 0x5a, 0x51, 0x0a, 0x85, 0x44, 0x42,
0x92, 0x9c, 0x4e, 0x8e, 0x53, 0x14, 0xcb, 0xa2,
0x14, 0xc0, 0x34, 0xb3, 0x59, 0x55, 0xd5, 0x75,
0x86, 0x09, 0x04, 0x3c, 0x9e, 0xd2, 0xd2, 0x60,
0x90, 0x52, 0x42, 0x4c, 0xb3, 0xae, 0x6e, 0xdb,
0x00, 0xec, 0xdc, 0x8f, 0x44, 0x52, 0xa9, 0x6c,
0x56, 0x96, 0x6b, 0x6a, 0x4a, 0x4b, 0x45, 0x91,
0xe7, 0x55, 0xd5, 0x34, 0x2d, 0x8b, 0xd2, 0x4c,
0x26, 0x1a, 0x4d, 0xa7, 0xf3, 0x79, 0x4d, 0x2b,
0x2f, 0xf7, 0x78, 0x44, 0xd1, 0x30, 0x38, 0x0e,
0x63, 0x84, 0x54, 0x95, 0x10, 0x4a, 0x29, 0x4d,
0xa7, 0x15, 0x45, 0x55, 0x0d, 0x23, 0x12, 0xd1,
0x75, 0xd3, 0x24, 0x44, 0x96, 0x5d, 0x2e, 0xa7,
0x93, 0xe7, 0x79, 0xde, 0x34, 0x09, 0xa1, 0x14,
0x21, 0x86, 0x01, 0x40, 0xc8, 0xe7, 0xcb, 0xe5,
0xf2, 0x79, 0x4d, 0x2b, 0x14, 0x18, 0x06, 0x63,
0x8c, 0x57, 0x57, 0xb7, 0x2d, 0x85, 0xec, 0x28,
0x8c, 0x8e, 0x26, 0x93, 0x89, 0x44, 0x2c, 0x46,
0xe9, 0x8e, 0x1d, 0x6e, 0xb7, 0xd3, 0xa9, 0xeb,
0x0e, 0x07, 0xc7, 0x61, 0x9c, 0xcb, 0x35, 0x37,
0xd7, 0xd4, 0xf8, 0xfd, 0x5e, 0x6f, 0x20, 0x50,
0x56, 0xe6, 0x70, 0xb0, 0x6c, 0x32, 0xa9, 0x28,
0x85, 0xc2, 0xf5, 0xeb, 0xa9, 0x94, 0xa2, 0xe8,
0xfa, 0x95, 0x2b, 0xc5, 0x94, 0x69, 0x69, 0xa9,
0xad, 0xf5, 0xfb, 0x9b, 0x9a, 0xee, 0xbb, 0xaf,
0xbe, 0x7e, 0xc7, 0x8e, 0x03, 0x07, 0x34, 0x4d,
0xd7, 0x09, 0xc1, 0x78, 0xe7, 0x4e, 0xbf, 0x5f,
0x92, 0x30, 0x5e, 0x5b, 0x8b, 0x46, 0x63, 0x31,
0x4d, 0xb3, 0x57, 0x1c, 0x1b, 0xdb, 0xc6, 0x08,
0x10, 0xa2, 0xeb, 0xc7, 0x8f, 0x4f, 0x4f, 0x5f,
0xba, 0xf4, 0xc3, 0x0f, 0x7d, 0x7d, 0x8f, 0x3e,
0xda, 0xdb, 0xfb, 0xf4, 0xd3, 0x2c, 0x7b, 0xed,
0xda, 0xd2, 0x52, 0x26, 0xa3, 0xeb, 0x18, 0x33,
0x0c, 0x42, 0x84, 0x04, 0x83, 0x6e, 0xb7, 0x28,
0x56, 0x57, 0x57, 0x57, 0x07, 0x02, 0x92, 0x54,
0x5b, 0x0b, 0x80, 0x10, 0x40, 0xf1, 0x69, 0x59,
0x76, 0xca, 0xe4, 0xf3, 0xba, 0x6e, 0x18, 0x84,
0x2c, 0x2c, 0xdc, 0x7e, 0x7b, 0x20, 0x20, 0x49,
0x6b, 0x6b, 0x4d, 0x4d, 0x77, 0xdc, 0x11, 0x0c,
0x3e, 0xf4, 0xd0, 0xc0, 0xc0, 0xc0, 0xc0, 0x07,
0x1f, 0x58, 0x96, 0x65, 0x99, 0xa6, 0x61, 0x7c,
0xf4, 0xd1, 0x66, 0x01, 0xf0, 0x46, 0x03, 0xae,
0x5c, 0x99, 0x9c, 0x1c, 0x1b, 0x8b, 0x46, 0xef,
0xbe, 0xbb, 0xae, 0xae, 0xa9, 0x29, 0x18, 0xc4,
0x18, 0x80, 0xd2, 0xbd, 0x7b, 0xdb, 0xda, 0x5a,
0x5a, 0x1a, 0x1b, 0x59, 0x36, 0x95, 0x52, 0x94,
0x42, 0x61, 0x61, 0xc1, 0xe7, 0x2b, 0x2d, 0x15,
0x04, 0x51, 0x9c, 0x9e, 0x0e, 0x87, 0x93, 0xc9,
0xfe, 0x7e, 0xfb, 0xec, 0xff, 0xfe, 0x7b, 0x59,
0xd6, 0x34, 0xc3, 0x18, 0x1a, 0x2a, 0x2d, 0x15,
0x45, 0x8e, 0x6b, 0x6d, 0x55, 0x14, 0x4d, 0x33,
0xcd, 0x8b, 0x17, 0x45, 0x91, 0xe3, 0x1c, 0x8e,
0xee, 0xee, 0x89, 0x89, 0xf1, 0xf1, 0xb1, 0x31,
0x5d, 0xbf, 0x7c, 0x79, 0x72, 0x72, 0x72, 0xf2,
0xec, 0xd9, 0x53, 0xa7, 0x4e, 0x9c, 0xe8, 0xef,
0xff, 0xf0, 0xc3, 0x6d, 0x4d, 0x21, 0xdb, 0x2c,
0xcb, 0x34, 0x5f, 0x7d, 0x75, 0x72, 0xf2, 0x97,
0x5f, 0xc6, 0xc7, 0x6f, 0xdc, 0x48, 0x26, 0xa3,
0xd1, 0x95, 0x15, 0xa7, 0x93, 0x10, 0xcb, 0x42,
0xc8, 0x34, 0x55, 0xb5, 0x50, 0x20, 0x64, 0x75,
0x55, 0x92, 0x9c, 0x4e, 0x96, 0x45, 0xc8, 0xde,
0xfb, 0xd5, 0x55, 0xb7, 0x5b, 0x14, 0x79, 0xde,
0x30, 0xec, 0x39, 0x42, 0x21, 0x00, 0x4a, 0x59,
0xb6, 0xb2, 0x32, 0x95, 0x8a, 0xc7, 0x23, 0x11,
0x5d, 0x3f, 0x77, 0xee, 0xdc, 0xb9, 0x6f, 0xbe,
0x59, 0x5b, 0xb3, 0x2c, 0x42, 0x4c, 0xf3, 0xa5,
0x97, 0x36, 0xef, 0xcf, 0x2d, 0x02, 0xd8, 0x17,
0x8b, 0x61, 0xd8, 0xa7, 0x44, 0x6f, 0xef, 0x57,
0x5f, 0x8d, 0x8c, 0x8c, 0x8c, 0x70, 0x9c, 0xdf,
0xef, 0x72, 0x39, 0x9d, 0xe5, 0xe5, 0x33, 0x33,
0xbf, 0xfe, 0xfa, 0xdb, 0x6f, 0xe1, 0x70, 0x36,
0x9b, 0x4c, 0xae, 0xaf, 0x7b, 0xbd, 0x76, 0x6a,
0x99, 0xe6, 0xe2, 0xe2, 0xc2, 0x42, 0x38, 0xec,
0xf3, 0x85, 0x42, 0xa1, 0xd0, 0xec, 0xec, 0x8f,
0x3f, 0x62, 0x8c, 0x10, 0xc3, 0xec, 0xdf, 0x3f,
0x3c, 0x3c, 0x34, 0x34, 0x3c, 0xec, 0xf5, 0x5a,
0x16, 0x21, 0x84, 0xf4, 0xf5, 0xd9, 0xf3, 0x17,
0x6b, 0xe0, 0x1f, 0x00, 0xb8, 0x19, 0x24, 0x1c,
0x56, 0xd5, 0x7c, 0x3e, 0x9f, 0x8f, 0x44, 0x56,
0x57, 0x57, 0x57, 0x97, 0x96, 0x4a, 0x4a, 0x30,
0x06, 0x50, 0xd5, 0x07, 0x1f, 0xbc, 0x7c, 0x79,
0x7c, 0xfc, 0xbb, 0xef, 0x5e, 0x7c, 0x51, 0x51,
0xd2, 0xe9, 0xa9, 0xa9, 0xcf, 0x3f, 0x9f, 0x9a,
0x9a, 0x9a, 0xba, 0x70, 0xe1, 0xfd, 0xf7, 0x45,
0xb1, 0xa4, 0x84, 0x65, 0x5f, 0x7f, 0x5d, 0x96,
0x15, 0x25, 0x95, 0xd2, 0x34, 0x59, 0x96, 0x65,
0x59, 0x8e, 0x44, 0x8a, 0xf3, 0xdd, 0xaa, 0x1f,
0x5b, 0x06, 0x28, 0x9a, 0x5d, 0x6c, 0xaf, 0xbc,
0x72, 0xf6, 0xec, 0xc8, 0xc8, 0xe9, 0xd3, 0x95,
0x95, 0x0c, 0x43, 0x29, 0xc6, 0x3e, 0x5f, 0x57,
0x57, 0x57, 0xd7, 0x93, 0x4f, 0xf2, 0xbc, 0xcf,
0xe7, 0xf1, 0xec, 0xdd, 0xcb, 0x30, 0x1d, 0x1d,
0x9d, 0x9d, 0x4f, 0x3d, 0xe5, 0x70, 0x10, 0x42,
0x08, 0xc7, 0xed, 0xdc, 0x79, 0xea, 0xd4, 0xe0,
0xe0, 0xa7, 0x9f, 0xde, 0x76, 0x1b, 0x21, 0x84,
0x10, 0xf2, 0xc6, 0x1b, 0x5b, 0x5d, 0xbf, 0x68,
0x9b, 0x38, 0x85, 0xfe, 0xb7, 0xcd, 0xce, 0x2e,
0x2f, 0x0b, 0x42, 0x3c, 0x5e, 0x5e, 0xae, 0x28,
0x89, 0x04, 0x42, 0xd7, 0xaf, 0xcf, 0xcd, 0x5d,
0xb8, 0x00, 0xa0, 0xaa, 0xb2, 0xac, 0xeb, 0xff,
0xb1, 0x43, 0x0c, 0xc3, 0x00, 0x00, 0xac, 0xad,
0xc5, 0x62, 0x00, 0x00, 0x2b, 0x2b, 0x2b, 0x2b,
0xf3, 0xf3, 0x0c, 0x33, 0x38, 0x78, 0xf2, 0xe4,
0x89, 0x13, 0x5f, 0x7e, 0xf9, 0x77, 0x01, 0xb6,
0x1c, 0x81, 0x89, 0x89, 0xf3, 0xe7, 0xdf, 0x7e,
0x7b, 0x7c, 0xbc, 0xbd, 0xfd, 0xde, 0x7b, 0x0b,
0x05, 0x00, 0x97, 0x4b, 0x10, 0x42, 0x21, 0x4a,
0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0xbb, 0x01, 0x3a,
0x3a, 0x3a, 0x3a, 0x1e, 0x7b, 0x0c, 0xa0, 0xbe,
0xbe, 0xbe, 0x7e, 0xcf, 0x1e, 0x00, 0x9f, 0xcf,
0xed, 0xc6, 0x18, 0xa0, 0xa6, 0xa6, 0xba, 0x1a,
0x6d, 0xb9, 0x0b, 0xf9, 0x6f, 0xdb, 0xf0, 0x18,
0xdd, 0xc8, 0x2a, 0x2b, 0x2b, 0x2b, 0x3d, 0x1e,
0x55, 0x15, 0x04, 0x41, 0x08, 0x04, 0xba, 0xba,
0x58, 0x16, 0xe3, 0xa5, 0x25, 0x00, 0x9e, 0x17,
0x04, 0x9e, 0x07, 0xc8, 0xe5, 0x14, 0x25, 0x93,
0x01, 0xf8, 0xf9, 0xe7, 0xd1, 0xd1, 0x99, 0x19,
0x80, 0xab, 0x57, 0xaf, 0x5e, 0x0d, 0x87, 0xdf,
0x7c, 0x73, 0x66, 0x66, 0x66, 0x26, 0x1c, 0xfe,
0xe9, 0xa7, 0xbf, 0xbb, 0xfe, 0x96, 0x53, 0xe8,
0x4f, 0x7e, 0xdc, 0xd0, 0xd0, 0xd0, 0x70, 0xd7,
0x5d, 0xef, 0xbc, 0xd3, 0xd6, 0xd6, 0xd6, 0x56,
0x5e, 0x0e, 0xd0, 0xd4, 0xd4, 0xdc, 0xfc, 0xc4,
0x13, 0x7f, 0x01, 0x70, 0x1c, 0xc7, 0xc5, 0xe3,
0x00, 0x2d, 0x2d, 0x2d, 0x2d, 0x9a, 0x46, 0xa9,
0xfd, 0xdf, 0x5b, 0x6f, 0xd9, 0xfa, 0xee, 0xbb,
0xb6, 0x16, 0x93, 0x8e, 0x90, 0x5b, 0xf5, 0xe0,
0x16, 0x83, 0x29, 0x08, 0xb6, 0x8a, 0x62, 0x51,
0x5b, 0x5b, 0x5b, 0x5b, 0x77, 0xed, 0xda, 0xb3,
0xa7, 0xa7, 0xa7, 0xa7, 0x67, 0xff, 0xfe, 0xa1,
0xa1, 0xe9, 0xe9, 0xe9, 0xe9, 0x5c, 0xce, 0xef,
0xf7, 0xfb, 0x03, 0x81, 0xb2, 0x32, 0x80, 0x58,
0x2c, 0x1a, 0x4d, 0x24, 0x14, 0x65, 0xdf, 0xbe,
0x7d, 0xfb, 0x02, 0x01, 0x49, 0x3a, 0x76, 0xec,
0xd8, 0xb1, 0x4f, 0x3e, 0x69, 0x6b, 0xb3, 0x8b,
0x38, 0x91, 0xb0, 0xe7, 0xc9, 0xe7, 0x6d, 0x55,
0x55, 0x5b, 0x73, 0xb9, 0x9b, 0xc1, 0xb6, 0x0d,
0xa0, 0xa4, 0xe4, 0x66, 0x2d, 0x82, 0x78, 0xbd,
0xb6, 0x06, 0x02, 0xbd, 0xbd, 0xbd, 0xbd, 0x87,
0x0f, 0x9f, 0x3f, 0x9f, 0x4a, 0xa5, 0x52, 0xe9,
0xf4, 0xdc, 0x9c, 0xc7, 0xe3, 0xf1, 0xb8, 0xdd,
0xbb, 0x76, 0x9d, 0x39, 0x73, 0xe6, 0xcc, 0x17,
0x5f, 0x1c, 0x39, 0x62, 0x8f, 0x8b, 0xc7, 0x6d,
0x5d, 0x5f, 0xb7, 0x35, 0x95, 0xba, 0x19, 0x20,
0x99, 0xb4, 0x75, 0xe3, 0x5e, 0x79, 0x8b, 0xe5,
0xc4, 0xfc, 0x59, 0xfc, 0x3c, 0x6f, 0xab, 0xdd,
0x46, 0xfe, 0xf5, 0xce, 0x71, 0x37, 0x6b, 0x31,
0x35, 0x8a, 0x0e, 0x15, 0x6f, 0xe6, 0xe2, 0xce,
0x17, 0x2f, 0xb0, 0xad, 0x37, 0xf7, 0xff, 0x5a,
0xfb, 0x03, 0x24, 0x50, 0xc3, 0x51, 0x78, 0x54,
0xe6, 0x96, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45,
0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};

View File

@@ -1,265 +0,0 @@
/* dialog_warning.png - 603 bytes */
static const unsigned char dialog_warning_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd6, 0x02, 0x10, 0x0e, 0x27, 0x2d, 0xb7,
0xee, 0x92, 0x77, 0x00, 0x00, 0x01, 0xe8, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0x95, 0x93, 0xc1,
0x4a, 0x1b, 0x61, 0x14, 0x85, 0xbf, 0x3b, 0x99,
0xce, 0x34, 0x89, 0x33, 0x83, 0x10, 0x99, 0x4a,
0xed, 0x46, 0x43, 0xc4, 0x20, 0x86, 0x41, 0x4a,
0x9a, 0x30, 0x04, 0x82, 0x48, 0x63, 0x83, 0x74,
0x17, 0xba, 0x10, 0x22, 0x5d, 0x74, 0xe7, 0x30,
0x1b, 0xf1, 0x09, 0x5c, 0x1b, 0x74, 0x65, 0xc0,
0x42, 0xc0, 0x45, 0x49, 0x56, 0x05, 0xad, 0xaf,
0x50, 0x08, 0x3e, 0x80, 0x50, 0x5c, 0x04, 0x0a,
0x85, 0x16, 0x5c, 0xd4, 0x40, 0x49, 0x31, 0x7f,
0x37, 0xd6, 0x12, 0xc8, 0xb4, 0xf6, 0xc0, 0xbd,
0x8b, 0xcb, 0xe1, 0x3b, 0x67, 0x73, 0x85, 0x08,
0x85, 0xf0, 0xc8, 0x80, 0xb7, 0x00, 0x03, 0x78,
0xdd, 0x80, 0x2f, 0xe3, 0x7c, 0x7a, 0x14, 0xc0,
0x84, 0xa3, 0x79, 0x78, 0x0e, 0x70, 0x01, 0x47,
0x40, 0x75, 0x9c, 0x4f, 0x8b, 0x48, 0xf7, 0x52,
0xb0, 0x5a, 0x58, 0x58, 0xd0, 0x9e, 0xa4, 0x52,
0x5a, 0x0a, 0x56, 0x43, 0xf0, 0xee, 0x0d, 0x30,
0x61, 0x2f, 0x0d, 0x7a, 0x62, 0x77, 0x97, 0x4c,
0xb3, 0x49, 0x1a, 0x74, 0x13, 0xf6, 0xee, 0x05,
0x08, 0xa1, 0x38, 0x05, 0xc5, 0x6c, 0xb9, 0x2c,
0x7a, 0x3e, 0x8f, 0x9e, 0xcf, 0x93, 0x2d, 0x97,
0x65, 0x0a, 0x8a, 0x21, 0x14, 0xf9, 0x97, 0x76,
0xa0, 0x7b, 0x02, 0xc3, 0x5e, 0xa7, 0xa3, 0x3c,
0xcf, 0x53, 0x9e, 0xe7, 0xa9, 0x5e, 0xa7, 0xa3,
0x4e, 0x60, 0xb8, 0x03, 0xdd, 0xbf, 0x36, 0x08,
0x61, 0xc5, 0x85, 0xa5, 0x8c, 0xef, 0x8b, 0xe1,
0xfb, 0x38, 0x8e, 0x83, 0xe3, 0x38, 0x18, 0xbe,
0x4f, 0xc6, 0xf7, 0xc5, 0x85, 0xa5, 0x10, 0x56,
0x22, 0x01, 0x26, 0xec, 0x67, 0xc1, 0x48, 0x04,
0x01, 0xa2, 0x69, 0x58, 0x96, 0x85, 0x65, 0x59,
0x88, 0xa6, 0x91, 0x08, 0x02, 0xb2, 0x60, 0x98,
0xb0, 0x3f, 0x16, 0x10, 0xc2, 0xfa, 0x34, 0xa4,
0xe7, 0x0a, 0x05, 0x8c, 0x52, 0x09, 0x11, 0xc1,
0xb6, 0x6d, 0x6c, 0xdb, 0x46, 0x44, 0x30, 0x4a,
0x25, 0xe6, 0x0a, 0x05, 0xa6, 0x21, 0x1d, 0xc2,
0xfa, 0x08, 0x20, 0x04, 0x31, 0xa0, 0xb1, 0x78,
0x9b, 0xae, 0xe9, 0x3a, 0x22, 0xf2, 0xa7, 0x81,
0x08, 0x9a, 0xae, 0x93, 0x08, 0x02, 0x16, 0xc1,
0x30, 0xa0, 0x11, 0x82, 0xc0, 0xed, 0x0a, 0xe1,
0xd5, 0x2c, 0xb4, 0x5e, 0x2c, 0x2f, 0x1b, 0x93,
0x67, 0x67, 0x10, 0x8b, 0xa1, 0x94, 0xa2, 0xdf,
0xef, 0x03, 0x90, 0x4c, 0x26, 0x11, 0x11, 0xb8,
0xb9, 0xe1, 0x6a, 0x6d, 0x8d, 0x0f, 0xe7, 0xe7,
0x83, 0x4b, 0xa8, 0x37, 0xe0, 0x9d, 0x84, 0x10,
0x7b, 0x0c, 0x57, 0x4f, 0xc1, 0x9a, 0x3f, 0x3e,
0xe6, 0x61, 0xb5, 0x8a, 0x52, 0x0a, 0xa5, 0x14,
0xb5, 0x5a, 0x0d, 0x80, 0x76, 0xbb, 0x8d, 0x88,
0x20, 0x22, 0xfc, 0x38, 0x3d, 0xe5, 0x62, 0x63,
0x83, 0x2e, 0x7c, 0xff, 0x0c, 0x93, 0x9a, 0xc0,
0x66, 0x1c, 0xcc, 0x99, 0x5c, 0x8e, 0x78, 0xa5,
0x72, 0x67, 0x14, 0x11, 0x5c, 0xd7, 0xc5, 0x75,
0xdd, 0x91, 0x5b, 0xbc, 0x52, 0x61, 0x26, 0x97,
0x23, 0x0e, 0xa6, 0xc0, 0xa6, 0x6c, 0xc3, 0xd7,
0x97, 0x90, 0x9a, 0x3d, 0x38, 0x60, 0xa2, 0x5e,
0xbf, 0x4b, 0xff, 0x3d, 0xc0, 0x08, 0x40, 0x44,
0xb8, 0x6e, 0xb5, 0xb8, 0xdc, 0xda, 0xe2, 0x3d,
0x7c, 0x93, 0x43, 0x18, 0x3e, 0x03, 0x79, 0xc0,
0xff, 0xe9, 0x27, 0xf0, 0x11, 0x94, 0xfe, 0x09,
0x0e, 0x07, 0xf0, 0x66, 0x22, 0xe2, 0x2f, 0xa2,
0x74, 0x0d, 0xc3, 0x1e, 0x34, 0x7f, 0x01, 0x97,
0xde, 0x7d, 0x08, 0x1c, 0xb4, 0xe1, 0x13, 0x00,
0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae,
0x42, 0x60, 0x82};
/* dialog_warning.png - 1456 bytes */
static const unsigned char dialog_warning_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x05,
0x3b, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0xcd, 0x4b, 0x54, 0x5d, 0x1c, 0x7e, 0xce,
0x39, 0xf7, 0xde, 0x99, 0x3b, 0xde, 0xf9, 0xf6,
0x6b, 0x66, 0xd4, 0x66, 0x98, 0x3b, 0x63, 0x3a,
0xca, 0x54, 0x33, 0xa1, 0x92, 0xd0, 0x62, 0x54,
0x0a, 0x84, 0xd2, 0x66, 0x23, 0xe8, 0x26, 0x84,
0xc0, 0x8d, 0x8b, 0xc0, 0x45, 0x86, 0x59, 0xb8,
0x91, 0xfa, 0x0b, 0x5a, 0xb7, 0x0a, 0x42, 0x21,
0xdb, 0x04, 0x12, 0x48, 0x2d, 0x14, 0xa2, 0x31,
0xd2, 0x42, 0xb2, 0x50, 0x98, 0x04, 0x1d, 0x50,
0x52, 0xc7, 0x99, 0x1c, 0xe7, 0xbe, 0x8b, 0xd3,
0xc5, 0xf7, 0xf5, 0xa3, 0x2f, 0xf3, 0xa5, 0x17,
0xde, 0xdf, 0xe6, 0x81, 0x73, 0xcf, 0x99, 0xdf,
0xf3, 0xfc, 0x3e, 0xce, 0xf9, 0x0d, 0xf0, 0xbf,
0x1d, 0x6c, 0x6d, 0x6d, 0x00, 0xc0, 0xd8, 0x71,
0xfb, 0xa1, 0xc7, 0x43, 0xbc, 0xa1, 0xa1, 0xa6,
0x06, 0x00, 0x52, 0xa9, 0xc1, 0x41, 0x4a, 0x29,
0x5d, 0x5c, 0xe4, 0xeb, 0x7e, 0xff, 0x1f, 0x2b,
0x80, 0x13, 0x54, 0x94, 0xaa, 0x2a, 0x00, 0x78,
0xf6, 0xec, 0xcc, 0x99, 0x68, 0x34, 0x1a, 0xb5,
0xd9, 0x2a, 0x2a, 0x42, 0xa1, 0x50, 0xc8, 0xe3,
0xa9, 0xad, 0x05, 0x80, 0x17, 0x2f, 0xfe, 0x58,
0x01, 0xbc, 0x58, 0xfa, 0xfa, 0x2c, 0x16, 0xaf,
0xd7, 0xeb, 0xcd, 0xe7, 0xfd, 0x7e, 0xa3, 0xd1,
0x68, 0x04, 0xa2, 0x51, 0x97, 0xcb, 0xe5, 0xa2,
0x54, 0x92, 0x24, 0x49, 0x92, 0x1c, 0x0e, 0x2e,
0xf4, 0xd2, 0xa5, 0xdf, 0xe6, 0xf7, 0xa8, 0x3f,
0xc0, 0x09, 0x39, 0x9d, 0x55, 0x55, 0x84, 0x10,
0x32, 0x32, 0xd2, 0xd2, 0x12, 0x8d, 0x46, 0xa3,
0x46, 0x23, 0x21, 0xd3, 0xd3, 0xd3, 0xd3, 0x00,
0xb0, 0xb9, 0xb9, 0xb9, 0x09, 0x58, 0xad, 0xaa,
0xaa, 0xaa, 0x8c, 0x65, 0xb3, 0xc9, 0x64, 0x32,
0x79, 0xf1, 0xa2, 0xd3, 0x09, 0x00, 0x77, 0xef,
0xbe, 0x7b, 0x07, 0x00, 0x9a, 0xf6, 0xab, 0xfe,
0x8f, 0x9c, 0x01, 0x51, 0x04, 0x80, 0x81, 0x81,
0xc2, 0x42, 0x9f, 0xcf, 0xe7, 0xd3, 0x34, 0x59,
0x5e, 0x5b, 0x5b, 0x5b, 0x03, 0x04, 0xa1, 0xb1,
0xb1, 0xb1, 0x11, 0xa0, 0xb4, 0xbe, 0xbe, 0xbe,
0x1e, 0xf0, 0x78, 0x14, 0x45, 0x51, 0x00, 0xb3,
0x59, 0x96, 0x65, 0x59, 0x96, 0x09, 0x01, 0x80,
0xab, 0x57, 0x8f, 0xea, 0x9f, 0x1c, 0x2d, 0xf2,
0x1e, 0x4f, 0x75, 0x35, 0x21, 0x84, 0x7c, 0xfc,
0xd8, 0xda, 0x1a, 0x8b, 0xc5, 0x62, 0xa2, 0x28,
0x49, 0x89, 0x44, 0x22, 0x01, 0x98, 0xcd, 0xa3,
0xa3, 0xa3, 0xa3, 0x00, 0x20, 0x49, 0x92, 0x04,
0x6c, 0x6c, 0x74, 0x74, 0x74, 0x74, 0x00, 0xeb,
0xeb, 0x1e, 0x8f, 0xc7, 0x03, 0x3c, 0x7d, 0x3a,
0x31, 0x31, 0x31, 0xb1, 0xb5, 0x35, 0x3b, 0xcb,
0x33, 0x38, 0x32, 0x02, 0x00, 0x5b, 0x5b, 0xff,
0x5a, 0x06, 0x4e, 0x9f, 0x06, 0x80, 0x27, 0x4f,
0x4e, 0x9c, 0xb0, 0xdb, 0xed, 0x76, 0x4a, 0x65,
0x39, 0x95, 0x4a, 0xa5, 0x00, 0x83, 0x21, 0x1e,
0x8f, 0xc7, 0x01, 0xc6, 0x5c, 0x2e, 0x97, 0x0b,
0x60, 0xcc, 0xe9, 0x74, 0x3a, 0x01, 0x49, 0x6a,
0x6d, 0x6d, 0x6d, 0x05, 0x9c, 0x4e, 0x42, 0x08,
0x01, 0x8a, 0x8b, 0x15, 0x45, 0x51, 0x04, 0x81,
0xf7, 0xce, 0xf5, 0xeb, 0x47, 0xcd, 0xc4, 0x4f,
0x46, 0x5e, 0x55, 0x6f, 0xde, 0xa4, 0x94, 0xd2,
0x2f, 0x5f, 0xa6, 0xa6, 0x9a, 0x9b, 0x9b, 0x9b,
0x35, 0xed, 0xe5, 0x4b, 0xb7, 0xdb, 0xed, 0xd6,
0xb4, 0xf7, 0xef, 0x13, 0x89, 0x44, 0x42, 0xd3,
0xcc, 0x66, 0xb3, 0xd9, 0x6c, 0xd6, 0x34, 0x9f,
0x8f, 0x97, 0xd6, 0x87, 0x0f, 0x33, 0x33, 0x33,
0x33, 0x9a, 0xf6, 0xea, 0x95, 0xaa, 0xaa, 0xaa,
0xa6, 0x4d, 0x4e, 0x36, 0x35, 0x35, 0x35, 0x69,
0xda, 0x8d, 0x1b, 0x00, 0x90, 0xcd, 0xf2, 0xdf,
0x75, 0x38, 0x8e, 0x3d, 0x03, 0xa7, 0x4e, 0x01,
0xc0, 0xe3, 0xc7, 0x5e, 0x6f, 0x20, 0x10, 0x08,
0x50, 0x2a, 0x8a, 0x4b, 0x4b, 0x4b, 0x4b, 0x80,
0x2c, 0x77, 0x77, 0x77, 0x77, 0x03, 0x94, 0x5a,
0x2c, 0x16, 0x0b, 0xa0, 0x28, 0x7a, 0xcd, 0x9b,
0xcd, 0x66, 0x33, 0x40, 0x69, 0x41, 0x41, 0x41,
0x01, 0x20, 0xcb, 0x9d, 0x9d, 0x9d, 0x9d, 0x40,
0x41, 0x01, 0x6f, 0xee, 0x8a, 0x0a, 0x9b, 0xcd,
0x66, 0xa3, 0x94, 0xf7, 0xd2, 0xed, 0xdb, 0xc7,
0x26, 0x80, 0x47, 0x28, 0x1c, 0xde, 0xd9, 0x61,
0x8c, 0x31, 0xbf, 0x3f, 0x1c, 0x2e, 0x2f, 0x2f,
0x2f, 0x67, 0x4c, 0xd3, 0x32, 0x99, 0x4c, 0x06,
0x30, 0x1a, 0x39, 0x31, 0xdd, 0x74, 0x01, 0x3a,
0x12, 0xc2, 0x4b, 0x47, 0x96, 0xbb, 0xba, 0xba,
0xba, 0x80, 0xed, 0xed, 0xd5, 0xd5, 0xd5, 0x55,
0xa0, 0xae, 0xae, 0xa1, 0xa1, 0xa1, 0x41, 0x10,
0x82, 0x41, 0x42, 0x08, 0xb9, 0x76, 0x8d, 0xfb,
0xa9, 0xa8, 0xf8, 0xed, 0x02, 0xc2, 0x61, 0x00,
0x18, 0x1d, 0x55, 0xd5, 0xca, 0xca, 0xca, 0x4a,
0xc6, 0x18, 0x4b, 0x26, 0x93, 0x49, 0x40, 0x96,
0x7b, 0x7b, 0x7b, 0x7b, 0x01, 0x42, 0x44, 0x51,
0x14, 0x77, 0x89, 0xea, 0x91, 0xb7, 0x58, 0x78,
0x46, 0xf4, 0x75, 0xc6, 0x0c, 0x06, 0x83, 0x01,
0x50, 0x94, 0x9e, 0x9e, 0x9e, 0x1e, 0x40, 0x10,
0x96, 0x97, 0x97, 0x97, 0x01, 0xbf, 0xdf, 0xe9,
0x74, 0x3a, 0x19, 0x33, 0x18, 0x00, 0xe0, 0xde,
0xbd, 0xdf, 0x26, 0x80, 0x47, 0xe4, 0xdc, 0x39,
0x40, 0x10, 0x04, 0xc1, 0xe3, 0xa9, 0xae, 0xe6,
0x0f, 0x13, 0x21, 0x26, 0x93, 0xc9, 0x04, 0x18,
0x8d, 0xbc, 0x39, 0x75, 0xdb, 0x2b, 0x60, 0xb7,
0x84, 0x28, 0xa5, 0x74, 0xf7, 0xbb, 0xc9, 0xd4,
0xde, 0xde, 0xde, 0x0e, 0xe4, 0xf3, 0xf9, 0x7c,
0x3e, 0x0f, 0x9c, 0x3d, 0x5b, 0x5f, 0x5f, 0x5f,
0x4f, 0x69, 0x30, 0xc8, 0x18, 0x63, 0x97, 0x2f,
0x73, 0xbf, 0xfc, 0xfd, 0xfe, 0x96, 0x7d, 0xf7,
0x1a, 0xbd, 0x75, 0x0b, 0x00, 0x3e, 0x7d, 0x3a,
0x79, 0xb2, 0xb6, 0xb6, 0xb6, 0xd6, 0xe5, 0x0a,
0x06, 0x79, 0xc9, 0x98, 0xcd, 0x43, 0x43, 0x43,
0x43, 0x80, 0x24, 0xd5, 0xd5, 0xd5, 0xd5, 0xed,
0x17, 0x90, 0x4e, 0xa7, 0xd3, 0xe9, 0x34, 0xbf,
0x44, 0x25, 0x09, 0x30, 0x1a, 0xf9, 0xcb, 0xac,
0x7f, 0xd7, 0x31, 0x9b, 0x1d, 0x1f, 0x1f, 0x1f,
0x07, 0xd6, 0xd7, 0x87, 0x87, 0x87, 0x87, 0x81,
0xd9, 0x59, 0xc6, 0x18, 0xcb, 0xe7, 0xdf, 0xbe,
0x4d, 0x24, 0x12, 0x89, 0xc5, 0xc5, 0xc1, 0x41,
0x00, 0xf0, 0xf9, 0x7e, 0x3a, 0x03, 0x3c, 0x02,
0x17, 0x2e, 0x50, 0x2a, 0x8a, 0xa2, 0x58, 0x58,
0x18, 0x0c, 0x16, 0x15, 0x15, 0x15, 0x01, 0x8c,
0xf9, 0x7c, 0x3e, 0xdf, 0xe1, 0xc4, 0x73, 0xb9,
0x5c, 0x2e, 0x97, 0x03, 0x62, 0xb1, 0x58, 0x2c,
0x16, 0x03, 0xe2, 0x71, 0x7e, 0xad, 0xee, 0x25,
0xae, 0x67, 0xc4, 0x64, 0x6a, 0x69, 0x69, 0x69,
0x01, 0x78, 0xb1, 0x01, 0xb5, 0xb5, 0x65, 0x65,
0x65, 0x65, 0x94, 0x72, 0xbf, 0x6e, 0x37, 0xe7,
0x71, 0xfe, 0xfc, 0x0f, 0x0b, 0xe0, 0x07, 0x08,
0xe1, 0xc9, 0x7b, 0xf0, 0xa0, 0xa6, 0x26, 0x14,
0x0a, 0x85, 0x44, 0x11, 0x58, 0x58, 0x58, 0x58,
0x00, 0x14, 0xa5, 0xaf, 0xaf, 0xaf, 0xef, 0x70,
0x42, 0x82, 0x20, 0x08, 0x82, 0x00, 0x94, 0x96,
0x96, 0x96, 0x96, 0x96, 0x02, 0x25, 0x25, 0x25,
0x25, 0x25, 0x25, 0xfb, 0xf7, 0xed, 0x3d, 0x6f,
0xb7, 0xf7, 0xf7, 0xf7, 0xf7, 0x03, 0xb9, 0xdc,
0xdc, 0xdc, 0xdc, 0x1c, 0x10, 0x89, 0x44, 0x22,
0x91, 0x88, 0x24, 0x71, 0x1e, 0x0f, 0x1f, 0x1e,
0x26, 0x40, 0x38, 0x78, 0x39, 0x1e, 0x37, 0x18,
0x24, 0x49, 0x92, 0x2c, 0x16, 0xaf, 0xd7, 0x66,
0xb3, 0xd9, 0x00, 0x51, 0x74, 0xbb, 0xdd, 0x6e,
0x40, 0x14, 0x03, 0x81, 0x40, 0xe0, 0x6f, 0x11,
0xd8, 0x43, 0x48, 0x17, 0x30, 0x36, 0x36, 0x36,
0x36, 0x36, 0x76, 0x38, 0xe1, 0xbd, 0x68, 0x32,
0xf1, 0x91, 0x63, 0x75, 0xd5, 0xe1, 0x70, 0x38,
0x00, 0x55, 0xe5, 0x0f, 0xe0, 0xeb, 0xd7, 0x46,
0xa3, 0xd1, 0x68, 0xb3, 0xb5, 0xb5, 0x65, 0x32,
0x99, 0xcc, 0x95, 0x2b, 0xfc, 0xc5, 0x7e, 0xf4,
0xe8, 0xd0, 0x1e, 0x18, 0x18, 0x00, 0x80, 0x54,
0x2a, 0x12, 0x09, 0x87, 0xc3, 0x61, 0xa7, 0xb3,
0xac, 0x8c, 0xdf, 0xd7, 0x9a, 0x36, 0x3f, 0x3f,
0x3f, 0x0f, 0x00, 0x9a, 0xf6, 0xeb, 0xa3, 0xd7,
0x8f, 0x9b, 0xc1, 0x50, 0x59, 0x59, 0x59, 0x09,
0x2c, 0x2d, 0x59, 0xad, 0x56, 0x2b, 0xf0, 0xfc,
0xf9, 0xd4, 0xd4, 0xd4, 0xd4, 0xca, 0xca, 0x9d,
0x3b, 0x00, 0x50, 0x5c, 0xfc, 0x8d, 0x0c, 0x10,
0x42, 0x88, 0x28, 0x12, 0xc2, 0x9b, 0x0e, 0xb0,
0xdb, 0xed, 0x76, 0x80, 0x31, 0x55, 0x55, 0xd5,
0xdd, 0x88, 0xed, 0xad, 0x7d, 0x7d, 0x6d, 0x6f,
0x64, 0xf7, 0xef, 0xfb, 0xf6, 0xfa, 0x6e, 0xc6,
0x78, 0xa0, 0xf2, 0xf9, 0x8d, 0x8d, 0x8d, 0x0d,
0x7d, 0xf7, 0xfe, 0x7f, 0x78, 0xfb, 0x04, 0xbc,
0x79, 0xa3, 0x69, 0x9a, 0xd6, 0xd3, 0xb3, 0xb3,
0x33, 0x39, 0x39, 0x39, 0x79, 0xff, 0xbe, 0xaa,
0x02, 0x80, 0xc9, 0x74, 0xfc, 0x31, 0x3f, 0xd8,
0x78, 0xd6, 0x37, 0x36, 0x66, 0x66, 0x80, 0x83,
0xa6, 0xd7, 0x9f, 0x9c, 0x46, 0xe9, 0xd7, 0xa6,
0xb7, 0x5a, 0xff, 0x89, 0x8a, 0xc2, 0x51, 0x17,
0xca, 0x9f, 0x23, 0x7d, 0xd8, 0xde, 0x3d, 0x97,
0xcf, 0x73, 0xdc, 0xde, 0xe6, 0x98, 0xcd, 0x72,
0x4c, 0xa7, 0x39, 0x7e, 0xfe, 0xcc, 0x71, 0x65,
0x85, 0xe3, 0xf7, 0xa7, 0xd3, 0x5f, 0x1e, 0xa7,
0xbf, 0x1e, 0xff, 0x7a, 0x9e, 0x17, 0xdb, 0x2e,
0xea, 0x02, 0x74, 0xd4, 0xf7, 0xe9, 0xc4, 0xbf,
0x7c, 0x39, 0x58, 0x40, 0x2e, 0x77, 0x34, 0x3e,
0xff, 0x41, 0xfb, 0x0b, 0xe8, 0x00, 0x80, 0xf8,
0x31, 0x40, 0x4e, 0x9f, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};

View File

@@ -1,191 +0,0 @@
/* document_new.png - 477 bytes */
static const unsigned char document_new_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xfc, 0x00, 0xe9, 0x00, 0x4f, 0x34,
0xd7, 0xb1, 0x0d, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x02, 0x12, 0x0e, 0x26, 0x1c, 0xd3,
0xb6, 0x19, 0x29, 0x00, 0x00, 0x01, 0x6a, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xad, 0x90, 0x4f,
0x4b, 0x5b, 0x51, 0x10, 0xc5, 0x7f, 0x73, 0xef,
0x8d, 0x56, 0x24, 0x7d, 0x25, 0x82, 0xd0, 0xca,
0x5b, 0x16, 0xdc, 0xd4, 0xee, 0x5c, 0x66, 0xa9,
0x1b, 0xf3, 0x0d, 0xb2, 0x71, 0x59, 0xbf, 0x45,
0xde, 0xb2, 0xdd, 0x77, 0x23, 0x04, 0xc4, 0x82,
0xdf, 0xc0, 0x4d, 0x37, 0xdd, 0x2a, 0x85, 0x52,
0x4a, 0xb2, 0x52, 0x4a, 0x49, 0x5a, 0x84, 0x10,
0xff, 0x45, 0x62, 0x9b, 0xde, 0x77, 0xc7, 0x85,
0x26, 0xc6, 0x18, 0x93, 0x54, 0x7a, 0x36, 0x33,
0x0c, 0x73, 0xe6, 0x9c, 0x33, 0x52, 0x2e, 0x97,
0xb7, 0x6b, 0xb5, 0x5a, 0x91, 0x11, 0x98, 0x9d,
0xfd, 0xcb, 0xdc, 0x5c, 0x9b, 0x67, 0xd1, 0x6f,
0xf2, 0xcb, 0x9f, 0xdf, 0xe5, 0xa2, 0x6f, 0x1f,
0xe1, 0xcf, 0xbe, 0x64, 0xc3, 0x19, 0xa5, 0x52,
0x49, 0xc7, 0xe1, 0xfc, 0x78, 0x53, 0x2f, 0x4f,
0xdf, 0x68, 0xe7, 0xbc, 0xa0, 0x97, 0x27, 0x2b,
0x9d, 0x8b, 0xc6, 0xe2, 0xae, 0xb6, 0xb2, 0xeb,
0xda, 0x32, 0x33, 0xae, 0xab, 0xd2, 0x6c, 0x36,
0x09, 0x21, 0x00, 0x20, 0x22, 0x3d, 0xf5, 0x8c,
0xd9, 0x63, 0xda, 0x7e, 0x21, 0xe3, 0xbe, 0x22,
0x66, 0x09, 0xeb, 0x4c, 0x26, 0xd8, 0xf6, 0x6a,
0xc7, 0xb7, 0x5b, 0x53, 0xce, 0x57, 0x7b, 0x07,
0x06, 0xc9, 0xdd, 0x6a, 0xe4, 0x08, 0x6b, 0xea,
0x88, 0x79, 0x85, 0xb8, 0x02, 0x60, 0x31, 0x2a,
0x46, 0xd3, 0x5f, 0x8b, 0xe0, 0x5e, 0xba, 0xfe,
0xac, 0x83, 0xe4, 0xeb, 0x5e, 0x6f, 0x3a, 0x0b,
0x4c, 0x81, 0x38, 0x10, 0x0b, 0x82, 0x00, 0x17,
0x6e, 0x34, 0x59, 0x08, 0x3a, 0x4f, 0xd0, 0xe7,
0xd8, 0x50, 0x45, 0xd3, 0x69, 0x40, 0xd0, 0xb4,
0xa2, 0xde, 0x9b, 0x7a, 0xc6, 0xa6, 0x15, 0xf7,
0xd0, 0xe7, 0xbb, 0x87, 0x02, 0xaf, 0xf1, 0xe1,
0x27, 0xe0, 0xb1, 0x5a, 0x01, 0x14, 0xef, 0x5f,
0xe8, 0xe9, 0x59, 0xeb, 0xd3, 0xcc, 0xfc, 0xf7,
0x83, 0x91, 0x11, 0x44, 0x04, 0xe5, 0x29, 0x1d,
0x5d, 0x43, 0x75, 0x81, 0x34, 0xfd, 0x01, 0x3c,
0x61, 0x6b, 0xe7, 0xd0, 0x6c, 0x6c, 0x6c, 0xbf,
0x05, 0x70, 0xa3, 0xc8, 0xb7, 0x35, 0x8b, 0xd7,
0x3c, 0x22, 0x42, 0x14, 0x45, 0x34, 0x1a, 0x49,
0x4f, 0xd4, 0x30, 0x21, 0xfa, 0x7f, 0xd3, 0x8f,
0x7b, 0x11, 0x86, 0x39, 0x78, 0x88, 0x7c, 0xc7,
0xc1, 0xb0, 0xa5, 0xc1, 0xd9, 0xb0, 0x1d, 0x33,
0xa9, 0xdd, 0xb1, 0x11, 0x72, 0xb9, 0x1c, 0x8f,
0x81, 0x8b, 0xe3, 0xf8, 0x43, 0x92, 0x24, 0xc5,
0x7f, 0x21, 0xc5, 0x71, 0xfc, 0x9e, 0xff, 0x85,
0x2b, 0xcc, 0x3d, 0x99, 0x60, 0x7b, 0xac, 0x14,
0xc9, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
0x44, 0xae, 0x42, 0x60, 0x82};
/* document_new.png - 999 bytes */
static const unsigned char document_new_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xfc, 0x00, 0xe9, 0x00, 0x4f, 0x34,
0xd7, 0xb1, 0x0d, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x03,
0x72, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xd5,
0x57, 0xcf, 0x4f, 0x13, 0x41, 0x14, 0xfe, 0xde,
0x4c, 0xb7, 0x84, 0x12, 0x95, 0x50, 0x68, 0x6d,
0x4c, 0x3c, 0x79, 0x30, 0xc4, 0x93, 0x89, 0x11,
0x48, 0xf8, 0x07, 0xb8, 0x70, 0xe0, 0xc4, 0xcd,
0x78, 0xe5, 0x4c, 0x48, 0x8c, 0x5c, 0x8c, 0x1a,
0x7f, 0xfc, 0x13, 0x1e, 0xb8, 0x18, 0x0f, 0x86,
0xbb, 0xc1, 0x90, 0x90, 0x00, 0x25, 0x5c, 0x20,
0xc0, 0x09, 0x7a, 0x81, 0xa6, 0xd0, 0x84, 0x10,
0x52, 0x6b, 0xdb, 0xc5, 0x79, 0x1e, 0x9e, 0xe3,
0xee, 0x4e, 0xbb, 0xd8, 0x4a, 0xd5, 0xf8, 0x92,
0xed, 0xec, 0xfc, 0xd8, 0x99, 0xef, 0x7b, 0xef,
0x7b, 0x6f, 0xbb, 0xc0, 0x7f, 0x6e, 0xf4, 0xaf,
0x01, 0x58, 0xbb, 0xb8, 0x38, 0x3e, 0x9e, 0x9c,
0xa4, 0x1f, 0x78, 0x3c, 0x4f, 0x5a, 0xdf, 0x4f,
0x24, 0xb2, 0xd9, 0xc5, 0x45, 0xe6, 0x8e, 0x09,
0xbc, 0x7a, 0xf5, 0xe6, 0xcd, 0x8b, 0x17, 0xcf,
0x9e, 0x49, 0x6f, 0x7e, 0xfe, 0x4f, 0x01, 0x57,
0x8a, 0xc8, 0x18, 0x20, 0x9d, 0xee, 0xef, 0xaf,
0xd5, 0x80, 0x5c, 0x6e, 0x68, 0xa8, 0x52, 0x01,
0xb4, 0x56, 0x8a, 0x19, 0xa8, 0xd7, 0x1b, 0x0d,
0xa5, 0xde, 0xbd, 0x9b, 0x98, 0x18, 0x1f, 0x2f,
0x14, 0x66, 0x66, 0x84, 0x50, 0xb5, 0x6a, 0x9f,
0x4f, 0x5c, 0xbe, 0xfd, 0xfc, 0xfc, 0xdc, 0xdc,
0xec, 0xec, 0x93, 0x27, 0xdd, 0x07, 0xce, 0xcc,
0xec, 0xfb, 0xe2, 0xe5, 0xdd, 0x5d, 0xc0, 0x98,
0x6a, 0x75, 0x69, 0x09, 0xf0, 0x7d, 0xe6, 0x74,
0x1a, 0x60, 0x06, 0x52, 0x29, 0xe0, 0xf4, 0xf4,
0xe4, 0x64, 0x6f, 0xef, 0xd1, 0x23, 0x66, 0x40,
0xeb, 0xcf, 0x9f, 0x25, 0x52, 0xef, 0xdf, 0x0b,
0x91, 0x7a, 0x3d, 0xd1, 0xee, 0x81, 0x85, 0x42,
0xa1, 0x50, 0x28, 0x00, 0x5a, 0x6b, 0xad, 0xb5,
0x00, 0x60, 0x06, 0x88, 0x88, 0x88, 0x82, 0xd6,
0x5a, 0xdc, 0xb8, 0x80, 0x07, 0x3c, 0x8f, 0xa8,
0x58, 0x04, 0x52, 0x29, 0xa5, 0x3e, 0x7d, 0x02,
0xb4, 0xf6, 0xbc, 0xde, 0x5e, 0x80, 0x39, 0x99,
0x9c, 0x9a, 0x02, 0x88, 0xb4, 0x1e, 0x18, 0x00,
0xae, 0x5f, 0x1f, 0x1c, 0x5c, 0x5e, 0x06, 0x98,
0x8d, 0xf9, 0xf0, 0x61, 0x7a, 0x9a, 0x88, 0xf9,
0xec, 0x6c, 0x73, 0x53, 0x76, 0xda, 0xd9, 0x51,
0xed, 0x12, 0x70, 0x01, 0xb9, 0xc0, 0x2c, 0x21,
0xb9, 0x0b, 0xfa, 0xcc, 0xc6, 0xd8, 0xbe, 0x5d,
0xfb, 0xed, 0x9b, 0x48, 0xa7, 0x52, 0x91, 0x7d,
0xea, 0x75, 0x80, 0x99, 0x68, 0x70, 0x50, 0x44,
0x35, 0x30, 0x60, 0xe5, 0x25, 0x6d, 0x4f, 0x8f,
0x7d, 0x2e, 0x95, 0x92, 0xbb, 0x1b, 0x37, 0x7e,
0x4a, 0xb0, 0x5b, 0x04, 0x00, 0xdb, 0x73, 0xd7,
0x29, 0x45, 0x04, 0x28, 0x25, 0x70, 0x88, 0x88,
0xb4, 0x06, 0x8c, 0x21, 0xba, 0x76, 0x0d, 0x30,
0x06, 0x18, 0x1a, 0x02, 0x88, 0x2e, 0x2e, 0x0e,
0x0e, 0x44, 0x52, 0x2b, 0x2b, 0x00, 0x60, 0xcc,
0xf1, 0x31, 0xd0, 0x68, 0xd4, 0x6a, 0xf9, 0x3c,
0x40, 0xc4, 0xfc, 0xe5, 0xcb, 0xf6, 0xb6, 0x9c,
0x71, 0x7a, 0x7a, 0x65, 0x02, 0x4a, 0x09, 0xa4,
0xa0, 0x1f, 0xcc, 0x87, 0xc7, 0x03, 0xa2, 0x32,
0xae, 0x94, 0x25, 0x00, 0xdc, 0xbc, 0x09, 0xd4,
0x6a, 0xc0, 0xe8, 0x28, 0xd0, 0x68, 0x30, 0xdf,
0xb9, 0x03, 0x00, 0x8d, 0xc6, 0xc6, 0x06, 0x90,
0x48, 0xf8, 0xfe, 0xc7, 0x8f, 0xc0, 0xc1, 0xc1,
0xfe, 0xfe, 0xe1, 0xa1, 0xb8, 0xc7, 0x98, 0x85,
0x05, 0x41, 0x53, 0x2c, 0x5a, 0x5c, 0x6d, 0xe7,
0x80, 0x0b, 0xbc, 0x39, 0x07, 0x6c, 0x0c, 0xec,
0x6f, 0x73, 0xa4, 0xa4, 0x95, 0x88, 0x10, 0x01,
0xc9, 0xa4, 0x48, 0xe7, 0xd6, 0x2d, 0xc0, 0xf7,
0x81, 0x74, 0x5a, 0xe4, 0x35, 0x3c, 0x0c, 0xf4,
0xf6, 0xf6, 0xf5, 0x79, 0x1e, 0x90, 0xcf, 0x6f,
0x6f, 0x9f, 0x9f, 0x03, 0xf7, 0xef, 0xdf, 0xbd,
0x5b, 0x2c, 0x6e, 0x6d, 0xc9, 0x4e, 0x5f, 0xbf,
0x76, 0x1c, 0x81, 0x8d, 0x8d, 0xcd, 0xcd, 0x7c,
0x3e, 0x3e, 0x22, 0x56, 0x3a, 0x6e, 0x64, 0x9a,
0x5b, 0x7b, 0x05, 0x91, 0x92, 0xa2, 0xa0, 0x54,
0x5f, 0x1f, 0xc0, 0xac, 0xf5, 0xed, 0xdb, 0x00,
0x51, 0x32, 0x79, 0xef, 0x1e, 0x50, 0xa9, 0x54,
0xab, 0x9e, 0x07, 0xd8, 0xf2, 0xe9, 0xbe, 0x17,
0xda, 0x26, 0xf0, 0xf0, 0xe1, 0x83, 0x07, 0x23,
0x23, 0x40, 0x2e, 0x97, 0xcb, 0xe5, 0x72, 0x97,
0x6b, 0xdc, 0xb6, 0x51, 0x22, 0xd6, 0xf3, 0x61,
0xba, 0x51, 0x09, 0xca, 0xfa, 0x20, 0x9b, 0xdc,
0xec, 0x6a, 0x65, 0x1d, 0x4b, 0xa8, 0x54, 0x2a,
0x95, 0x4a, 0xa5, 0xf0, 0xc1, 0xcc, 0x16, 0xba,
0xfd, 0x75, 0xa5, 0x12, 0x7e, 0x3e, 0x48, 0xf2,
0x60, 0x3c, 0x0a, 0xf4, 0x32, 0xb8, 0x5d, 0x20,
0xe0, 0xb6, 0xcc, 0x44, 0x36, 0x17, 0x5c, 0x40,
0xad, 0xa5, 0x16, 0x47, 0xc8, 0x3a, 0xa4, 0x13,
0xf8, 0x1d, 0x10, 0x68, 0x3e, 0x58, 0xcc, 0x56,
0x9f, 0xb0, 0xf7, 0xa3, 0x52, 0x91, 0x48, 0x04,
0xf3, 0xee, 0xfa, 0xa8, 0xdf, 0xc3, 0xeb, 0xdb,
0xb1, 0xb6, 0xf9, 0xae, 0xad, 0xad, 0xaf, 0xaf,
0xae, 0xfe, 0xda, 0x83, 0xc1, 0x78, 0x6b, 0xe0,
0x71, 0x39, 0x40, 0xe4, 0x66, 0x51, 0x97, 0x09,
0x8c, 0x8e, 0x8e, 0x8c, 0x8c, 0x8d, 0x01, 0x99,
0x4c, 0x26, 0x93, 0xc9, 0xb4, 0xaa, 0xff, 0x56,
0xf3, 0x36, 0xa9, 0xe5, 0x0a, 0x27, 0xaf, 0x8d,
0x8e, 0xcc, 0xb9, 0xe3, 0xd1, 0xf9, 0x76, 0xad,
0xe3, 0x1c, 0x28, 0x97, 0xcb, 0xe5, 0x72, 0x39,
0xbe, 0x8c, 0xba, 0x11, 0x89, 0xee, 0xd1, 0x4c,
0x28, 0x2e, 0xa2, 0x5d, 0x27, 0x70, 0x19, 0x35,
0x5b, 0x2e, 0xdd, 0xe3, 0xa3, 0x80, 0xc3, 0x50,
0x5b, 0xad, 0x0b, 0xbf, 0x02, 0xff, 0x20, 0x81,
0x66, 0xcf, 0x05, 0x00, 0x5d, 0x60, 0xd1, 0xb8,
0x34, 0x03, 0x0d, 0xef, 0x47, 0xc4, 0x1c, 0x9d,
0xff, 0x4b, 0x11, 0x68, 0xae, 0x22, 0xee, 0x5f,
0x0b, 0xb7, 0xda, 0x44, 0x81, 0x87, 0x23, 0x15,
0xdd, 0xb1, 0xcb, 0x04, 0xb2, 0xd9, 0x6c, 0x36,
0x9b, 0xbd, 0x2a, 0xdd, 0xee, 0x5b, 0x2c, 0x01,
0x63, 0x8c, 0x31, 0xe6, 0xf9, 0xf3, 0xd7, 0xaf,
0xdf, 0xbe, 0x7d, 0xf9, 0xf2, 0xe9, 0xd3, 0x7f,
0x05, 0xf0, 0xe8, 0xe8, 0xf0, 0xb0, 0x58, 0x7c,
0xfc, 0x38, 0x6e, 0xfe, 0x37, 0x3f, 0xea, 0x3b,
0x7b, 0xdd, 0x5f, 0xdd, 0xe2, 0x3f, 0xea, 0xff,
0x7b, 0xfb, 0x0e, 0x30, 0x0d, 0x2c, 0x47, 0xc0,
0x05, 0x25, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x49,
0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};

View File

@@ -1,274 +0,0 @@
/* document_open.png - 537 bytes */
static const unsigned char document_open_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x0b, 0x15, 0x11, 0x32, 0x0d, 0x10,
0x15, 0x50, 0x0b, 0x00, 0x00, 0x01, 0xa6, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xa5, 0x91, 0xbf,
0x4f, 0x53, 0x51, 0x14, 0xc7, 0x3f, 0x2f, 0x7d,
0xa8, 0xef, 0xd1, 0x06, 0x0b, 0x0c, 0x4d, 0x4c,
0x37, 0x19, 0x60, 0x73, 0x42, 0x13, 0x23, 0x03,
0x83, 0x7f, 0x00, 0x08, 0x46, 0x06, 0x24, 0x0c,
0x12, 0x10, 0x1c, 0xdc, 0x0c, 0x04, 0x06, 0x17,
0x07, 0x16, 0x36, 0x13, 0x7e, 0x0e, 0x04, 0xd4,
0x30, 0x03, 0xd1, 0x41, 0x47, 0x06, 0x13, 0x12,
0x0c, 0x6c, 0x84, 0x68, 0x4c, 0x84, 0x26, 0x6d,
0x6d, 0xe0, 0xbd, 0xe7, 0xed, 0xbb, 0xf7, 0x38,
0xb4, 0x69, 0xad, 0x79, 0x4d, 0x31, 0x7e, 0x72,
0x93, 0x7b, 0x4f, 0xce, 0x3d, 0xdf, 0xf3, 0xbd,
0xe7, 0x5a, 0x0f, 0x06, 0xfb, 0x66, 0x53, 0xa9,
0xd4, 0x1c, 0x7f, 0xa1, 0x94, 0x2a, 0xed, 0xbf,
0xd4, 0xd8, 0xca, 0xf2, 0xda, 0x6b, 0xea, 0x60,
0x4d, 0x3e, 0x9b, 0x90, 0x91, 0xe1, 0xd1, 0xc8,
0x64, 0x10, 0xf8, 0x2c, 0xad, 0x2c, 0x52, 0x28,
0x14, 0x1e, 0xbd, 0x7b, 0xb3, 0xb5, 0x11, 0x29,
0x30, 0xfe, 0x74, 0x4c, 0x06, 0xfa, 0x07, 0x39,
0x3c, 0x3a, 0x04, 0xc0, 0x6e, 0x8a, 0x91, 0x48,
0xc4, 0x69, 0x44, 0x2e, 0x9f, 0x7d, 0x39, 0xfe,
0x64, 0x6a, 0xc6, 0xd6, 0x5a, 0xe3, 0x38, 0x2e,
0xd7, 0x5b, 0x92, 0x25, 0xc5, 0x98, 0xe1, 0xe1,
0xc0, 0x50, 0x43, 0x81, 0xcd, 0xb7, 0xeb, 0xd3,
0xc0, 0x8c, 0xad, 0x94, 0xc2, 0xf7, 0x3d, 0xf2,
0x3f, 0x73, 0x00, 0x24, 0x5b, 0x5b, 0x00, 0xf0,
0xbc, 0x8b, 0xba, 0xc5, 0xae, 0xdb, 0x5c, 0x39,
0xdb, 0x61, 0x18, 0xd6, 0x38, 0x00, 0x53, 0x49,
0x1e, 0x95, 0x9f, 0xf5, 0x27, 0x9d, 0x9d, 0x5d,
0x35, 0xb1, 0x0d, 0x44, 0x3a, 0x88, 0xba, 0x1c,
0xc5, 0xa5, 0x1d, 0xc4, 0xe3, 0x09, 0xd2, 0xe9,
0x74, 0xb4, 0x80, 0xef, 0x7b, 0xbc, 0xff, 0x72,
0xce, 0x41, 0xc6, 0x05, 0x60, 0xfe, 0xc3, 0x7a,
0x9d, 0x7e, 0x9f, 0x6b, 0xa2, 0xde, 0x89, 0x25,
0xb1, 0x01, 0x1c, 0xc7, 0xe5, 0x20, 0xe3, 0xb2,
0xf0, 0xfc, 0x3e, 0x81, 0xd2, 0x5c, 0x86, 0x6b,
0x57, 0x62, 0x4c, 0xcd, 0xef, 0x56, 0x67, 0x00,
0xf0, 0x23, 0x17, 0x70, 0x7c, 0x76, 0xd1, 0xb0,
0x58, 0x6b, 0x43, 0xba, 0xdd, 0xad, 0x0e, 0xd1,
0x71, 0x4a, 0x81, 0x00, 0x22, 0x82, 0x65, 0x59,
0x88, 0x08, 0x22, 0x60, 0x44, 0xd0, 0x46, 0x08,
0xb5, 0x50, 0xd4, 0x06, 0x15, 0x1a, 0x42, 0x2d,
0xb4, 0x25, 0xae, 0xd6, 0xfe, 0xc2, 0xcd, 0xa4,
0x4f, 0xf6, 0x5c, 0xf1, 0x3d, 0xeb, 0x83, 0x58,
0x18, 0x84, 0xf2, 0x42, 0x04, 0x04, 0x41, 0xa4,
0x2c, 0x0c, 0x04, 0x45, 0x53, 0x15, 0x38, 0xcd,
0x9c, 0x71, 0xeb, 0xce, 0x5d, 0xf6, 0x4f, 0xf2,
0xe5, 0xa2, 0x52, 0x77, 0x11, 0x30, 0x08, 0x82,
0x05, 0x22, 0x15, 0x57, 0xdd, 0x1d, 0xad, 0xec,
0x6e, 0xef, 0x90, 0x0c, 0xbe, 0xad, 0x5a, 0xf7,
0x1e, 0xbf, 0xfa, 0xe8, 0x35, 0xdd, 0xe8, 0xe1,
0x1f, 0x69, 0x2e, 0x7e, 0xdd, 0xfb, 0xb4, 0xfa,
0xe2, 0x36, 0xff, 0xcb, 0x6f, 0x37, 0x66, 0xca,
0x8b, 0x19, 0x6f, 0x71, 0x8b, 0x00, 0x00, 0x00,
0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
0x82};
/* document_open.png - 1596 bytes */
static const unsigned char document_open_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x05,
0xc7, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x56, 0x4d, 0x4c, 0x13, 0x5b, 0x14, 0xfe, 0x66,
0x5a, 0xe8, 0x74, 0xa6, 0xa5, 0x94, 0xc2, 0x00,
0xa5, 0xa0, 0x08, 0x51, 0x94, 0xbf, 0x18, 0x34,
0x28, 0x9a, 0x98, 0x98, 0xb8, 0x35, 0x31, 0x0f,
0x35, 0x2e, 0x48, 0x4c, 0x8c, 0x6b, 0x35, 0x1a,
0x77, 0x6a, 0xa2, 0x6e, 0x95, 0x9d, 0x0b, 0x5d,
0x90, 0xa0, 0xa0, 0x84, 0x9f, 0xc4, 0x44, 0x16,
0x24, 0xba, 0x70, 0x61, 0x64, 0x21, 0x7f, 0x15,
0x2a, 0x7f, 0x5a, 0x08, 0xa4, 0x2d, 0x50, 0x6a,
0x99, 0xb6, 0x40, 0x3b, 0x7f, 0x6f, 0x71, 0x33,
0x4e, 0x5b, 0x40, 0x14, 0xf5, 0xbd, 0xbc, 0xe4,
0x7d, 0x49, 0x7b, 0x67, 0xee, 0xdc, 0x33, 0x73,
0xbe, 0x73, 0xbe, 0x7b, 0xcf, 0x01, 0xfe, 0xe3,
0xa0, 0x76, 0x6a, 0xd8, 0xda, 0xfa, 0xec, 0x59,
0x4b, 0xcb, 0xb9, 0x73, 0x00, 0x45, 0x01, 0x1d,
0x1d, 0xb2, 0x2c, 0x49, 0xb2, 0x0c, 0xa8, 0x2a,
0xf9, 0xed, 0xd8, 0x21, 0x8a, 0xfc, 0xb4, 0xf7,
0xa8, 0xaa, 0xaa, 0x02, 0xf7, 0xef, 0x5f, 0xba,
0x74, 0xf1, 0xe2, 0xe5, 0xcb, 0xb7, 0x6e, 0xfd,
0x36, 0xe6, 0x9d, 0x9d, 0x3d, 0x3d, 0xcf, 0x9f,
0xab, 0x7f, 0x0c, 0x82, 0x20, 0x08, 0x82, 0xa0,
0xaa, 0xad, 0xad, 0x6d, 0x6d, 0x2d, 0x2d, 0x5b,
0x87, 0xc4, 0xa8, 0x5d, 0x34, 0x35, 0x35, 0x35,
0x35, 0x35, 0xd5, 0xd5, 0x29, 0x0a, 0x20, 0xcb,
0xbd, 0xbd, 0x14, 0x45, 0x51, 0x34, 0x9d, 0x1c,
0x17, 0xf2, 0xcf, 0xb2, 0x2c, 0x6b, 0x36, 0xd3,
0xb4, 0x24, 0x89, 0xa2, 0x2c, 0xeb, 0x2f, 0x92,
0x65, 0x59, 0x96, 0xa4, 0xe4, 0xd5, 0x3f, 0x07,
0x45, 0x51, 0x14, 0x45, 0xd1, 0xef, 0x25, 0x49,
0x92, 0x44, 0x11, 0xc8, 0xcc, 0xcc, 0xcc, 0xcc,
0xcc, 0xdc, 0xda, 0xee, 0x1b, 0x01, 0x41, 0x10,
0x84, 0x70, 0xf8, 0xf1, 0xe3, 0x2b, 0x57, 0xae,
0x5e, 0xbd, 0x76, 0x2d, 0x3f, 0x7f, 0x2b, 0x83,
0x85, 0x85, 0xc5, 0x45, 0xbf, 0x1f, 0x70, 0x3a,
0x9d, 0xce, 0xa2, 0x22, 0x7d, 0x7e, 0x68, 0x68,
0x68, 0x68, 0x68, 0x08, 0xf0, 0xf9, 0xfc, 0x7e,
0xbf, 0x1f, 0xa0, 0x69, 0x8a, 0xd2, 0x69, 0x03,
0x9b, 0x09, 0x2b, 0xf9, 0x89, 0xa2, 0x10, 0xb1,
0xd8, 0xed, 0x76, 0x7b, 0x76, 0x36, 0x50, 0x55,
0x55, 0x59, 0x59, 0x55, 0xb5, 0x91, 0xd8, 0x96,
0x04, 0x14, 0x05, 0x50, 0x55, 0x49, 0x8a, 0x46,
0xa3, 0xd1, 0x68, 0x14, 0x18, 0x1c, 0x1c, 0x18,
0x18, 0x18, 0xd0, 0x17, 0xb2, 0x2c, 0xc7, 0xb1,
0x2c, 0xe0, 0x72, 0x95, 0x94, 0x38, 0x9d, 0x40,
0x43, 0xc3, 0x91, 0x23, 0xc7, 0x8e, 0x01, 0xe1,
0x70, 0x38, 0x1c, 0x0a, 0x01, 0xe5, 0xe5, 0xe5,
0xe5, 0xe5, 0xe5, 0x40, 0x45, 0x45, 0x45, 0xc5,
0xbe, 0x7d, 0x00, 0x4d, 0xd3, 0xb4, 0xc1, 0x90,
0xec, 0xa0, 0xa2, 0x68, 0x9a, 0xd6, 0xa8, 0x24,
0xcf, 0x6b, 0xf7, 0x46, 0xa3, 0xd1, 0x68, 0x34,
0x92, 0x40, 0x04, 0x02, 0x24, 0x13, 0x5a, 0x66,
0xb7, 0x21, 0x20, 0xcb, 0x8a, 0xb2, 0xb2, 0x62,
0x32, 0x31, 0x8c, 0xcd, 0x06, 0x38, 0x1c, 0x0e,
0x47, 0x6e, 0xae, 0xbe, 0xd0, 0xe1, 0xe0, 0xf9,
0xec, 0x6c, 0xa0, 0xa1, 0xa1, 0xbe, 0xfe, 0xf8,
0x71, 0x20, 0x16, 0x8b, 0xc5, 0x62, 0x31, 0x60,
0x76, 0x76, 0x76, 0x76, 0x76, 0x16, 0xf8, 0xf0,
0x81, 0x10, 0x66, 0x18, 0xb3, 0xd9, 0x6c, 0xde,
0x3c, 0xca, 0x9a, 0x34, 0x92, 0x1d, 0x32, 0x99,
0x88, 0x44, 0x76, 0xed, 0x2a, 0x29, 0x29, 0x29,
0x01, 0x2a, 0x2b, 0x49, 0xe4, 0x17, 0x17, 0x97,
0x96, 0x02, 0x01, 0xc0, 0x62, 0xb1, 0x58, 0x2c,
0x96, 0x1f, 0x20, 0x40, 0xd3, 0x06, 0x03, 0x45,
0x71, 0x5c, 0x22, 0xb1, 0xbe, 0x2e, 0x08, 0xa2,
0xc8, 0x30, 0x0c, 0xc3, 0x30, 0x19, 0x19, 0xda,
0x8b, 0xb2, 0xb2, 0xec, 0x76, 0x8e, 0x03, 0xcc,
0x66, 0xe2, 0xa0, 0xd7, 0xeb, 0xf5, 0x4e, 0x4f,
0x03, 0xa2, 0x48, 0x1c, 0xaa, 0xae, 0xae, 0xa9,
0xa9, 0xaa, 0x02, 0x28, 0x4a, 0x55, 0x93, 0xf7,
0x00, 0x45, 0xd1, 0x34, 0x39, 0x55, 0x48, 0xa4,
0xb5, 0x9d, 0x45, 0x51, 0x44, 0x62, 0x8a, 0x22,
0xcb, 0xaa, 0x0a, 0xf0, 0x7c, 0x7e, 0x7e, 0x41,
0x01, 0x30, 0x3e, 0x3e, 0x31, 0x31, 0x31, 0x41,
0xc6, 0xf1, 0x71, 0x12, 0xc8, 0x9c, 0x9c, 0x07,
0x0f, 0xb6, 0x25, 0x40, 0x1c, 0x76, 0xbb, 0xfd,
0xfe, 0x40, 0xc0, 0xe7, 0x3b, 0x7c, 0x98, 0x65,
0xcd, 0x66, 0x8e, 0x03, 0x38, 0x8e, 0x44, 0xe0,
0xe4, 0xc9, 0x13, 0x27, 0x4e, 0x9d, 0x02, 0x82,
0xc1, 0x60, 0x70, 0x69, 0x09, 0xf8, 0xf2, 0xc5,
0xeb, 0x9d, 0x99, 0x01, 0x22, 0x91, 0x68, 0x34,
0x12, 0xd1, 0x63, 0xac, 0x1f, 0xa3, 0x44, 0xbb,
0x5a, 0xe4, 0x75, 0x52, 0x84, 0x90, 0xd1, 0x68,
0x34, 0x1a, 0x0c, 0x80, 0xd9, 0xcc, 0x30, 0x66,
0x33, 0xc0, 0xf3, 0x3c, 0xcf, 0xf3, 0xc0, 0xc7,
0x8f, 0x63, 0x63, 0x23, 0x23, 0x40, 0x4e, 0x4e,
0x4e, 0x8e, 0xdd, 0xfe, 0xf0, 0xe1, 0x99, 0x33,
0xa7, 0x4f, 0x37, 0x36, 0xde, 0xb8, 0xb1, 0x15,
0x81, 0x6f, 0xaf, 0x3d, 0x7b, 0xf6, 0xfc, 0xf9,
0xbf, 0xfe, 0xba, 0x79, 0xb3, 0xb6, 0xb6, 0xa6,
0xa6, 0xb6, 0xf6, 0xce, 0x1d, 0x97, 0xcb, 0xe5,
0x2a, 0x2e, 0x66, 0x59, 0x86, 0x61, 0xd9, 0x8c,
0x0c, 0x20, 0x3b, 0xdb, 0x6e, 0x2f, 0x2c, 0x04,
0xda, 0xdb, 0xfb, 0xfa, 0xdc, 0x6e, 0xc0, 0xe3,
0x09, 0x87, 0xf3, 0xf2, 0xb0, 0x63, 0x30, 0x8c,
0xc1, 0x90, 0x7c, 0x8a, 0xad, 0xaf, 0xcb, 0xb2,
0xb6, 0x67, 0xbe, 0x87, 0xbd, 0x7b, 0x2d, 0x96,
0x85, 0x85, 0xfe, 0xfe, 0xf6, 0xf6, 0xe6, 0xe6,
0xeb, 0xd7, 0x8f, 0x1e, 0x35, 0xa6, 0x3e, 0x9e,
0x99, 0x09, 0x85, 0x42, 0xa1, 0xaf, 0x5f, 0x45,
0xb1, 0xb4, 0xb4, 0xac, 0x6c, 0xf7, 0x6e, 0xe0,
0xe0, 0xc1, 0x9a, 0x9a, 0x43, 0x87, 0x80, 0xee,
0xee, 0x97, 0x2f, 0x7b, 0x7b, 0x81, 0xa6, 0xa6,
0x0b, 0x17, 0x48, 0xf9, 0xd2, 0x4e, 0x19, 0x5d,
0x2c, 0xda, 0x3d, 0x29, 0x46, 0xe4, 0x5e, 0x1b,
0x93, 0x37, 0x6f, 0xb2, 0x84, 0x7e, 0x16, 0xcd,
0xcd, 0x4f, 0x9e, 0x74, 0x75, 0xed, 0xdf, 0xbf,
0x41, 0x42, 0x04, 0xa1, 0x50, 0x3c, 0x1e, 0x8f,
0x27, 0x12, 0xa2, 0x28, 0xcb, 0xb2, 0x2c, 0xcb,
0x80, 0xd5, 0x6a, 0xb5, 0x5a, 0xad, 0x40, 0x7f,
0xff, 0xdc, 0x1c, 0xc3, 0x00, 0xd5, 0xd5, 0x89,
0x84, 0xa2, 0x00, 0x1e, 0x8f, 0xcf, 0x17, 0x8b,
0xed, 0x3c, 0x03, 0x3f, 0x0b, 0xa7, 0xd3, 0x6e,
0x67, 0x18, 0x20, 0x1a, 0x8d, 0xc7, 0x55, 0x55,
0x3f, 0x06, 0xe8, 0xd4, 0x65, 0x63, 0x63, 0xc1,
0x60, 0x30, 0xb8, 0xb8, 0x28, 0x8a, 0xb2, 0x4c,
0x36, 0xa7, 0xcf, 0x17, 0x08, 0xf8, 0x7c, 0x40,
0x66, 0xa6, 0xc1, 0xa0, 0x69, 0xfa, 0x57, 0x5a,
0x85, 0x9d, 0x42, 0x10, 0x42, 0xa1, 0xe5, 0x65,
0x55, 0x5d, 0x5f, 0x97, 0x24, 0x83, 0x61, 0x7e,
0x7e, 0x03, 0x81, 0xce, 0xce, 0x8e, 0x8e, 0xee,
0x6e, 0xbf, 0x9f, 0x61, 0x18, 0xc6, 0x6c, 0x56,
0x55, 0xab, 0xd5, 0x6a, 0xb5, 0xd9, 0x80, 0x68,
0x34, 0x12, 0x11, 0x04, 0xa0, 0xae, 0xee, 0xc0,
0x81, 0xa2, 0x22, 0xad, 0x37, 0xf9, 0xe7, 0x60,
0xb3, 0x91, 0x3d, 0x18, 0x8b, 0xad, 0xad, 0xc5,
0xe3, 0x8a, 0xe2, 0x72, 0xc5, 0x62, 0x6f, 0xde,
0xe8, 0x9b, 0x9a, 0x4e, 0x37, 0x10, 0x84, 0x95,
0x95, 0x95, 0x95, 0x78, 0x5c, 0x51, 0x48, 0xa2,
0x5e, 0xbc, 0x78, 0xf5, 0xea, 0xdd, 0x3b, 0xa0,
0xb0, 0x90, 0xe7, 0x1d, 0x0e, 0x20, 0x1c, 0x5e,
0x5b, 0x23, 0x4d, 0x9b, 0x76, 0xd6, 0x90, 0x2b,
0xad, 0x5e, 0x6a, 0x85, 0x29, 0x79, 0x4c, 0x9e,
0xff, 0x9e, 0x5d, 0xfa, 0xa8, 0xaa, 0x00, 0xcb,
0x9a, 0x4c, 0x06, 0x03, 0x30, 0x37, 0xe7, 0xf7,
0x07, 0x83, 0xa2, 0x48, 0xbc, 0x1c, 0x1b, 0xd3,
0xfc, 0x35, 0xa6, 0x13, 0xe0, 0x38, 0x8b, 0x85,
0xe3, 0x06, 0x06, 0x3e, 0x7f, 0x9e, 0x9a, 0xf2,
0x7a, 0x4b, 0x4b, 0x0b, 0x0b, 0x5d, 0xae, 0xb2,
0x32, 0xc0, 0x62, 0xc9, 0xcb, 0x2b, 0x29, 0x01,
0x7c, 0xbe, 0x70, 0x38, 0x91, 0x00, 0xd6, 0xd7,
0x25, 0x29, 0xb5, 0xc4, 0xa7, 0x56, 0x58, 0x72,
0xe6, 0xeb, 0x9d, 0xa5, 0x36, 0xaf, 0xcf, 0xe9,
0x25, 0x6e, 0xb3, 0x9c, 0xe6, 0xe4, 0x58, 0x2c,
0x19, 0x19, 0x80, 0x24, 0x91, 0x3a, 0xe1, 0x76,
0x7b, 0x3c, 0xd3, 0xd3, 0x73, 0x73, 0x6f, 0xdf,
0x12, 0xa5, 0x6c, 0x49, 0x80, 0x7c, 0x66, 0x68,
0x88, 0xb4, 0x14, 0x8d, 0x8d, 0x05, 0x05, 0x7b,
0xf6, 0x14, 0x17, 0x03, 0xa1, 0x50, 0x34, 0x2a,
0x49, 0x80, 0xdf, 0x1f, 0x0a, 0xc5, 0xe3, 0x9b,
0x25, 0x9b, 0xa2, 0xb4, 0x4a, 0x90, 0xdc, 0x0e,
0x53, 0x54, 0xea, 0x7c, 0xf2, 0xba, 0x54, 0x3b,
0xfd, 0xfb, 0x14, 0x05, 0x24, 0x12, 0xc4, 0xf1,
0xc1, 0xc1, 0xc1, 0x41, 0xb7, 0x5b, 0x14, 0x79,
0x7e, 0x75, 0xf5, 0xfd, 0xfb, 0x7b, 0xf7, 0xd2,
0xbf, 0x9a, 0x46, 0xc0, 0x64, 0x9a, 0x9f, 0x9f,
0x9f, 0xf7, 0xf9, 0xdc, 0x6e, 0xab, 0x35, 0x2b,
0xcb, 0x6a, 0x55, 0x94, 0xfa, 0x7a, 0xa7, 0x93,
0xe7, 0x69, 0x7a, 0x6c, 0x6c, 0x71, 0x51, 0x92,
0x36, 0x8b, 0x7c, 0x2a, 0xf5, 0xf4, 0xeb, 0xf4,
0xa3, 0x32, 0x3d, 0x2b, 0xe9, 0x76, 0x3c, 0x6f,
0xb3, 0x99, 0x4c, 0x80, 0x28, 0xca, 0xb2, 0xa2,
0x00, 0xe3, 0xe3, 0x1e, 0x8f, 0xdb, 0xbd, 0xb4,
0xf4, 0xfa, 0x75, 0x47, 0x47, 0x77, 0xf7, 0xd3,
0xa7, 0xdb, 0x10, 0xc8, 0xcd, 0x1d, 0x1d, 0x1d,
0x1d, 0x1d, 0x1d, 0xe5, 0xb8, 0x82, 0x82, 0xc2,
0xc2, 0x82, 0x02, 0x9a, 0xee, 0xeb, 0xfb, 0xf4,
0x69, 0x75, 0x15, 0x3f, 0x00, 0x22, 0x05, 0x4d,
0x26, 0xc9, 0x92, 0x49, 0x95, 0xcf, 0xc6, 0x88,
0x27, 0xdb, 0x49, 0x92, 0x24, 0x91, 0xe7, 0x91,
0x48, 0x20, 0x20, 0xcb, 0xc0, 0xea, 0xea, 0xc2,
0x42, 0x57, 0x17, 0x59, 0xab, 0x35, 0xf8, 0x7a,
0x08, 0xd3, 0x08, 0x44, 0x22, 0xc1, 0x60, 0x30,
0x18, 0x0c, 0x4e, 0x4e, 0x8e, 0x8c, 0x0c, 0x0f,
0x0f, 0x0f, 0xdf, 0xbd, 0xcb, 0x71, 0x16, 0x8b,
0xc7, 0x73, 0xfb, 0xf6, 0x8f, 0x50, 0xf8, 0x9d,
0x90, 0xa4, 0xe5, 0xe5, 0xc9, 0xc9, 0xa9, 0xa9,
0xe1, 0xe1, 0x9e, 0x9e, 0x47, 0x8f, 0xda, 0xda,
0xc8, 0xac, 0xd6, 0xd6, 0x09, 0xc2, 0xb7, 0x8c,
0x6e, 0x6e, 0xce, 0x30, 0x64, 0x64, 0xd9, 0x54,
0x43, 0x6d, 0xa4, 0x69, 0xfc, 0x51, 0x68, 0x39,
0x4a, 0x24, 0xc8, 0xa8, 0x69, 0x20, 0x14, 0x22,
0xe3, 0xda, 0xda, 0x36, 0x04, 0xb6, 0x82, 0xe6,
0xf8, 0x4e, 0x9a, 0x80, 0x5f, 0x81, 0x26, 0x99,
0x7f, 0xa3, 0x84, 0xfe, 0x8f, 0xef, 0xe3, 0x6f,
0xc7, 0x72, 0xa6, 0x5a, 0xf7, 0x8f, 0xb0, 0xcc,
0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44,
0xae, 0x42, 0x60, 0x82};

View File

@@ -1,229 +0,0 @@
/* document_print.png - 544 bytes */
static const unsigned char document_print_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x11, 0x00,
0x00, 0x0b, 0x11, 0x01, 0x7f, 0x64, 0x5f, 0x91,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x0b, 0x15, 0x12, 0x0d, 0x2f, 0x9f,
0xed, 0x85, 0x8a, 0x00, 0x00, 0x01, 0xad, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xa5, 0x93, 0xcd,
0x8a, 0x13, 0x41, 0x14, 0x85, 0xbf, 0x7b, 0x33,
0x8b, 0xbc, 0x40, 0x76, 0x0d, 0x59, 0xa9, 0xab,
0xd0, 0x04, 0xe3, 0x26, 0x44, 0x07, 0x1f, 0xc2,
0x9f, 0x77, 0x10, 0xc1, 0x07, 0xd0, 0x1e, 0x67,
0x40, 0x10, 0x11, 0x74, 0x44, 0x7d, 0x86, 0x49,
0xf2, 0x04, 0xc9, 0x46, 0x46, 0xc2, 0x6c, 0xb2,
0x4c, 0x56, 0x13, 0x77, 0x2a, 0x04, 0x3a, 0x7f,
0x24, 0x81, 0xe9, 0x4e, 0xa7, 0xaa, 0x5c, 0x68,
0x1a, 0xdb, 0x44, 0x47, 0xb4, 0xa0, 0x16, 0xf7,
0x52, 0xf7, 0xd4, 0xe1, 0x7c, 0x55, 0xf0, 0x9f,
0x4b, 0x7e, 0x2e, 0x1a, 0xcd, 0xfa, 0x21, 0x10,
0xfc, 0xc5, 0xdc, 0xd1, 0xdd, 0x3b, 0xf7, 0x0e,
0xb6, 0xba, 0x8d, 0x66, 0xdd, 0xc5, 0x71, 0x9c,
0xd9, 0xcf, 0x5f, 0x3c, 0xcb, 0xd4, 0x51, 0x14,
0xb9, 0x46, 0xb3, 0xee, 0x36, 0x33, 0x7b, 0xbb,
0xe4, 0xbb, 0xdd, 0x2e, 0x00, 0x9d, 0xb3, 0x53,
0x00, 0x5e, 0x1d, 0xbf, 0xa4, 0x56, 0xdd, 0x07,
0xa0, 0x52, 0xa9, 0x64, 0xce, 0xea, 0x2e, 0x81,
0x52, 0xa9, 0x94, 0x0e, 0x6f, 0x56, 0xe7, 0xec,
0x14, 0xdf, 0xf7, 0x71, 0xce, 0x65, 0xfa, 0x5b,
0x0e, 0xac, 0xb5, 0xf4, 0x7a, 0x3d, 0x6a, 0xd5,
0x7d, 0x54, 0x95, 0x8f, 0x9d, 0x0f, 0xdc, 0xaa,
0xdd, 0x46, 0x44, 0xe8, 0xf7, 0xfb, 0x94, 0xcb,
0xe5, 0x3f, 0x0b, 0x00, 0x78, 0x9e, 0x87, 0xaa,
0x22, 0xf2, 0x3d, 0xe3, 0x62, 0xb1, 0x88, 0x88,
0x20, 0x22, 0x97, 0x3b, 0x70, 0xce, 0x51, 0x28,
0x14, 0xd2, 0xfa, 0xe1, 0x83, 0x47, 0x29, 0x2c,
0x91, 0xdf, 0x60, 0x7c, 0x12, 0x3c, 0x3e, 0x04,
0x82, 0x7c, 0x3e, 0xcf, 0xd5, 0x2b, 0xd7, 0xb0,
0xd6, 0xa2, 0xba, 0x1d, 0x8f, 0xb5, 0x16, 0x11,
0x61, 0xf0, 0xe9, 0x9c, 0x28, 0x8a, 0x00, 0x8e,
0x36, 0x0e, 0x82, 0x83, 0xe0, 0x29, 0xc6, 0x18,
0x92, 0x24, 0xb9, 0xf4, 0x11, 0xcc, 0xe7, 0x35,
0x54, 0x95, 0x77, 0xef, 0xdf, 0x06, 0xe9, 0x35,
0x22, 0xc2, 0x60, 0x30, 0x20, 0x8e, 0x63, 0xda,
0xed, 0x36, 0xce, 0x39, 0xc2, 0x30, 0x64, 0x3a,
0x9d, 0x32, 0x1e, 0x8f, 0x99, 0x4c, 0x26, 0x8c,
0x46, 0x23, 0x86, 0xc3, 0x21, 0xad, 0x56, 0x8b,
0xaf, 0x5f, 0x3e, 0x67, 0x33, 0x58, 0x2c, 0x16,
0x44, 0x17, 0x17, 0xcc, 0x66, 0x33, 0x7c, 0xdf,
0x27, 0x0c, 0x43, 0x00, 0x92, 0x24, 0x49, 0xad,
0x03, 0x18, 0x63, 0x18, 0x8f, 0x42, 0xa2, 0x78,
0x95, 0x15, 0x50, 0x55, 0xe6, 0x8b, 0x05, 0xed,
0x76, 0x8b, 0xe5, 0x72, 0x09, 0xc0, 0x7a, 0xbd,
0x46, 0x45, 0xb0, 0xd6, 0xb0, 0x36, 0x06, 0xd5,
0x1c, 0x7b, 0xb9, 0x1c, 0xd5, 0xda, 0xcd, 0xdd,
0x14, 0x8c, 0x31, 0x5c, 0xaf, 0xdc, 0x48, 0x69,
0xfc, 0xe0, 0x82, 0xb5, 0x0e, 0x63, 0x0c, 0xaa,
0x9a, 0xe2, 0xdd, 0x84, 0x9c, 0x0a, 0xac, 0x56,
0x2b, 0x3c, 0xcf, 0x4b, 0xad, 0xfe, 0xca, 0x7b,
0x43, 0x41, 0x55, 0x71, 0xce, 0x61, 0xad, 0xcd,
0x08, 0x9c, 0x1c, 0xbf, 0x79, 0x7d, 0xff, 0x1f,
0x7e, 0xf3, 0xc9, 0x37, 0xc1, 0x23, 0xd9, 0x67,
0xfd, 0x0b, 0xc3, 0xc3, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
/* document_print.png - 1230 bytes */
static const unsigned char document_print_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x04,
0x59, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0xcf, 0x6f, 0x12, 0x5b, 0x14, 0xfe, 0x66,
0xfa, 0x06, 0x06, 0x25, 0xa6, 0x6d, 0x5a, 0x50,
0x4c, 0x51, 0x44, 0x58, 0xb0, 0xa8, 0x0b, 0x8c,
0xd5, 0x98, 0x68, 0x6c, 0x4c, 0x34, 0xae, 0xfc,
0xd5, 0x98, 0xa6, 0xba, 0xc7, 0xbf, 0xc1, 0x68,
0x22, 0xd5, 0xa8, 0x0b, 0xd7, 0xba, 0xd1, 0x18,
0xca, 0xc2, 0x34, 0x56, 0x4c, 0x4d, 0x8c, 0xc6,
0x14, 0xd0, 0x60, 0xca, 0xa2, 0x3b, 0x96, 0x6a,
0x4d, 0x14, 0x6c, 0xc0, 0x05, 0x03, 0xc8, 0xcf,
0x61, 0xe6, 0xba, 0xb8, 0xbd, 0xef, 0x96, 0x5f,
0x85, 0xda, 0xfa, 0x5e, 0x5e, 0xf2, 0xce, 0xe6,
0xcb, 0xb9, 0x5c, 0xce, 0xfd, 0xbe, 0x73, 0xce,
0x9c, 0xb9, 0x03, 0xfc, 0x6f, 0xff, 0xae, 0x09,
0x1b, 0xfd, 0x43, 0x28, 0xf4, 0xe2, 0xc5, 0xf3,
0xe7, 0xcf, 0x9e, 0x51, 0xef, 0xc2, 0x85, 0xad,
0xa5, 0x33, 0x37, 0x77, 0xee, 0xdc, 0xd9, 0xb3,
0xe7, 0xcf, 0x5f, 0xbc, 0xf8, 0xc7, 0x14, 0x53,
0x01, 0xe4, 0x6f, 0xd3, 0x34, 0x4d, 0xd3, 0xb4,
0xdf, 0x47, 0x66, 0x2c, 0xee, 0x46, 0xf9, 0xfc,
0xb5, 0x59, 0x41, 0xc9, 0x64, 0x32, 0x99, 0x4c,
0x02, 0x99, 0x4c, 0x26, 0x93, 0xc9, 0xf0, 0xf5,
0x48, 0x24, 0x12, 0x59, 0x58, 0x00, 0x04, 0x41,
0x10, 0x04, 0x01, 0x18, 0x1f, 0x1f, 0x1f, 0x3f,
0x79, 0x92, 0xfb, 0x36, 0x9b, 0xcd, 0x66, 0xb3,
0x01, 0x56, 0xab, 0xd5, 0x6a, 0xb5, 0x36, 0x47,
0x15, 0x56, 0x3b, 0xa3, 0xbb, 0x20, 0x71, 0xab,
0x2a, 0x63, 0xb1, 0x58, 0x2c, 0x16, 0x0b, 0xb0,
0xb8, 0xb8, 0xb8, 0xf8, 0xe1, 0x03, 0x60, 0x32,
0x99, 0x4c, 0x26, 0x13, 0x20, 0xcb, 0xb2, 0x2c,
0xcb, 0x7c, 0x9d, 0x11, 0x17, 0x45, 0x51, 0x14,
0x3b, 0x9e, 0x2e, 0xf6, 0xcc, 0x6b, 0xcb, 0x04,
0xcc, 0xce, 0xce, 0xce, 0x3e, 0x7d, 0x0a, 0x54,
0xab, 0xd5, 0x6a, 0xb5, 0x0a, 0x54, 0x2a, 0x95,
0x4a, 0xa5, 0xd2, 0x8a, 0xc1, 0x60, 0x30, 0x18,
0x08, 0xf0, 0x4a, 0x6c, 0x56, 0xc0, 0xa6, 0x5b,
0x88, 0x11, 0x99, 0x9c, 0x9c, 0x9c, 0x9c, 0x9a,
0xe2, 0x7e, 0x28, 0x14, 0x0a, 0xcd, 0xcd, 0xf1,
0x7d, 0x13, 0x13, 0x13, 0x13, 0x97, 0x2e, 0xf1,
0xcc, 0xaf, 0x2f, 0x40, 0x55, 0x7b, 0x3d, 0xbf,
0x67, 0xa5, 0xd7, 0xaf, 0xdf, 0xb8, 0x71, 0xed,
0x9a, 0xd7, 0xdb, 0x9a, 0x2b, 0x4a, 0x28, 0x9d,
0x4e, 0xa7, 0xd3, 0x69, 0x8e, 0x92, 0x24, 0x49,
0x92, 0x04, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0e,
0xb6, 0x12, 0xef, 0xd4, 0x42, 0x9d, 0xce, 0xf9,
0x6d, 0x01, 0x34, 0xe0, 0xe5, 0xcb, 0xd4, 0x5b,
0x5a, 0xea, 0x54, 0x01, 0xd6, 0xdb, 0x0c, 0x47,
0x47, 0x47, 0x47, 0x0f, 0x1c, 0x00, 0x9c, 0x4e,
0xa7, 0xd3, 0xe9, 0xe4, 0x84, 0x9b, 0xb1, 0xbd,
0x2d, 0x2d, 0x35, 0x9e, 0xbb, 0x4e, 0xb3, 0xf5,
0x46, 0x7c, 0x66, 0xc6, 0xef, 0xbf, 0x79, 0xf3,
0xd6, 0x2d, 0xfe, 0x7b, 0xa1, 0x50, 0x28, 0x14,
0x0a, 0xdc, 0xd7, 0x75, 0x5d, 0xd7, 0x75, 0x80,
0x8e, 0x47, 0xc0, 0x6e, 0xb7, 0xdb, 0xf7, 0xec,
0x01, 0x46, 0x46, 0x46, 0x46, 0xec, 0x76, 0xfe,
0x0c, 0x94, 0xcb, 0xe5, 0x72, 0xb9, 0x0c, 0x14,
0x8b, 0xc5, 0x62, 0xb1, 0xd8, 0x1a, 0xc7, 0xed,
0x76, 0xb9, 0x5c, 0x2e, 0xe6, 0xcd, 0xcc, 0x50,
0x1e, 0x53, 0x53, 0xac, 0xde, 0x2d, 0x09, 0xec,
0x95, 0x78, 0x3e, 0x9f, 0xcb, 0x65, 0xb3, 0x40,
0x38, 0x1c, 0x8d, 0x46, 0xa3, 0x40, 0x24, 0x12,
0x0e, 0x87, 0xc3, 0x94, 0xb8, 0xa6, 0xf5, 0x5a,
0xf0, 0x56, 0xdb, 0xbd, 0x9b, 0x56, 0xcc, 0xe5,
0xa2, 0xc4, 0x0f, 0x1f, 0x3e, 0x72, 0xe4, 0xe8,
0x51, 0x60, 0x65, 0x65, 0x65, 0xe5, 0xfb, 0x77,
0x60, 0x7e, 0xfe, 0xe5, 0xcb, 0xf9, 0x79, 0xb6,
0xfb, 0xca, 0x95, 0xe9, 0x69, 0xbf, 0xff, 0xf6,
0xed, 0x60, 0xb0, 0x4b, 0xcb, 0x90, 0x16, 0xa3,
0x99, 0x23, 0x7f, 0xdc, 0xe8, 0x33, 0xc4, 0x31,
0x91, 0x48, 0x24, 0x12, 0x09, 0x42, 0x18, 0xaf,
0x66, 0xbe, 0x1d, 0xa7, 0x50, 0x2e, 0xa7, 0x28,
0xd9, 0x2c, 0x10, 0x8d, 0xbe, 0x7b, 0xf7, 0xfe,
0x3d, 0x30, 0x36, 0x36, 0x36, 0x76, 0xe8, 0x10,
0x30, 0x34, 0x34, 0x34, 0x34, 0x3c, 0x0c, 0xc4,
0xe3, 0xf1, 0x78, 0x3c, 0x0e, 0x78, 0x3c, 0x1e,
0x8f, 0xc7, 0x03, 0xd0, 0xe3, 0x5b, 0x7b, 0x9b,
0xb5, 0x54, 0x73, 0xa5, 0x08, 0xd1, 0x75, 0x42,
0x00, 0x41, 0x10, 0xc5, 0x76, 0x1d, 0x1e, 0x08,
0x04, 0x02, 0x4f, 0x9e, 0x00, 0x5e, 0xaf, 0xd7,
0x7b, 0xf0, 0x60, 0xe7, 0x0a, 0x76, 0x14, 0xf0,
0xed, 0x5b, 0x32, 0x99, 0x4a, 0x01, 0xa9, 0x54,
0x2a, 0x95, 0x4a, 0x01, 0x66, 0xb3, 0xd9, 0x6c,
0x36, 0x03, 0xb1, 0x58, 0x2c, 0x16, 0x8b, 0x01,
0x0e, 0x87, 0xc3, 0xb1, 0x77, 0x2f, 0x5d, 0xdf,
0xbe, 0x7d, 0xb5, 0x1f, 0xd7, 0x4c, 0x17, 0x26,
0xa8, 0x79, 0x5c, 0x6a, 0x5a, 0xbd, 0x5e, 0xaf,
0xb7, 0x9e, 0x47, 0x08, 0x21, 0xba, 0x0e, 0xd4,
0x6a, 0xb5, 0x9a, 0xaa, 0x02, 0xd9, 0x6c, 0x36,
0x9b, 0xcd, 0x52, 0xbf, 0xdd, 0xfe, 0xae, 0x02,
0xd8, 0xc1, 0x8c, 0xc8, 0xf4, 0xb4, 0xdf, 0xef,
0xf7, 0x03, 0xaa, 0x5a, 0xaf, 0xd7, 0x6a, 0x34,
0xb3, 0xba, 0xde, 0x8e, 0x28, 0x2d, 0x33, 0x21,
0x8d, 0x17, 0x01, 0x46, 0x70, 0xed, 0xca, 0xda,
0x4a, 0x18, 0x0c, 0xb2, 0x6c, 0x30, 0xf0, 0xb8,
0xec, 0x4d, 0x5e, 0xaf, 0xb7, 0x17, 0xdc, 0x55,
0x80, 0xa2, 0x28, 0x8a, 0xa2, 0x00, 0x6e, 0xb7,
0xdb, 0xed, 0x72, 0x01, 0x3b, 0x77, 0x5a, 0xad,
0x16, 0x0b, 0xa0, 0x28, 0xb9, 0x9c, 0xa2, 0xf0,
0x79, 0x40, 0xc9, 0x37, 0x12, 0x25, 0x84, 0x0a,
0x55, 0x55, 0xe0, 0xe7, 0x4f, 0x3a, 0x65, 0x4a,
0xa5, 0x52, 0xa9, 0x5c, 0x06, 0x44, 0xb1, 0xaf,
0x4f, 0x10, 0xb8, 0x60, 0x41, 0x10, 0x84, 0xb5,
0x2d, 0xc7, 0x2a, 0x68, 0x34, 0x1a, 0x0c, 0x92,
0x84, 0xae, 0xd6, 0x51, 0x00, 0x53, 0xce, 0x32,
0xc9, 0x5a, 0xc5, 0x68, 0x94, 0x65, 0xa3, 0x91,
0x8f, 0x45, 0x96, 0x49, 0x4d, 0xa3, 0x63, 0x94,
0x99, 0xae, 0xd3, 0xde, 0xef, 0xef, 0xef, 0xef,
0x1f, 0x1c, 0xe4, 0xc2, 0x08, 0xa1, 0xcf, 0x82,
0xae, 0xd3, 0x8a, 0xf0, 0x75, 0x8a, 0x6c, 0x1c,
0x13, 0x42, 0x88, 0x20, 0xf0, 0xab, 0x49, 0xa3,
0x31, 0xc9, 0xba, 0xde, 0x41, 0xc0, 0xc3, 0x87,
0x0b, 0x0b, 0xe1, 0xf0, 0xdb, 0xb7, 0x3e, 0xdf,
0xe9, 0xd3, 0xa7, 0x4e, 0x9d, 0x39, 0x03, 0xbc,
0x7e, 0xfd, 0xe6, 0xcd, 0xab, 0x57, 0xdd, 0x33,
0xb2, 0x55, 0xb6, 0x6f, 0x9f, 0xc3, 0xb1, 0x7f,
0x3f, 0xf0, 0xf9, 0xf3, 0xf2, 0xf2, 0xc7, 0x8f,
0x4c, 0x08, 0x63, 0xb0, 0x8e, 0x80, 0x5a, 0x4d,
0x55, 0x55, 0xf5, 0xf1, 0x63, 0x83, 0x41, 0x92,
0x24, 0xc9, 0xe7, 0xcb, 0xe7, 0xf3, 0x79, 0x45,
0x01, 0x8e, 0x1f, 0x3f, 0x76, 0xec, 0xc4, 0x89,
0xee, 0x57, 0x01, 0x66, 0x9a, 0xa6, 0x69, 0xac,
0x77, 0x9b, 0xa7, 0x0c, 0xcb, 0x74, 0xbb, 0xf7,
0x87, 0xaa, 0xaa, 0x6a, 0xbd, 0xce, 0x5b, 0x6e,
0x79, 0xf9, 0xcb, 0x97, 0x4f, 0x9f, 0xe8, 0x75,
0xfd, 0xc7, 0x8f, 0xfb, 0xf7, 0x79, 0x84, 0xd5,
0xd8, 0x9d, 0x08, 0xd0, 0xb9, 0xfb, 0xe0, 0x01,
0xf5, 0x7c, 0xbe, 0x7f, 0x2e, 0xf7, 0xed, 0x04,
0x3d, 0x7a, 0x74, 0xf7, 0xee, 0x9d, 0x3b, 0xf7,
0xee, 0x5d, 0xbd, 0xca, 0x56, 0xbb, 0x0a, 0x68,
0x34, 0x96, 0x43, 0x93, 0x89, 0x62, 0x7f, 0x3f,
0xc5, 0xe1, 0x61, 0x8a, 0xbb, 0x76, 0x51, 0xdc,
0xb1, 0x83, 0xe2, 0xb6, 0x6d, 0x8d, 0xc8, 0x9e,
0x0e, 0x16, 0x87, 0xf9, 0xec, 0x12, 0x91, 0x4e,
0x53, 0xfc, 0xfa, 0x95, 0x22, 0xfb, 0x34, 0x2a,
0x95, 0x28, 0xb2, 0x5a, 0x35, 0xce, 0xb1, 0x0d,
0x08, 0x68, 0x36, 0xd6, 0x3c, 0x7d, 0x7d, 0x14,
0xd9, 0xbc, 0x60, 0xbe, 0x2c, 0x37, 0xae, 0x37,
0x0b, 0x60, 0x84, 0x58, 0x26, 0xcb, 0xe5, 0x46,
0x9f, 0xed, 0xdf, 0xf8, 0x27, 0xe6, 0x7f, 0xce,
0x7e, 0x01, 0x3d, 0x5a, 0x60, 0xf5, 0xf2, 0x06,
0x15, 0x25, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45,
0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};

View File

@@ -1,340 +0,0 @@
/* document_save.png - 911 bytes */
static const unsigned char document_save_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x0b, 0x0a, 0x0d, 0x37, 0x0f, 0x9e,
0x2a, 0xd8, 0xbf, 0x00, 0x00, 0x00, 0x8c, 0x74,
0x45, 0x58, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65,
0x6e, 0x74, 0x00, 0x4d, 0x65, 0x6e, 0x75, 0x2d,
0x73, 0x69, 0x7a, 0x65, 0x64, 0x20, 0x69, 0x63,
0x6f, 0x6e, 0x0a, 0x3d, 0x3d, 0x3d, 0x3d, 0x3d,
0x3d, 0x3d, 0x3d, 0x3d, 0x3d, 0x0a, 0x0a, 0x28,
0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x33, 0x20,
0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x27, 0x6a,
0x69, 0x6d, 0x6d, 0x61, 0x63, 0x27, 0x20, 0x53,
0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0x2c, 0x20,
0x0a, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f,
0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d,
0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c,
0x2e, 0x63, 0x7a, 0x0a, 0x0a, 0x63, 0x72, 0x65,
0x61, 0x74, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74,
0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x47, 0x49,
0x4d, 0x50, 0x2c, 0x0a, 0x68, 0x74, 0x74, 0x70,
0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x67,
0x69, 0x6d, 0x70, 0x2e, 0x6f, 0x72, 0x67, 0x67,
0x8a, 0xc7, 0x47, 0x00, 0x00, 0x02, 0x84, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0x9d, 0x92, 0x4d,
0x48, 0x54, 0x61, 0x14, 0x86, 0x9f, 0xb9, 0xdd,
0xf1, 0xe6, 0xcf, 0xe4, 0x4c, 0xe0, 0xb5, 0x31,
0xcd, 0x91, 0xb2, 0x51, 0x6c, 0x51, 0x51, 0x34,
0x26, 0x14, 0xb8, 0xc8, 0x16, 0x45, 0x14, 0x2e,
0x42, 0x28, 0x2c, 0x82, 0x8a, 0xa9, 0xc1, 0x56,
0x2d, 0x2a, 0xca, 0x45, 0x11, 0x54, 0x10, 0x06,
0x52, 0xb4, 0x28, 0x0a, 0x22, 0xb0, 0x28, 0x28,
0x6a, 0x5b, 0xd0, 0x22, 0x89, 0x44, 0x8a, 0xa6,
0x45, 0x99, 0x54, 0x6a, 0x86, 0xa4, 0xe8, 0xdc,
0x9b, 0xce, 0xfd, 0xf9, 0x4e, 0x0b, 0x61, 0x6c,
0xb2, 0x36, 0xbd, 0x9b, 0xf3, 0xc1, 0xe1, 0x3c,
0x9c, 0xf7, 0x3d, 0x5f, 0xe0, 0xc8, 0xd9, 0xe3,
0x27, 0x3f, 0x5b, 0x15, 0xda, 0xd8, 0xb8, 0x33,
0x09, 0x54, 0x01, 0x5b, 0x81, 0x86, 0xa0, 0x26,
0xd9, 0xd0, 0xc2, 0x9f, 0x3f, 0x16, 0x19, 0xce,
0xcd, 0xbb, 0xe7, 0xcf, 0x9d, 0xe0, 0x1f, 0x0a,
0x34, 0x77, 0x74, 0xed, 0x8d, 0xad, 0xac, 0x8f,
0x55, 0x97, 0x9b, 0x83, 0xab, 0x6b, 0xca, 0x3a,
0xaa, 0x23, 0x85, 0x6b, 0x6d, 0xcf, 0x27, 0xfd,
0x2d, 0xc3, 0xeb, 0xde, 0xe7, 0xea, 0xc3, 0xd7,
0x51, 0xe2, 0x91, 0x37, 0xcb, 0xba, 0x3b, 0xef,
0x0c, 0xff, 0x15, 0x90, 0x3c, 0x7d, 0xbe, 0xdb,
0x9d, 0x1a, 0x3b, 0xec, 0x89, 0xc6, 0xa8, 0x1f,
0x66, 0xda, 0x28, 0x63, 0x81, 0x1e, 0xa4, 0xad,
0x65, 0x23, 0xcb, 0x2b, 0x16, 0x73, 0xf9, 0xfe,
0x0b, 0xfc, 0xa1, 0x3e, 0x62, 0x05, 0xe3, 0x7f,
0x9b, 0xef, 0x24, 0x79, 0x2c, 0x25, 0x5f, 0x46,
0x06, 0x44, 0x44, 0x64, 0xe0, 0x73, 0x5a, 0x7a,
0xd3, 0x03, 0x92, 0xba, 0xf6, 0x44, 0x12, 0x07,
0x2f, 0x48, 0xcf, 0xab, 0x2f, 0xd2, 0xf5, 0xf4,
0xad, 0xb4, 0x9e, 0xba, 0x2e, 0xef, 0x06, 0x87,
0xe5, 0x77, 0x59, 0x96, 0x25, 0xa9, 0x8e, 0xa4,
0xe8, 0x86, 0xee, 0xb3, 0xb4, 0x3c, 0xc6, 0xc4,
0xc4, 0x04, 0xe1, 0x92, 0x72, 0xb4, 0xc0, 0x24,
0x85, 0xe2, 0x00, 0xd0, 0xf7, 0x71, 0x14, 0xb3,
0x44, 0xe7, 0xfb, 0x78, 0x86, 0xf7, 0x03, 0x9f,
0x58, 0xb2, 0xa8, 0x10, 0x02, 0x00, 0x42, 0x41,
0x41, 0x01, 0x00, 0xba, 0xe7, 0x82, 0x28, 0xc1,
0x57, 0x8a, 0xed, 0x27, 0x6e, 0xcc, 0xdb, 0xb1,
0x77, 0x70, 0x02, 0xd7, 0xf3, 0xb9, 0xd8, 0xf3,
0x92, 0x8b, 0x3d, 0x2f, 0x01, 0x78, 0x7c, 0x76,
0x1f, 0xc8, 0x6c, 0x5f, 0x03, 0x50, 0xa2, 0x50,
0xbe, 0xa2, 0xeb, 0x50, 0x23, 0x00, 0xed, 0xbb,
0x77, 0xd2, 0x98, 0x58, 0xc7, 0xcc, 0x8c, 0x4d,
0x34, 0xa4, 0xd1, 0x94, 0x58, 0xcf, 0xde, 0xd6,
0xed, 0x00, 0xec, 0x69, 0x5e, 0x81, 0xf2, 0x15,
0x22, 0x32, 0x07, 0x10, 0x11, 0x22, 0x91, 0x30,
0x15, 0x65, 0x31, 0x2e, 0x1d, 0x58, 0xc7, 0xcd,
0xbb, 0x0f, 0x88, 0xc7, 0xaa, 0xd0, 0x08, 0xa0,
0x11, 0x20, 0x51, 0x5f, 0xcd, 0xad, 0x7b, 0x8f,
0x68, 0xdb, 0x5c, 0xc3, 0x8e, 0xa6, 0xf5, 0x14,
0x15, 0x17, 0xe5, 0x03, 0x00, 0x2c, 0xcb, 0xc2,
0x34, 0x4d, 0xaa, 0xa3, 0xb5, 0x39, 0x48, 0xe3,
0xaa, 0xe5, 0xd4, 0xc6, 0x2a, 0xb9, 0x7c, 0xfb,
0x21, 0x6d, 0x9b, 0x6b, 0xd8, 0xb5, 0x29, 0x81,
0x69, 0x9a, 0x38, 0x8e, 0x93, 0xb3, 0xa8, 0x03,
0x28, 0xa5, 0xb0, 0x6d, 0x1b, 0x00, 0xd3, 0x34,
0x31, 0x4d, 0x93, 0xee, 0xa3, 0x85, 0x1c, 0xbb,
0xda, 0x43, 0xd6, 0xf5, 0xd9, 0xdf, 0x52, 0x4f,
0xfb, 0xb6, 0x2d, 0x68, 0x9a, 0xc6, 0xd4, 0xd4,
0x14, 0xb6, 0x6d, 0x13, 0x0a, 0x85, 0xe6, 0x00,
0x86, 0x61, 0x50, 0x59, 0x59, 0x99, 0x17, 0xde,
0x9a, 0x86, 0x0d, 0x3c, 0xbb, 0xb2, 0x01, 0x00,
0xdb, 0xb6, 0x71, 0x1c, 0x87, 0xe9, 0xe9, 0xe9,
0x79, 0x21, 0xeb, 0x00, 0xfd, 0xfd, 0xfd, 0xb8,
0xae, 0x9b, 0xd7, 0xf0, 0x3c, 0x0f, 0x5d, 0xd7,
0x73, 0xef, 0x3f, 0x15, 0x89, 0x44, 0xf2, 0x33,
0xf0, 0x3c, 0x8f, 0x74, 0x3a, 0xcd, 0xc8, 0xc8,
0x08, 0x99, 0x4c, 0x06, 0x11, 0x41, 0x44, 0x30,
0x0c, 0x83, 0xa1, 0xa1, 0x21, 0x42, 0xa1, 0x50,
0xae, 0x5a, 0x96, 0x85, 0x65, 0x59, 0xf9, 0x57,
0x50, 0x4a, 0x51, 0x5c, 0x5c, 0x44, 0x30, 0x18,
0xcc, 0x7d, 0x12, 0x00, 0xd7, 0x75, 0x11, 0x35,
0x0b, 0x13, 0x35, 0x7b, 0x3e, 0xe5, 0xfb, 0xf9,
0x16, 0xc2, 0xe1, 0x30, 0xa5, 0xa5, 0xa5, 0x44,
0xa3, 0x51, 0x00, 0xb2, 0xd9, 0x2c, 0x40, 0x2e,
0xed, 0x78, 0x5d, 0x1c, 0xa5, 0x14, 0xf1, 0xba,
0x3a, 0x94, 0x52, 0x2c, 0x89, 0x46, 0x73, 0x96,
0x03, 0xa9, 0x8e, 0xe4, 0x19, 0xe0, 0x34, 0xff,
0xa7, 0xce, 0x5f, 0x93, 0x3b, 0x33, 0x4c, 0xd5,
0x22, 0x62, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x49,
0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};
/* document_save.png - 1755 bytes */
static const unsigned char document_save_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x06,
0x66, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xd5,
0x56, 0x49, 0x4c, 0x13, 0x6f, 0x14, 0x7f, 0x33,
0xa5, 0x1b, 0x1d, 0x4a, 0xa7, 0x65, 0x86, 0xb6,
0x58, 0x4a, 0x01, 0x6b, 0x11, 0x64, 0x33, 0xa0,
0xb8, 0x63, 0xe2, 0x01, 0x23, 0x46, 0x2f, 0x7a,
0xd0, 0x8b, 0x41, 0x0f, 0xa2, 0x51, 0x71, 0x09,
0xc6, 0xe5, 0xa0, 0x46, 0x03, 0x1a, 0xd1, 0x10,
0xe1, 0xe0, 0x92, 0xb8, 0x81, 0x92, 0xc8, 0xc5,
0x03, 0x1a, 0x43, 0x8c, 0xc4, 0x18, 0x15, 0x12,
0xdc, 0x11, 0x43, 0xc1, 0xda, 0x14, 0x8b, 0x94,
0xb6, 0x94, 0x4e, 0xf7, 0x65, 0xfe, 0x87, 0xc9,
0x38, 0xd8, 0xda, 0xe0, 0xfa, 0x4f, 0xfc, 0x25,
0x93, 0x2f, 0xef, 0x7d, 0xdb, 0xfb, 0xbd, 0xed,
0x1b, 0x80, 0x7f, 0x1c, 0xc8, 0x4c, 0x0b, 0x76,
0xee, 0x3c, 0x79, 0xb2, 0xbe, 0xfe, 0xca, 0x95,
0x4f, 0x9f, 0x28, 0x4a, 0xad, 0x5e, 0xb7, 0xce,
0x66, 0x73, 0x38, 0x82, 0x41, 0xb9, 0x3c, 0xd1,
0x7a, 0xb1, 0x98, 0xcf, 0xa7, 0x69, 0x8f, 0x87,
0x24, 0x31, 0xcc, 0xed, 0x1e, 0x18, 0x48, 0x4f,
0x97, 0x48, 0xde, 0xbf, 0xaf, 0xab, 0x6b, 0x6e,
0x3e, 0x7a, 0xf4, 0xce, 0x9d, 0x27, 0x4f, 0xfe,
0x37, 0x02, 0x2d, 0x2d, 0xd7, 0xae, 0xd5, 0xd5,
0x15, 0x17, 0x77, 0x76, 0xbe, 0x78, 0xa1, 0xd3,
0xf5, 0xf6, 0x66, 0x65, 0xe9, 0xf5, 0x79, 0x79,
0x81, 0x80, 0x56, 0x9b, 0x9e, 0x4e, 0x92, 0x28,
0xea, 0x76, 0x87, 0x42, 0x28, 0x2a, 0x12, 0x65,
0x64, 0x48, 0xa5, 0x22, 0x11, 0x8a, 0x7e, 0xfe,
0xec, 0x76, 0x07, 0x83, 0x00, 0x0e, 0x87, 0xcf,
0x17, 0x08, 0x00, 0x4c, 0x4e, 0x7e, 0xf8, 0xd0,
0xdd, 0x3d, 0x32, 0xe2, 0xf5, 0x7a, 0x3c, 0x7e,
0xbf, 0x50, 0xa8, 0xd3, 0xe1, 0xf8, 0xe0, 0x60,
0x7d, 0x7d, 0x6b, 0xeb, 0xb1, 0x63, 0xed, 0xed,
0x6d, 0x6d, 0x7f, 0x8a, 0x00, 0x2f, 0x91, 0xe1,
0xdd, 0xdd, 0x83, 0x83, 0x2a, 0x55, 0x67, 0x67,
0x66, 0x66, 0x61, 0xe1, 0x8a, 0x15, 0x32, 0x99,
0xc9, 0x64, 0x34, 0x0e, 0x0e, 0x0a, 0x04, 0xc3,
0xc3, 0x26, 0x93, 0xc9, 0xc4, 0xe7, 0x9b, 0xcd,
0x1f, 0x3f, 0x0e, 0x0f, 0xa3, 0xa8, 0xd9, 0x3c,
0x31, 0x61, 0xb7, 0x03, 0xf0, 0xf9, 0x29, 0x29,
0x72, 0x39, 0x00, 0x8e, 0x8b, 0x44, 0x02, 0x01,
0x80, 0x48, 0x44, 0x10, 0xb9, 0xb9, 0x38, 0x3e,
0x39, 0xe9, 0xf3, 0x45, 0xa3, 0x52, 0xe9, 0xe8,
0xa8, 0xcd, 0x26, 0x12, 0x55, 0x55, 0x55, 0x57,
0xaf, 0x59, 0xa3, 0x50, 0xf4, 0xf7, 0xf7, 0xf6,
0x3e, 0x7a, 0xf4, 0xee, 0x9d, 0xd1, 0xf8, 0xbb,
0x04, 0xd0, 0x58, 0xc5, 0xf3, 0xe7, 0x43, 0x43,
0x22, 0x51, 0x63, 0xe3, 0xac, 0x59, 0x69, 0x69,
0x49, 0x49, 0x26, 0x13, 0x45, 0x19, 0x8d, 0x0f,
0x1e, 0x7c, 0xf8, 0x50, 0x5e, 0x4e, 0x10, 0xcf,
0x9e, 0x6d, 0xde, 0xdc, 0xd3, 0xd3, 0xd4, 0x54,
0x5b, 0x8b, 0xa2, 0x4b, 0x97, 0x6a, 0xb5, 0x7d,
0x7d, 0x55, 0x55, 0xa1, 0x90, 0xcb, 0x35, 0x3a,
0x3a, 0x35, 0x65, 0xb1, 0x0c, 0x0f, 0xbf, 0x7d,
0x4b, 0xd3, 0xe3, 0xe3, 0x53, 0x53, 0x6e, 0x37,
0x80, 0xdb, 0xed, 0xf1, 0x50, 0x14, 0x00, 0x8e,
0x93, 0xa4, 0x4a, 0x05, 0x20, 0x91, 0x90, 0xa4,
0x46, 0x23, 0x14, 0xbe, 0x79, 0x63, 0xb3, 0x15,
0x15, 0xdd, 0xbe, 0xbd, 0x7f, 0xff, 0x89, 0x13,
0xd5, 0xd5, 0x12, 0xc9, 0x1f, 0x27, 0xe0, 0x74,
0x7a, 0xbd, 0x62, 0x71, 0x6e, 0x2e, 0x8f, 0x17,
0x89, 0x50, 0x94, 0xcb, 0xb5, 0x6c, 0xd9, 0xec,
0xd9, 0x16, 0xcb, 0xaa, 0x55, 0xa7, 0x4e, 0xed,
0xdb, 0x77, 0xf9, 0xf2, 0xad, 0x5b, 0xec, 0xba,
0x86, 0x86, 0x03, 0x07, 0x6e, 0xde, 0xbc, 0x7f,
0xbf, 0xac, 0x4c, 0xa3, 0xb1, 0x58, 0x8e, 0x1f,
0xa7, 0x28, 0xa7, 0xd3, 0xe9, 0x44, 0x10, 0x8f,
0x67, 0x6a, 0xca, 0xe1, 0x00, 0x08, 0x06, 0xfd,
0x7e, 0xaf, 0x97, 0x3b, 0x97, 0x24, 0x35, 0x9a,
0xd9, 0xb3, 0x51, 0x94, 0x20, 0x24, 0x92, 0x60,
0xd0, 0x6c, 0x9e, 0x98, 0x08, 0x06, 0x75, 0xba,
0xd6, 0xd6, 0xdf, 0x25, 0x10, 0x57, 0x03, 0x9b,
0x36, 0x1d, 0x3a, 0xb4, 0x77, 0xef, 0xdd, 0xbb,
0x3a, 0x9d, 0x50, 0x18, 0x0a, 0xbd, 0x7e, 0x3d,
0x35, 0xe5, 0x74, 0x46, 0xa3, 0x87, 0x0f, 0x27,
0x3a, 0x40, 0x28, 0x14, 0x8b, 0x11, 0x04, 0xe0,
0xf1, 0x63, 0x87, 0x43, 0xab, 0x05, 0xc8, 0xca,
0xca, 0xcf, 0x2f, 0x2d, 0x4d, 0x7c, 0xa1, 0x4c,
0xe6, 0xf3, 0x0d, 0x0c, 0x00, 0x4c, 0x4c, 0x7c,
0xf9, 0x32, 0x36, 0x06, 0xa0, 0x56, 0x47, 0xa3,
0x93, 0x93, 0x33, 0x99, 0x59, 0x5f, 0xdf, 0xdc,
0x7c, 0xfe, 0x7c, 0x4b, 0xcb, 0xe9, 0xd3, 0xb1,
0x33, 0x49, 0xb1, 0x0a, 0x8d, 0x46, 0x2a, 0x75,
0xbb, 0xef, 0xdd, 0xf3, 0x7a, 0xed, 0x76, 0x81,
0xa0, 0xb5, 0xb5, 0xa1, 0xe1, 0xd4, 0xa9, 0x33,
0x67, 0x66, 0xf6, 0xc4, 0xca, 0x95, 0x75, 0x75,
0x2d, 0x2d, 0x33, 0xaf, 0xf3, 0xfb, 0x15, 0x8a,
0x05, 0x0b, 0x00, 0x2c, 0x96, 0x91, 0x91, 0x9e,
0x1e, 0x80, 0xeb, 0xd7, 0xcf, 0x9d, 0x4b, 0xec,
0x1e, 0x80, 0x83, 0x07, 0x0f, 0x1d, 0x3a, 0x70,
0xa0, 0xb1, 0x91, 0x91, 0xe2, 0x09, 0xc4, 0xa5,
0x90, 0xd7, 0x3b, 0x36, 0x26, 0x10, 0x0c, 0x0d,
0xe1, 0xb8, 0x4c, 0x46, 0x10, 0x00, 0x5e, 0xaf,
0xd7, 0x3b, 0x3d, 0x15, 0x3c, 0x1e, 0x8f, 0xc7,
0xe3, 0x89, 0x1f, 0xe3, 0x0d, 0xf5, 0xf9, 0xbe,
0xa7, 0xe7, 0xf1, 0xf8, 0x7c, 0x81, 0x20, 0xf1,
0x79, 0x66, 0xb3, 0xc5, 0x62, 0x36, 0x73, 0x32,
0x41, 0x10, 0x04, 0x41, 0x00, 0xec, 0xda, 0xb5,
0x67, 0xcf, 0x8e, 0x1d, 0xc5, 0xc5, 0x33, 0x46,
0x80, 0x41, 0x4e, 0x8e, 0x52, 0xa9, 0x54, 0xaa,
0x54, 0x9c, 0x86, 0xa2, 0x98, 0xa2, 0xc4, 0x30,
0x89, 0x04, 0xc3, 0x7e, 0xdc, 0xe3, 0xb1, 0xa0,
0xe9, 0x68, 0x34, 0x1a, 0xe5, 0xe4, 0xf5, 0xeb,
0x8f, 0x1f, 0x6f, 0x6f, 0x07, 0x08, 0x87, 0x83,
0xc1, 0x60, 0x10, 0xa0, 0xa3, 0xe3, 0xf0, 0xe1,
0x0d, 0x1b, 0xb8, 0x79, 0x1c, 0xc7, 0x71, 0x1c,
0x07, 0xb0, 0xd9, 0x6c, 0x36, 0x9b, 0x4d, 0xaf,
0x67, 0xb4, 0x2f, 0x5f, 0x26, 0x8c, 0x00, 0x83,
0xb5, 0x6b, 0x4b, 0x4a, 0x8a, 0x8a, 0x4a, 0x4b,
0x01, 0x7c, 0x3e, 0x9f, 0xcf, 0xe7, 0x03, 0x40,
0x10, 0xe6, 0x8b, 0xf5, 0xb8, 0xc1, 0x50, 0x56,
0xb6, 0x7c, 0x39, 0x37, 0xa6, 0xa6, 0xe2, 0x38,
0x41, 0x70, 0xf3, 0x81, 0x40, 0x20, 0xe0, 0xf7,
0x4f, 0x97, 0x7d, 0x3e, 0xb7, 0x1b, 0x20, 0x37,
0xb7, 0xb8, 0x78, 0xe1, 0x42, 0x80, 0xec, 0xec,
0x82, 0x82, 0xb2, 0x32, 0x6e, 0x3e, 0x39, 0x59,
0x2c, 0x4e, 0x4e, 0xe6, 0xe4, 0xc5, 0x8b, 0x2b,
0x2a, 0x96, 0x2c, 0x61, 0xa5, 0x79, 0xf3, 0x62,
0x2d, 0x4d, 0x40, 0x60, 0xf5, 0x6a, 0xb5, 0x5a,
0xad, 0xce, 0xc8, 0x48, 0xec, 0xc9, 0x8b, 0x17,
0x77, 0xef, 0xae, 0xac, 0x04, 0x30, 0x1a, 0x5f,
0xbd, 0x7a, 0xfa, 0x94, 0xd3, 0x5b, 0xad, 0x16,
0xcb, 0xc8, 0x08, 0xe3, 0x6b, 0x9a, 0x06, 0x88,
0x44, 0xc2, 0xe1, 0x50, 0x88, 0x4b, 0x29, 0xb7,
0xdb, 0xe5, 0x72, 0x3a, 0xb9, 0xf5, 0x23, 0x23,
0x6f, 0xdf, 0xf6, 0xf5, 0x01, 0x5c, 0xb8, 0x50,
0x5b, 0xbb, 0x68, 0x51, 0xfc, 0x3d, 0x1a, 0x8d,
0x46, 0xa3, 0xd5, 0xb2, 0xd2, 0x91, 0x23, 0x09,
0x09, 0xb0, 0x39, 0x26, 0x16, 0x33, 0x1e, 0x10,
0x08, 0x04, 0x02, 0x81, 0x00, 0x40, 0xa1, 0x50,
0x28, 0x14, 0x8a, 0xf8, 0x83, 0x55, 0x2a, 0x82,
0xd0, 0x6a, 0x01, 0x9a, 0x9a, 0x6a, 0x6a, 0xe6,
0xcf, 0x07, 0x18, 0x1c, 0xec, 0xeb, 0xeb, 0xe9,
0x01, 0x90, 0xcb, 0x09, 0x42, 0xad, 0x06, 0x88,
0x46, 0x19, 0x02, 0xd3, 0x93, 0x87, 0xa6, 0x01,
0xa4, 0x52, 0x99, 0x4c, 0xa1, 0x00, 0x30, 0x1a,
0x5f, 0xbe, 0x7c, 0xf6, 0x8c, 0xdb, 0xaf, 0xd5,
0xaa, 0xd5, 0x6c, 0x82, 0x00, 0x00, 0x48, 0x24,
0x12, 0xc9, 0xf4, 0x57, 0x02, 0xc7, 0x71, 0x5c,
0xa1, 0x88, 0xaf, 0x85, 0x98, 0x08, 0xe8, 0xf5,
0xe9, 0xe9, 0x24, 0xa9, 0x54, 0x72, 0x1a, 0xa7,
0xd3, 0xe9, 0x74, 0x3a, 0xb9, 0x03, 0xd9, 0x11,
0x45, 0x51, 0x14, 0x45, 0x01, 0x74, 0xba, 0x8c,
0x8c, 0x39, 0x73, 0x00, 0x9a, 0x9b, 0xb7, 0x6f,
0xaf, 0xa8, 0x88, 0x27, 0x82, 0xa2, 0x08, 0x82,
0x20, 0x00, 0x18, 0x96, 0x9a, 0x2a, 0x97, 0x73,
0x86, 0xb3, 0xeb, 0xd9, 0xfd, 0xb1, 0xe7, 0xb3,
0xf7, 0xb2, 0x48, 0x4d, 0x95, 0x4a, 0x53, 0x53,
0x39, 0x3b, 0x13, 0x10, 0x98, 0x37, 0x6f, 0xee,
0xdc, 0xbc, 0xbc, 0xfc, 0x7c, 0x80, 0x50, 0x28,
0x14, 0x0a, 0x85, 0x68, 0x3a, 0x29, 0x29, 0x29,
0x89, 0xc7, 0x03, 0x70, 0xb9, 0x5c, 0x2e, 0x97,
0x8b, 0x3b, 0x58, 0x2c, 0x16, 0x8b, 0xc5, 0x62,
0xee, 0xc2, 0x82, 0x02, 0xbd, 0xbe, 0xb4, 0x14,
0xe0, 0xd2, 0xa5, 0xba, 0xba, 0xca, 0x4a, 0x8e,
0x88, 0x4c, 0x96, 0x96, 0xa6, 0x52, 0x01, 0x98,
0x4c, 0x03, 0x03, 0xfd, 0xfd, 0xdc, 0x3c, 0xbb,
0x3e, 0xd6, 0x60, 0x76, 0x8c, 0x44, 0x22, 0x91,
0x70, 0x18, 0x80, 0xa2, 0x28, 0x8a, 0xa2, 0x68,
0x3a, 0x27, 0x27, 0x3b, 0x3b, 0x27, 0x87, 0xb5,
0xb3, 0xa2, 0x22, 0x8e, 0x40, 0x20, 0x10, 0x08,
0x04, 0x02, 0x85, 0x85, 0x4a, 0xa5, 0x52, 0xa9,
0x54, 0x02, 0x60, 0x18, 0x86, 0x61, 0x18, 0x82,
0x84, 0xc3, 0xe1, 0x70, 0x24, 0x02, 0x10, 0x8d,
0x7e, 0xdb, 0x3d, 0x62, 0x2f, 0x64, 0x47, 0xb9,
0x3c, 0x25, 0x45, 0xa5, 0x02, 0x68, 0x6a, 0xda,
0xb6, 0xad, 0xac, 0x8c, 0x23, 0x72, 0xf6, 0xec,
0x96, 0x2d, 0xa5, 0xa5, 0xdc, 0x7c, 0xec, 0x3e,
0x16, 0xac, 0xe1, 0x4c, 0xcb, 0x60, 0xbb, 0x10,
0x82, 0x68, 0x34, 0x1a, 0x4d, 0x66, 0x26, 0x80,
0xdf, 0xef, 0xf7, 0x07, 0x02, 0x29, 0x29, 0xec,
0xfa, 0xaf, 0x6d, 0x54, 0x28, 0x14, 0x0a, 0x85,
0xc2, 0xb5, 0x6b, 0xf5, 0x7a, 0xbd, 0x7e, 0x7a,
0x2e, 0xb2, 0x6d, 0xec, 0x67, 0x81, 0xe3, 0x38,
0x5e, 0x5e, 0x0e, 0xf0, 0xf0, 0xe1, 0xb9, 0x73,
0xe5, 0xe5, 0x3f, 0xbf, 0x3f, 0x16, 0x06, 0x83,
0xc1, 0x60, 0x30, 0x00, 0x88, 0x44, 0x22, 0x91,
0x50, 0x58, 0x53, 0xc3, 0x68, 0xb7, 0x6e, 0x8d,
0x7b, 0x07, 0x98, 0x7e, 0x0b, 0x60, 0xb7, 0xdb,
0xed, 0x76, 0xfb, 0xcf, 0x5f, 0x44, 0xd3, 0xb1,
0xc5, 0xfb, 0x67, 0xf6, 0xb1, 0x0f, 0x5a, 0x2c,
0x92, 0x12, 0x6d, 0x08, 0x06, 0x99, 0x87, 0x85,
0xed, 0x42, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d,
0x6c, 0xa4, 0x00, 0x24, 0x12, 0x0c, 0x4b, 0x4e,
0x06, 0x48, 0x49, 0xc1, 0x30, 0xa9, 0x94, 0x2b,
0x6a, 0xb6, 0x36, 0x10, 0x84, 0x29, 0x5e, 0x56,
0x66, 0x52, 0x92, 0x4b, 0x19, 0x92, 0x24, 0x49,
0x92, 0x04, 0x18, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f,
0x9f, 0x59, 0x4e, 0x44, 0x00, 0x85, 0x19, 0x10,
0x0e, 0x87, 0xc3, 0xe1, 0x30, 0x00, 0x8f, 0xc7,
0xe3, 0xf1, 0x78, 0x9c, 0xa7, 0x50, 0x14, 0x41,
0x78, 0x3c, 0xb6, 0x76, 0x38, 0xc2, 0xec, 0x3c,
0x9f, 0xcf, 0xe7, 0xf3, 0xf9, 0xbf, 0x1e, 0x91,
0x1f, 0x45, 0xc2, 0x08, 0xb0, 0x1e, 0x64, 0x5f,
0xe2, 0x92, 0x92, 0x92, 0x92, 0xe2, 0x62, 0x86,
0x50, 0x24, 0xc2, 0x11, 0x62, 0x09, 0xc6, 0x82,
0x7d, 0x47, 0xfe, 0x36, 0xe2, 0x08, 0x30, 0x21,
0xa3, 0x69, 0xa6, 0x1b, 0x21, 0xdf, 0xfc, 0x6e,
0x7f, 0xef, 0x41, 0xfb, 0x59, 0xc8, 0x64, 0x32,
0x99, 0x4c, 0xc6, 0xc9, 0x3a, 0x9d, 0x4e, 0xa7,
0xd3, 0xcd, 0x2c, 0x5b, 0xad, 0x56, 0xab, 0xd5,
0xca, 0xc6, 0x92, 0xb3, 0xeb, 0x2b, 0x01, 0xab,
0xd5, 0x6a, 0x1d, 0x1b, 0xdb, 0xb8, 0xf1, 0xc6,
0x8d, 0xb6, 0xb6, 0xab, 0x57, 0x3b, 0x3a, 0xfe,
0xbe, 0xef, 0x7e, 0x05, 0x08, 0xc2, 0xd8, 0xf9,
0xbd, 0x9f, 0x8e, 0x7f, 0x14, 0xff, 0x01, 0x85,
0x15, 0x45, 0xf6, 0x3e, 0x16, 0xe7, 0xe2, 0x00,
0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae,
0x42, 0x60, 0x82};

View File

@@ -1,332 +0,0 @@
/* document_save_as.png - 866 bytes */
static const unsigned char document_save_as_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x0b, 0x0a, 0x0d, 0x38, 0x0f, 0x19,
0xb2, 0xc4, 0x70, 0x00, 0x00, 0x00, 0x8c, 0x74,
0x45, 0x58, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65,
0x6e, 0x74, 0x00, 0x4d, 0x65, 0x6e, 0x75, 0x2d,
0x73, 0x69, 0x7a, 0x65, 0x64, 0x20, 0x69, 0x63,
0x6f, 0x6e, 0x0a, 0x3d, 0x3d, 0x3d, 0x3d, 0x3d,
0x3d, 0x3d, 0x3d, 0x3d, 0x3d, 0x0a, 0x0a, 0x28,
0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x33, 0x20,
0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x27, 0x6a,
0x69, 0x6d, 0x6d, 0x61, 0x63, 0x27, 0x20, 0x53,
0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0x2c, 0x20,
0x0a, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f,
0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d,
0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c,
0x2e, 0x63, 0x7a, 0x0a, 0x0a, 0x63, 0x72, 0x65,
0x61, 0x74, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74,
0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x47, 0x49,
0x4d, 0x50, 0x2c, 0x0a, 0x68, 0x74, 0x74, 0x70,
0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x67,
0x69, 0x6d, 0x70, 0x2e, 0x6f, 0x72, 0x67, 0x67,
0x8a, 0xc7, 0x47, 0x00, 0x00, 0x02, 0x57, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0x9d, 0x92, 0x4f,
0x48, 0x93, 0x61, 0x1c, 0xc7, 0x3f, 0xef, 0xdb,
0xfc, 0x33, 0x73, 0xf2, 0xce, 0xe1, 0x6b, 0x5a,
0xb6, 0x89, 0x9a, 0x48, 0x1d, 0x22, 0x34, 0xb6,
0x04, 0x0d, 0x0f, 0x69, 0x90, 0x44, 0xe1, 0x21,
0x84, 0xc4, 0x22, 0xa8, 0x58, 0x8d, 0x79, 0xea,
0x60, 0x61, 0x1e, 0x0c, 0x21, 0x03, 0xf1, 0x20,
0x45, 0x87, 0xa4, 0x20, 0x84, 0x15, 0x05, 0x45,
0xdd, 0x22, 0xa1, 0x83, 0x66, 0x79, 0x28, 0xb2,
0x83, 0x9a, 0x68, 0x59, 0x86, 0xe4, 0x70, 0x6e,
0xa5, 0xdb, 0xde, 0xf7, 0xd7, 0x61, 0xb6, 0x12,
0x2d, 0xc8, 0xcf, 0xe9, 0x79, 0x9e, 0x2f, 0xcf,
0x87, 0xef, 0xf3, 0xe3, 0x51, 0xce, 0x75, 0x5c,
0xb8, 0x38, 0x15, 0xce, 0x57, 0xe7, 0xe6, 0xa3,
0x0b, 0x40, 0x01, 0x50, 0x07, 0xec, 0x4c, 0x51,
0x65, 0xd9, 0x96, 0xfe, 0xfd, 0x5b, 0x56, 0x5a,
0xb4, 0xaf, 0xbf, 0xf3, 0x4a, 0x2b, 0x7f, 0x41,
0xa9, 0xf1, 0xf7, 0x34, 0xb9, 0x76, 0x94, 0xb9,
0x9c, 0xb9, 0xfa, 0xe4, 0xee, 0xc2, 0x1c, 0xbf,
0xd3, 0x6e, 0xdd, 0x13, 0x89, 0x1b, 0x8c, 0x7e,
0x59, 0xe4, 0xf5, 0xd0, 0x80, 0x39, 0xf6, 0x71,
0x96, 0x52, 0xfb, 0x9b, 0xed, 0xbd, 0xed, 0x77,
0x67, 0xd6, 0x15, 0x78, 0xdb, 0x3a, 0x7b, 0x63,
0xa1, 0xb9, 0xb3, 0x71, 0x51, 0x99, 0x35, 0x34,
0x7e, 0xa4, 0xe5, 0xb0, 0xc9, 0x92, 0x42, 0x63,
0xed, 0x3e, 0x8a, 0xf2, 0xb3, 0xe9, 0xbe, 0xff,
0x02, 0xe3, 0xd3, 0x08, 0xae, 0xd4, 0xf9, 0xf5,
0xee, 0xb7, 0xe3, 0x6d, 0xf1, 0xc9, 0xf4, 0xe7,
0x09, 0x11, 0x11, 0x99, 0x98, 0x1a, 0x95, 0xa1,
0xd1, 0x09, 0xf1, 0xdd, 0x78, 0x22, 0xee, 0xd3,
0x57, 0x25, 0x30, 0x3c, 0x2d, 0x3d, 0x4f, 0xdf,
0x4a, 0xc3, 0xa5, 0x9b, 0xf2, 0x6e, 0x72, 0x46,
0xfe, 0x24, 0x1c, 0x0e, 0x8b, 0xcf, 0xef, 0x15,
0x4b, 0x9a, 0xc5, 0x60, 0x6b, 0xae, 0x8b, 0x60,
0x30, 0x88, 0x96, 0x99, 0x8b, 0xaa, 0x2c, 0x60,
0x95, 0x28, 0x00, 0x23, 0xe3, 0xb3, 0xe8, 0x99,
0x16, 0xbe, 0xce, 0x2f, 0xf2, 0x7e, 0xe2, 0x03,
0x5b, 0xb2, 0xac, 0xa0, 0x00, 0x08, 0xa9, 0xa9,
0xa9, 0x00, 0x58, 0xe2, 0x31, 0x10, 0x53, 0x30,
0x4c, 0x93, 0xfa, 0xd6, 0x5b, 0x6b, 0x3a, 0x0e,
0x4d, 0x06, 0x89, 0xc5, 0x0d, 0xba, 0x02, 0x83,
0x74, 0x05, 0x06, 0x01, 0x78, 0xdc, 0x71, 0x02,
0x24, 0x91, 0xab, 0x00, 0xa6, 0x98, 0x98, 0x86,
0x49, 0xcf, 0x19, 0x0f, 0x00, 0xcd, 0xc7, 0x8e,
0xe0, 0x71, 0x97, 0xb3, 0xb4, 0x14, 0x21, 0xcf,
0xa6, 0x52, 0xe9, 0xae, 0xa0, 0xa9, 0xa1, 0x1e,
0x80, 0xe3, 0x35, 0xc5, 0x98, 0x86, 0x89, 0x88,
0xfc, 0x16, 0x88, 0x08, 0x76, 0xbb, 0x46, 0x7e,
0x8e, 0x8b, 0x6b, 0xa7, 0xca, 0xe9, 0xeb, 0x7f,
0x40, 0xa9, 0xab, 0x00, 0x15, 0x05, 0x15, 0x05,
0x77, 0x99, 0x93, 0xdb, 0xf7, 0x1e, 0xd1, 0x58,
0x5d, 0xc8, 0xe1, 0xca, 0x0a, 0x32, 0x36, 0x67,
0xac, 0x16, 0x00, 0x84, 0xc3, 0x61, 0x74, 0x5d,
0xc7, 0x99, 0x57, 0x92, 0x94, 0x78, 0x76, 0x15,
0x51, 0xe2, 0xda, 0x46, 0xf7, 0x9d, 0x87, 0x34,
0x56, 0x17, 0x72, 0xb4, 0xca, 0x8d, 0xae, 0xeb,
0x44, 0xa3, 0xd1, 0xe4, 0x13, 0x2d, 0x00, 0xa6,
0x69, 0x12, 0x89, 0x44, 0x00, 0xd0, 0x75, 0x1d,
0x5d, 0xd7, 0xe9, 0x3d, 0x6f, 0xa5, 0xe5, 0x7a,
0x80, 0xe5, 0x98, 0xc1, 0xc9, 0xda, 0x32, 0x9a,
0x0f, 0x1d, 0x40, 0x55, 0x55, 0x42, 0xa1, 0x10,
0x91, 0x48, 0x04, 0x9b, 0xcd, 0x96, 0xf8, 0x07,
0x3e, 0xbf, 0x57, 0x2a, 0xca, 0xf7, 0x22, 0xac,
0x0c, 0xf8, 0x3f, 0x18, 0x7e, 0xf5, 0x32, 0xd1,
0xc0, 0xe3, 0xae, 0x04, 0x91, 0x15, 0x83, 0x92,
0x98, 0xb0, 0x22, 0x20, 0xca, 0xca, 0x36, 0xa1,
0x2f, 0x29, 0x2e, 0x66, 0x7c, 0x7c, 0x0c, 0x41,
0x41, 0xf9, 0x53, 0xe0, 0x70, 0x38, 0x78, 0x3e,
0xf0, 0x2c, 0x19, 0x08, 0xb2, 0xa6, 0xcd, 0xfe,
0xaa, 0x1a, 0x00, 0xb2, 0x1d, 0x0e, 0x10, 0x25,
0x99, 0x5b, 0x00, 0x34, 0x4d, 0x23, 0x3d, 0xdd,
0xfa, 0xcf, 0xba, 0x9a, 0x5d, 0x03, 0xc0, 0xae,
0xd9, 0x57, 0x9d, 0x5b, 0x7e, 0x2d, 0xea, 0x6a,
0x0f, 0xb2, 0x11, 0x14, 0x9f, 0xdf, 0x7b, 0x19,
0x68, 0x63, 0x63, 0xb4, 0xff, 0x04, 0x95, 0xbe,
0xf4, 0xab, 0x3f, 0x7b, 0xb6, 0x9d, 0x00, 0x00,
0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
0x60, 0x82};
/* document_save_as.png - 1728 bytes */
static const unsigned char document_save_as_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x06,
0x4b, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xd5,
0x57, 0x59, 0x4c, 0x13, 0x5d, 0x14, 0x3e, 0x33,
0xb4, 0xd3, 0x96, 0xd2, 0x65, 0x5a, 0xa6, 0xb4,
0xc5, 0x5a, 0x5a, 0x4a, 0x45, 0x71, 0x41, 0x4c,
0x55, 0xdc, 0x31, 0xf1, 0x41, 0xa3, 0x44, 0x5f,
0xf4, 0x41, 0x63, 0x4c, 0xf0, 0x45, 0x25, 0x42,
0xdd, 0x30, 0x2e, 0x0f, 0xee, 0xa2, 0xc6, 0x85,
0x08, 0x31, 0x2e, 0x89, 0xbb, 0x92, 0xe8, 0x8b,
0x2f, 0x1a, 0xe3, 0x83, 0xc4, 0x18, 0x91, 0x26,
0x88, 0x8a, 0xc8, 0x52, 0x6a, 0x6d, 0x8a, 0x45,
0x0a, 0x94, 0xd2, 0xe9, 0x0e, 0x9d, 0xff, 0x61,
0x32, 0xff, 0x60, 0x4b, 0xd3, 0xff, 0x47, 0xff,
0xc5, 0x2f, 0x69, 0xee, 0x9c, 0x7b, 0xcf, 0x3d,
0xf7, 0xfb, 0xce, 0x9c, 0x7b, 0xef, 0x14, 0xe0,
0x37, 0x07, 0x92, 0xca, 0xa1, 0xbc, 0xfc, 0xc4,
0x89, 0xaa, 0xaa, 0x1b, 0x37, 0xbe, 0x7e, 0x25,
0x49, 0xb5, 0x7a, 0xed, 0x5a, 0xb7, 0x7b, 0x70,
0x30, 0x12, 0x91, 0xc9, 0x92, 0xf9, 0x0b, 0x04,
0x5c, 0x2e, 0x45, 0xf9, 0xfd, 0x0a, 0x45, 0x46,
0x86, 0xcf, 0xd7, 0xd6, 0x96, 0x95, 0x25, 0x14,
0x7e, 0xfe, 0x6c, 0x36, 0xd7, 0xd4, 0x1c, 0x3e,
0xfc, 0xe8, 0xd1, 0xeb, 0xd7, 0xff, 0x9a, 0x80,
0xda, 0xda, 0x5b, 0xb7, 0xcc, 0xe6, 0xc2, 0xc2,
0xc7, 0x8f, 0xdf, 0xbd, 0xd3, 0xe9, 0x9a, 0x9a,
0x72, 0x72, 0x8c, 0xc6, 0xa9, 0x53, 0xc3, 0x61,
0xad, 0x36, 0x2b, 0x4b, 0xa1, 0x40, 0x51, 0x9f,
0x2f, 0x1a, 0x45, 0x51, 0x3e, 0x3f, 0x3b, 0x5b,
0x2c, 0xe6, 0xf3, 0x51, 0xf4, 0xdb, 0x37, 0x9f,
0x2f, 0x12, 0x01, 0x18, 0x1c, 0x0c, 0x06, 0xc3,
0x61, 0x80, 0xa1, 0xa1, 0x8e, 0x8e, 0x17, 0x2f,
0x6c, 0xb6, 0x40, 0xc0, 0xef, 0x0f, 0x85, 0x78,
0x3c, 0x9d, 0x0e, 0xc7, 0xdb, 0xdb, 0xab, 0xaa,
0xea, 0xea, 0x8e, 0x1c, 0xb9, 0x7f, 0xff, 0xde,
0xbd, 0x5f, 0x25, 0x20, 0x2d, 0x19, 0xf1, 0x17,
0x2f, 0xda, 0xdb, 0x55, 0xaa, 0xc7, 0x8f, 0x27,
0x4f, 0x9e, 0x39, 0x73, 0xd9, 0x32, 0xa9, 0xd4,
0x6e, 0xb7, 0x5a, 0xdb, 0xdb, 0x31, 0xac, 0xbb,
0xdb, 0x6e, 0xb7, 0xdb, 0xb9, 0x5c, 0x87, 0xe3,
0xcb, 0x97, 0xee, 0x6e, 0x14, 0x75, 0x38, 0xfa,
0xfb, 0x07, 0x06, 0x00, 0xb8, 0x5c, 0x91, 0x48,
0x26, 0x03, 0xc0, 0x71, 0x3e, 0x1f, 0xc3, 0x00,
0xf8, 0x7c, 0x82, 0x30, 0x18, 0x70, 0x7c, 0x68,
0x28, 0x18, 0x8c, 0xc5, 0xc4, 0xe2, 0x9e, 0x1e,
0xb7, 0x9b, 0xcf, 0x5f, 0xb9, 0x72, 0xcd, 0x9a,
0xd5, 0xab, 0xe5, 0xf2, 0xe6, 0xe6, 0xa6, 0xa6,
0x97, 0x2f, 0x3f, 0x7d, 0xb2, 0x5a, 0x7f, 0x56,
0x00, 0x1a, 0xdf, 0xf1, 0xf6, 0x6d, 0x57, 0x17,
0x9f, 0x5f, 0x5d, 0x3d, 0x69, 0x52, 0x66, 0x26,
0x87, 0x63, 0xb7, 0x93, 0xa4, 0xd5, 0xfa, 0xfc,
0x79, 0x47, 0xc7, 0xdc, 0xb9, 0x04, 0xd1, 0xd8,
0xb8, 0x69, 0x53, 0x43, 0xc3, 0xf9, 0xf3, 0xdb,
0xb7, 0xa3, 0xe8, 0xe2, 0xc5, 0x5a, 0xad, 0xc5,
0xb2, 0x72, 0x65, 0x34, 0xea, 0xf5, 0xf6, 0xf4,
0x0c, 0x0f, 0x3b, 0x9d, 0xdd, 0xdd, 0xad, 0xad,
0x14, 0xd5, 0xd7, 0x37, 0x3c, 0xec, 0xf3, 0x01,
0xf8, 0x7c, 0x7e, 0x3f, 0x49, 0x02, 0xe0, 0xb8,
0x42, 0xa1, 0x52, 0x01, 0x08, 0x85, 0x0a, 0x85,
0x46, 0xc3, 0xe3, 0x7d, 0xfc, 0xe8, 0x76, 0xcf,
0x9a, 0xf5, 0xf0, 0xe1, 0x9e, 0x3d, 0xc7, 0x8e,
0xad, 0x59, 0x23, 0x14, 0xfe, 0x72, 0x01, 0x1e,
0x4f, 0x20, 0x20, 0x10, 0x18, 0x0c, 0x69, 0x69,
0xa3, 0xa3, 0x24, 0xe9, 0xf5, 0x2e, 0x59, 0x92,
0x97, 0xe7, 0x74, 0xae, 0x58, 0x71, 0xf2, 0xe4,
0xee, 0xdd, 0xd7, 0xaf, 0x3f, 0x78, 0xc0, 0xf8,
0x9d, 0x3e, 0xbd, 0x77, 0xef, 0xdd, 0xbb, 0xcf,
0x9e, 0x99, 0x4c, 0x1a, 0x8d, 0xd3, 0x79, 0xf4,
0x28, 0x49, 0x7a, 0x3c, 0x1e, 0x0f, 0x82, 0xf8,
0xfd, 0xc3, 0xc3, 0x83, 0x83, 0x00, 0x91, 0x48,
0x28, 0x14, 0x08, 0xb0, 0x71, 0x15, 0x0a, 0x8d,
0x26, 0x2f, 0x0f, 0x45, 0x09, 0x42, 0x28, 0x8c,
0x44, 0x1c, 0x8e, 0xfe, 0xfe, 0x48, 0x44, 0xa7,
0xab, 0xab, 0xfb, 0x59, 0x01, 0x09, 0x7b, 0x60,
0xe3, 0xc6, 0x03, 0x07, 0x76, 0xed, 0x7a, 0xf2,
0x44, 0xa7, 0xe3, 0xf1, 0xa2, 0xd1, 0x0f, 0x1f,
0x86, 0x87, 0x3d, 0x9e, 0x58, 0xec, 0xe0, 0xc1,
0x64, 0x01, 0x78, 0x3c, 0x81, 0x00, 0x41, 0x00,
0x5e, 0xbd, 0x1a, 0x1c, 0xd4, 0x6a, 0x01, 0x72,
0x72, 0x0a, 0x0a, 0x8a, 0x8a, 0x92, 0x2f, 0x28,
0x95, 0x06, 0x83, 0x6d, 0x6d, 0x00, 0xfd, 0xfd,
0xdf, 0xbf, 0xf7, 0xf6, 0x02, 0xa8, 0xd5, 0xb1,
0xd8, 0xd0, 0x50, 0x2a, 0x9a, 0x55, 0x55, 0x35,
0x35, 0x17, 0x2f, 0xd6, 0xd6, 0x9e, 0x39, 0x13,
0x3f, 0xc2, 0x89, 0xef, 0xd0, 0x68, 0xc4, 0x62,
0x9f, 0xef, 0xe9, 0xd3, 0x40, 0x60, 0x60, 0x00,
0xc3, 0xea, 0xea, 0x4e, 0x9f, 0x3e, 0x79, 0xf2,
0xec, 0xd9, 0xd4, 0x99, 0x58, 0xbe, 0xdc, 0x6c,
0xae, 0xad, 0x4d, 0xed, 0x17, 0x0a, 0xc9, 0xe5,
0xf3, 0xe6, 0x01, 0x38, 0x9d, 0x36, 0x5b, 0x43,
0x03, 0xc0, 0xed, 0xdb, 0x17, 0x2e, 0x24, 0x4f,
0x0f, 0xc0, 0xfe, 0xfd, 0x07, 0x0e, 0xec, 0xdd,
0x5b, 0x5d, 0x4d, 0x5b, 0x89, 0x02, 0x12, 0x4a,
0x28, 0x10, 0xe8, 0xed, 0xc5, 0xb0, 0xae, 0x2e,
0x1c, 0x97, 0x4a, 0x09, 0x02, 0x20, 0x10, 0x08,
0x04, 0xc6, 0x96, 0x82, 0xdf, 0xef, 0xf7, 0xfb,
0xfd, 0x89, 0x6d, 0x22, 0xd1, 0x60, 0x70, 0xbc,
0xfe, 0xb4, 0x34, 0x2e, 0x17, 0xc3, 0x92, 0xc7,
0x73, 0x38, 0x9c, 0x4e, 0x87, 0x83, 0xb5, 0x09,
0x82, 0x20, 0x08, 0x02, 0x60, 0xe7, 0xce, 0xca,
0xca, 0x1d, 0x3b, 0x0a, 0x0b, 0x53, 0xbe, 0x01,
0x1a, 0xb9, 0xb9, 0x4a, 0xa5, 0x52, 0xa9, 0x52,
0xb1, 0x3d, 0x24, 0x49, 0x6f, 0xca, 0x8c, 0x0c,
0xa1, 0x30, 0x23, 0xe3, 0xaf, 0x67, 0x3c, 0x1e,
0x14, 0x15, 0x8b, 0xc5, 0x62, 0xac, 0xbd, 0x6e,
0xdd, 0xd1, 0xa3, 0xf7, 0xef, 0x03, 0x8c, 0x8c,
0x44, 0x22, 0x91, 0x08, 0x40, 0x7d, 0xfd, 0xc1,
0x83, 0xeb, 0xd7, 0xb3, 0xe3, 0x38, 0x8e, 0xe3,
0x38, 0x0e, 0xe0, 0x76, 0xbb, 0xdd, 0x6e, 0xb7,
0xd1, 0x48, 0xf7, 0xb6, 0xb4, 0x24, 0x7d, 0x03,
0x34, 0x4a, 0x4b, 0x67, 0xcf, 0x9e, 0x35, 0xab,
0xa8, 0x08, 0x20, 0x18, 0x0c, 0x06, 0x83, 0x41,
0x00, 0x04, 0xa1, 0x7f, 0xf1, 0x19, 0xcf, 0xcf,
0x37, 0x99, 0x96, 0x2e, 0x65, 0x5b, 0x89, 0x04,
0xc7, 0x09, 0x82, 0x1d, 0x0f, 0x87, 0xc3, 0xe1,
0x50, 0x68, 0xac, 0x1d, 0x0c, 0xfa, 0x7c, 0x00,
0x06, 0x43, 0x61, 0xe1, 0xfc, 0xf9, 0x00, 0x7a,
0xfd, 0xf4, 0xe9, 0x26, 0x13, 0x3b, 0x9e, 0x9e,
0x2e, 0x10, 0xa4, 0xa7, 0xb3, 0xf6, 0xc2, 0x85,
0xc5, 0xc5, 0x8b, 0x16, 0x31, 0xd6, 0x8c, 0x19,
0xf1, 0x4c, 0x93, 0x08, 0x58, 0xb5, 0x4a, 0xad,
0x56, 0xab, 0xb3, 0xb3, 0x93, 0x67, 0xf2, 0xea,
0xd5, 0x8a, 0x8a, 0x92, 0x12, 0x00, 0xab, 0xf5,
0xfd, 0xfb, 0x37, 0x6f, 0xd8, 0x7e, 0x97, 0xcb,
0xe9, 0xb4, 0xd9, 0xe8, 0x5c, 0x53, 0x14, 0xc0,
0xe8, 0xe8, 0xc8, 0x48, 0x34, 0xca, 0x96, 0x94,
0xcf, 0xe7, 0xf5, 0x7a, 0x3c, 0xac, 0xbf, 0xcd,
0xd6, 0xda, 0x6a, 0xb1, 0x00, 0x5c, 0xbe, 0xbc,
0x7d, 0xfb, 0x82, 0x05, 0x89, 0xeb, 0x68, 0x34,
0x1a, 0x8d, 0x56, 0xcb, 0x58, 0x87, 0x0e, 0x25,
0x15, 0xc0, 0xd4, 0x98, 0x40, 0x40, 0x67, 0x00,
0xc3, 0x30, 0x0c, 0xc3, 0x00, 0xe4, 0x72, 0xb9,
0x5c, 0x2e, 0x4f, 0x0c, 0xac, 0x52, 0x11, 0x84,
0x56, 0x0b, 0x70, 0xfe, 0x7c, 0x59, 0xd9, 0x9c,
0x39, 0x00, 0xed, 0xed, 0x16, 0x4b, 0x43, 0x03,
0x80, 0x4c, 0x46, 0x10, 0x6a, 0x35, 0x40, 0x2c,
0x46, 0x0b, 0x18, 0x5b, 0x3c, 0x14, 0x05, 0x20,
0x16, 0x4b, 0xa5, 0x72, 0x39, 0x80, 0xd5, 0xda,
0xd2, 0xd2, 0xd8, 0xc8, 0xce, 0xd7, 0x6a, 0xd5,
0x6a, 0xa6, 0x40, 0x00, 0x00, 0x84, 0x42, 0xa1,
0x70, 0xec, 0x2d, 0x81, 0xe3, 0x38, 0x2e, 0x97,
0x27, 0xee, 0x85, 0xb8, 0x37, 0x60, 0x34, 0x66,
0x65, 0x29, 0x14, 0x4a, 0x25, 0xdb, 0xe3, 0xf1,
0x78, 0x3c, 0x1e, 0x0f, 0x1b, 0x90, 0x69, 0x51,
0x14, 0x45, 0x51, 0x14, 0x40, 0xa7, 0xcb, 0xce,
0x9e, 0x32, 0x05, 0xa0, 0xa6, 0x66, 0xdb, 0xb6,
0xe2, 0xe2, 0x44, 0x21, 0x28, 0x8a, 0x20, 0x08,
0x02, 0x90, 0x91, 0x21, 0x91, 0xc8, 0x64, 0x2c,
0x71, 0xc6, 0x9f, 0x99, 0x1f, 0x1f, 0x9f, 0x59,
0x97, 0x81, 0x44, 0x22, 0x16, 0x4b, 0x24, 0x2c,
0xcf, 0x24, 0x02, 0x66, 0xcc, 0x98, 0x36, 0x6d,
0xea, 0xd4, 0x82, 0x02, 0x80, 0x68, 0x34, 0x1a,
0x8d, 0x46, 0x29, 0x8a, 0xc3, 0xe1, 0x70, 0xd2,
0xd2, 0x00, 0xbc, 0x5e, 0xaf, 0xd7, 0xeb, 0x65,
0x03, 0x0b, 0x04, 0x02, 0x81, 0x40, 0xc0, 0x2e,
0x38, 0x7d, 0xba, 0xd1, 0x58, 0x54, 0x04, 0x70,
0xed, 0x9a, 0xd9, 0x5c, 0x52, 0xc2, 0x0a, 0x91,
0x4a, 0x33, 0x33, 0x55, 0x2a, 0x00, 0xbb, 0xbd,
0xad, 0xad, 0xb9, 0x99, 0x1d, 0x67, 0xfc, 0xe3,
0x09, 0x33, 0xed, 0xe8, 0xe8, 0xe8, 0xe8, 0xc8,
0x08, 0x00, 0x49, 0x92, 0x24, 0x49, 0x52, 0x54,
0x6e, 0xae, 0x5e, 0x9f, 0x9b, 0xcb, 0xf0, 0x2c,
0x2e, 0x66, 0x9e, 0xfe, 0x3c, 0x85, 0xc2, 0xe1,
0x70, 0x38, 0x1c, 0x9e, 0x39, 0x53, 0xa9, 0x54,
0x2a, 0x95, 0x4a, 0x80, 0x53, 0xa7, 0xaa, 0xab,
0x8f, 0x1f, 0x47, 0x52, 0x7e, 0xad, 0x26, 0x83,
0xc9, 0x24, 0x12, 0x45, 0x22, 0x00, 0x16, 0x8b,
0xc5, 0x02, 0x00, 0x30, 0x77, 0xae, 0x48, 0xd4,
0xd9, 0x09, 0x70, 0xed, 0xda, 0x95, 0x2b, 0x9d,
0x9d, 0x7f, 0x37, 0x1a, 0x82, 0x6c, 0xd9, 0xb2,
0x79, 0x73, 0x59, 0x19, 0x40, 0x28, 0x14, 0x0a,
0x85, 0xc3, 0x22, 0x51, 0x82, 0x00, 0x1e, 0x8f,
0xc7, 0xe3, 0xf1, 0x4a, 0x4b, 0x8d, 0x46, 0xa3,
0x71, 0x6c, 0x2d, 0x56, 0x56, 0x56, 0x54, 0xec,
0xd9, 0x03, 0x80, 0x20, 0x74, 0x0d, 0x53, 0x14,
0x7d, 0x1a, 0xd1, 0x55, 0x4d, 0x07, 0xa7, 0x6d,
0x7a, 0xfc, 0x47, 0xeb, 0x47, 0x12, 0xf4, 0x49,
0xc6, 0xc6, 0x01, 0x00, 0xd0, 0xeb, 0xf5, 0x7a,
0xbd, 0x1e, 0xc0, 0x66, 0xb3, 0xd9, 0x6c, 0x36,
0x76, 0x3e, 0x3d, 0x03, 0xe0, 0xc2, 0x85, 0x4b,
0x97, 0xce, 0x9d, 0x03, 0xc8, 0xcf, 0xcf, 0xcf,
0xcf, 0xcf, 0x07, 0xe0, 0xf3, 0xf9, 0x7c, 0x1e,
0xaf, 0xac, 0x8c, 0xf6, 0xd8, 0xba, 0x35, 0xe1,
0x1e, 0xa0, 0xcf, 0x5b, 0xd6, 0x4e, 0x4f, 0xa7,
0x4b, 0xc5, 0xe1, 0x70, 0x38, 0x1c, 0x8e, 0x89,
0xbe, 0x8f, 0x44, 0x18, 0x0c, 0x06, 0x83, 0xc1,
0xc0, 0xda, 0x32, 0x99, 0x4c, 0x86, 0xe3, 0xf4,
0x33, 0x8a, 0x8e, 0x4d, 0xd0, 0xf8, 0xbc, 0x18,
0xa0, 0x90, 0x02, 0x32, 0x19, 0x8e, 0x27, 0xff,
0xfb, 0x32, 0x71, 0x30, 0x17, 0x14, 0x03, 0x89,
0x44, 0x22, 0x91, 0x4a, 0xe9, 0x56, 0x2c, 0xa6,
0x5b, 0x76, 0xd3, 0x26, 0x07, 0x27, 0x95, 0x03,
0x97, 0x8b, 0x61, 0x5c, 0x2e, 0x80, 0xc9, 0x64,
0x32, 0x8d, 0xbd, 0x70, 0xfe, 0x2f, 0x48, 0x29,
0xa0, 0xa2, 0xc2, 0x6c, 0x2e, 0x2f, 0xff, 0xe7,
0x08, 0xd0, 0xe7, 0xfa, 0xc4, 0xd7, 0x49, 0x10,
0xd0, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0x47, 0x51,
0xbb, 0x77, 0x9b, 0xcd, 0xfb, 0xf6, 0x4d, 0xfc,
0x14, 0xfa, 0xd5, 0x70, 0xb9, 0x5c, 0x2e, 0x97,
0x8b, 0xd9, 0x15, 0x2c, 0x2f, 0xce, 0x58, 0x87,
0xde, 0xde, 0x0d, 0x1b, 0xee, 0xdc, 0xb9, 0x77,
0xef, 0xe6, 0xcd, 0xfa, 0xfa, 0xff, 0x9a, 0xf0,
0xf8, 0x40, 0x10, 0x9a, 0xe7, 0x78, 0x1f, 0x1d,
0xbf, 0x29, 0xfe, 0x00, 0xb1, 0xc5, 0xe7, 0x75,
0x19, 0x76, 0x78, 0x24, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};

View File

@@ -1,193 +0,0 @@
/* drive_harddisk.png - 603 bytes */
static const unsigned char drive_harddisk_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x04, 0x05, 0x0f, 0x35, 0x08, 0xeb,
0xcf, 0x7c, 0x77, 0x00, 0x00, 0x00, 0x8c, 0x74,
0x45, 0x58, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65,
0x6e, 0x74, 0x00, 0x4d, 0x65, 0x6e, 0x75, 0x2d,
0x73, 0x69, 0x7a, 0x65, 0x64, 0x20, 0x69, 0x63,
0x6f, 0x6e, 0x0a, 0x3d, 0x3d, 0x3d, 0x3d, 0x3d,
0x3d, 0x3d, 0x3d, 0x3d, 0x3d, 0x0a, 0x0a, 0x28,
0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x33, 0x20,
0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x27, 0x6a,
0x69, 0x6d, 0x6d, 0x61, 0x63, 0x27, 0x20, 0x53,
0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0x2c, 0x20,
0x0a, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f,
0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d,
0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c,
0x2e, 0x63, 0x7a, 0x0a, 0x0a, 0x63, 0x72, 0x65,
0x61, 0x74, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74,
0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x47, 0x49,
0x4d, 0x50, 0x2c, 0x0a, 0x68, 0x74, 0x74, 0x70,
0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x67,
0x69, 0x6d, 0x70, 0x2e, 0x6f, 0x72, 0x67, 0x67,
0x8a, 0xc7, 0x47, 0x00, 0x00, 0x01, 0x50, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xa5, 0x93, 0x4d,
0x6e, 0xc2, 0x30, 0x10, 0x85, 0xbf, 0xa0, 0x40,
0xa4, 0x20, 0xcb, 0xc9, 0x26, 0x6a, 0x24, 0xf6,
0x70, 0x37, 0x24, 0xc4, 0x0d, 0xda, 0xde, 0x90,
0x15, 0x27, 0x40, 0x2c, 0xd8, 0x41, 0x6c, 0x10,
0xf9, 0x99, 0xe9, 0x22, 0xe0, 0x28, 0xed, 0xa2,
0x55, 0x99, 0x85, 0xed, 0x19, 0xcf, 0x7b, 0x7e,
0x33, 0xb6, 0xe1, 0x45, 0x8b, 0x36, 0xdb, 0xf5,
0x07, 0xf0, 0xfe, 0x4f, 0xfc, 0x27, 0x9b, 0xed,
0x5a, 0xff, 0x63, 0xce, 0x39, 0xdd, 0x6c, 0xd7,
0x1a, 0x03, 0x88, 0x08, 0xe7, 0xf3, 0x19, 0x55,
0x85, 0x28, 0x02, 0xd5, 0xb1, 0x4c, 0x40, 0x9f,
0x43, 0x04, 0xa0, 0xcc, 0x66, 0x33, 0x00, 0x62,
0x00, 0x15, 0xa5, 0x13, 0xe9, 0xb3, 0x45, 0x06,
0x00, 0x10, 0x11, 0x21, 0xaa, 0x7d, 0x8c, 0xa8,
0xc7, 0xf7, 0xce, 0x40, 0x20, 0x2a, 0x48, 0x27,
0x44, 0x0f, 0x90, 0x02, 0xa8, 0x3e, 0x00, 0xca,
0x53, 0x18, 0xaa, 0x3d, 0xb1, 0xd0, 0xab, 0x0d,
0x0a, 0x54, 0xc9, 0xf3, 0x8c, 0xd3, 0xe9, 0xf4,
0xa7, 0xce, 0x65, 0x59, 0x46, 0xd7, 0x75, 0x00,
0x4c, 0x9e, 0x41, 0xe7, 0x1c, 0x45, 0x51, 0xfc,
0x0a, 0x2e, 0x8a, 0x82, 0xba, 0xae, 0x83, 0x1f,
0x9a, 0xe8, 0xbd, 0x0f, 0x09, 0x00, 0xd7, 0xeb,
0x95, 0xaa, 0xaa, 0x00, 0x30, 0xc6, 0x90, 0xa6,
0x29, 0x93, 0xc9, 0x84, 0xcb, 0xe5, 0x82, 0xf7,
0x1e, 0x63, 0xcc, 0x40, 0x90, 0x24, 0x09, 0x8b,
0xc5, 0x62, 0x74, 0x92, 0xb5, 0x16, 0x6b, 0x2d,
0x00, 0xde, 0x7b, 0xea, 0xba, 0xe6, 0x76, 0xbb,
0xfd, 0x50, 0x14, 0x03, 0xec, 0x76, 0x3b, 0x9a,
0xa6, 0x19, 0x6d, 0xb4, 0x6d, 0x4b, 0x1c, 0xc7,
0x61, 0xfd, 0xdd, 0xf2, 0x3c, 0x1f, 0xf7, 0xa0,
0x6d, 0x5b, 0xf6, 0xfb, 0x3d, 0xc7, 0xe3, 0x91,
0xaa, 0xaa, 0x50, 0x55, 0x54, 0x95, 0x24, 0x49,
0x38, 0x1c, 0x0e, 0x18, 0x63, 0xc2, 0xec, 0x9c,
0xc3, 0x39, 0x37, 0x10, 0xa8, 0x2a, 0x22, 0xc2,
0x7c, 0x9e, 0x32, 0x9d, 0x4e, 0xc3, 0x23, 0x01,
0x68, 0x9a, 0x06, 0x95, 0x9e, 0x4c, 0x45, 0xfa,
0xdc, 0xc7, 0x0d, 0x84, 0x12, 0xb2, 0x2c, 0xc3,
0x5a, 0x4b, 0x59, 0x96, 0x00, 0xdc, 0xef, 0x77,
0x80, 0xd0, 0xed, 0xe5, 0x6a, 0x89, 0x88, 0xb0,
0x5c, 0xad, 0x10, 0x11, 0xde, 0xca, 0x32, 0x94,
0xfc, 0xfa, 0x67, 0x7a, 0xd5, 0xbe, 0x00, 0x97,
0x55, 0xed, 0x26, 0xb6, 0x6c, 0xb5, 0x0b, 0x00,
0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae,
0x42, 0x60, 0x82};
/* drive_harddisk.png - 881 bytes */
static const unsigned char drive_harddisk_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x02,
0xfc, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0x4d, 0x4b, 0xeb, 0x40, 0x14, 0xbd, 0x93,
0xa4, 0x4d, 0xd3, 0xa4, 0x36, 0x21, 0xb4, 0xa6,
0x95, 0x2a, 0xb5, 0x35, 0xa4, 0x96, 0xd6, 0x8f,
0x5d, 0xd5, 0x5f, 0xe0, 0xa2, 0x5b, 0x7f, 0x80,
0x82, 0x0b, 0x41, 0xdc, 0x88, 0x22, 0xae, 0xc5,
0x8f, 0x8d, 0x08, 0x82, 0xd0, 0x8d, 0x20, 0x2e,
0xf4, 0x47, 0x89, 0x16, 0x21, 0xd2, 0x12, 0x42,
0x4b, 0xd2, 0x4f, 0xdb, 0xbc, 0x45, 0x18, 0xf3,
0x48, 0xed, 0xb3, 0x4f, 0xeb, 0xf3, 0x2d, 0x7a,
0x20, 0x24, 0x67, 0x26, 0x93, 0x39, 0xe7, 0xde,
0xb9, 0x33, 0x04, 0x60, 0x84, 0x11, 0xbe, 0x04,
0xd4, 0xaf, 0x63, 0x7b, 0x7b, 0x67, 0x67, 0x6b,
0x6b, 0x73, 0xd3, 0x66, 0x57, 0x57, 0x3f, 0x2b,
0x73, 0x6f, 0xef, 0xe2, 0xe2, 0xfc, 0xfc, 0xf2,
0xf2, 0xf4, 0xd4, 0xdd, 0x43, 0xbd, 0x2f, 0x3c,
0x12, 0xc1, 0xc2, 0x8f, 0x8f, 0x8f, 0x8e, 0xce,
0xce, 0x7e, 0x4e, 0xfa, 0xfe, 0xfe, 0xc1, 0xc1,
0xee, 0xee, 0xc9, 0x89, 0xcd, 0x7a, 0x0d, 0x10,
0xef, 0x0f, 0x4b, 0xa7, 0x43, 0xa1, 0x50, 0x28,
0x14, 0x02, 0xa8, 0xd5, 0x6a, 0xb5, 0x5a, 0xcd,
0xe9, 0x31, 0x4d, 0xd3, 0x34, 0xcd, 0xef, 0xbb,
0x17, 0x8b, 0xcf, 0xcf, 0xc5, 0xa2, 0xc3, 0xb1,
0x0e, 0x3b, 0xb0, 0xf3, 0xf3, 0x03, 0x1a, 0x48,
0x24, 0x24, 0x49, 0x92, 0x70, 0x1e, 0x00, 0x00,
0x0c, 0xc3, 0x34, 0x0d, 0x03, 0x80, 0x65, 0x59,
0x96, 0x65, 0x87, 0x1f, 0x69, 0x4d, 0xd3, 0x75,
0x4d, 0x03, 0x60, 0x18, 0x9f, 0x8f, 0x61, 0x9c,
0x76, 0x41, 0x10, 0x04, 0x41, 0xc0, 0x4c, 0x96,
0x07, 0x34, 0x90, 0xcf, 0x2f, 0x2c, 0xcc, 0xcd,
0x2d, 0x2e, 0x02, 0xd4, 0xeb, 0xf5, 0x7a, 0xbd,
0x0e, 0x80, 0x90, 0x7d, 0xe1, 0xc8, 0x0c, 0x1b,
0x3c, 0x1f, 0x0c, 0xf2, 0x3c, 0x80, 0xdf, 0xcf,
0x30, 0x7e, 0xbf, 0xd3, 0xbe, 0xbc, 0x9c, 0xcb,
0xad, 0xac, 0x60, 0x96, 0xc9, 0x0c, 0x68, 0x60,
0x75, 0x35, 0x1a, 0x8d, 0x46, 0x27, 0x26, 0x86,
0x2f, 0xb4, 0x1f, 0x48, 0x92, 0x20, 0x48, 0xb2,
0xb7, 0x3d, 0x16, 0x8b, 0xc5, 0xa6, 0xa6, 0x30,
0x3b, 0x3c, 0xec, 0x6b, 0x00, 0xaf, 0x31, 0x86,
0xb1, 0x23, 0xe0, 0xf5, 0x7a, 0xbd, 0x5e, 0x2f,
0x80, 0x28, 0x8a, 0xa2, 0x28, 0xfe, 0x3b, 0x23,
0x18, 0xee, 0xa5, 0x2a, 0x08, 0x82, 0x20, 0x8a,
0xbd, 0xb5, 0xe0, 0xca, 0x80, 0x2c, 0x8f, 0x8f,
0x87, 0xc3, 0x92, 0xe4, 0xb4, 0xe8, 0xba, 0xae,
0xeb, 0xba, 0xf3, 0x41, 0x7c, 0x27, 0x08, 0x82,
0x20, 0x08, 0x18, 0x1a, 0xdc, 0xdf, 0xc7, 0xf3,
0x62, 0x04, 0x83, 0x63, 0x63, 0xc1, 0xa0, 0xa3,
0x13, 0x3f, 0xb9, 0xb6, 0xd1, 0x4c, 0x66, 0x76,
0x36, 0x95, 0x4a, 0xa7, 0x01, 0xda, 0xed, 0x76,
0xbb, 0xdd, 0xb6, 0x2c, 0x8a, 0xa2, 0x28, 0x92,
0x44, 0xa8, 0x52, 0xa9, 0x54, 0x2a, 0x15, 0x80,
0x6e, 0xb7, 0xdb, 0xed, 0x76, 0xdd, 0xc5, 0xf5,
0x75, 0xb8, 0x05, 0x77, 0x3a, 0x9d, 0xce, 0xeb,
0x2b, 0x80, 0x61, 0x18, 0x46, 0xbb, 0x6d, 0x59,
0x89, 0xc4, 0xf4, 0x74, 0x22, 0x81, 0xd0, 0xe3,
0xe3, 0xd3, 0xd3, 0xc3, 0x43, 0x2e, 0x67, 0xbf,
0x75, 0x7f, 0xff, 0x66, 0xa0, 0xd9, 0x6c, 0x36,
0x9b, 0xcd, 0x6c, 0x56, 0x92, 0x24, 0x49, 0x92,
0x00, 0x38, 0x8e, 0xe3, 0x38, 0x0e, 0xa1, 0x6a,
0xb5, 0x5a, 0xad, 0x56, 0x3f, 0x9e, 0x70, 0x58,
0xc0, 0xc2, 0xed, 0x2d, 0x03, 0x07, 0x0a, 0xa1,
0x58, 0x2c, 0x16, 0x9b, 0x9c, 0x04, 0x68, 0x34,
0x1a, 0x8d, 0x66, 0x33, 0x10, 0xe8, 0xc9, 0x00,
0x4d, 0xd3, 0x34, 0x4d, 0xe7, 0xf3, 0xb2, 0x2c,
0xcb, 0xbf, 0x6f, 0x56, 0xc3, 0x8e, 0xf4, 0x67,
0xa1, 0x28, 0x8a, 0xa2, 0x28, 0x00, 0x3e, 0x9f,
0xcf, 0x47, 0xd3, 0xeb, 0xeb, 0x76, 0xeb, 0xc6,
0x46, 0xcf, 0x49, 0x5c, 0x2e, 0x97, 0xcb, 0xe5,
0x32, 0x80, 0xa6, 0x69, 0x9a, 0xa6, 0xfd, 0xfd,
0x44, 0x96, 0x65, 0x59, 0x96, 0x35, 0xfc, 0x71,
0xf8, 0x40, 0x73, 0x83, 0xea, 0x37, 0xa0, 0xd5,
0x6a, 0xb5, 0x5a, 0x2d, 0x80, 0x6c, 0x36, 0x9b,
0xcd, 0x66, 0x01, 0x0a, 0x85, 0x42, 0xa1, 0x50,
0xc0, 0x99, 0x02, 0x60, 0x59, 0x8e, 0xf3, 0xfb,
0x01, 0x02, 0x01, 0x8e, 0x1b, 0x1b, 0x73, 0x8a,
0x9a, 0x61, 0x18, 0x86, 0x61, 0x00, 0x10, 0x42,
0x08, 0x21, 0x87, 0xdb, 0x4b, 0xd2, 0x59, 0x7a,
0xe1, 0x70, 0x38, 0x1c, 0x0e, 0x03, 0x94, 0x4a,
0xa5, 0x52, 0xa9, 0xf4, 0x31, 0xef, 0x67, 0x60,
0xe0, 0x7d, 0x84, 0x24, 0x49, 0x92, 0x24, 0x9d,
0x48, 0x11, 0x04, 0x42, 0x24, 0x89, 0x6b, 0xc7,
0x31, 0x8c, 0xfb, 0x3d, 0x1e, 0x8f, 0xc7, 0xe3,
0xf9, 0x7c, 0x46, 0x06, 0x05, 0x35, 0xe8, 0x8b,
0xa9, 0x54, 0x2a, 0xa5, 0x28, 0xb6, 0x20, 0x00,
0x00, 0x8a, 0xa2, 0x28, 0xea, 0x0f, 0xa3, 0xf1,
0x39, 0xf2, 0xdd, 0xe8, 0x91, 0x60, 0xa7, 0xcc,
0xb2, 0x22, 0x91, 0x48, 0x24, 0x12, 0x41, 0x08,
0xd7, 0x44, 0x32, 0x99, 0x4c, 0xce, 0xcc, 0x7c,
0x7d, 0x42, 0x9e, 0xe7, 0x79, 0x9e, 0x77, 0x78,
0x3c, 0x1e, 0x8f, 0xc7, 0xe3, 0x1f, 0x73, 0x55,
0x55, 0x55, 0x55, 0xc5, 0xb9, 0x44, 0x6f, 0xbf,
0x01, 0x6f, 0x06, 0x54, 0x55, 0x55, 0x5f, 0x5e,
0xd6, 0xd6, 0x6e, 0x6e, 0x6e, 0x6f, 0xaf, 0xaf,
0xef, 0xee, 0xbe, 0x3f, 0x76, 0x9f, 0x01, 0x42,
0xb6, 0xce, 0xa5, 0xa5, 0x9f, 0x56, 0x32, 0xc2,
0x08, 0xff, 0x0b, 0x7e, 0x01, 0xa0, 0xaf, 0x82,
0x1b, 0x07, 0x0a, 0xd5, 0xef, 0x00, 0x00, 0x00,
0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
0x82};

View File

@@ -1,287 +0,0 @@
/* drive_optical.png - 720 bytes */
static const unsigned char drive_optical_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x04, 0x05, 0x11, 0x07, 0x15, 0x73,
0x01, 0xca, 0xa5, 0x00, 0x00, 0x00, 0x8c, 0x74,
0x45, 0x58, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65,
0x6e, 0x74, 0x00, 0x4d, 0x65, 0x6e, 0x75, 0x2d,
0x73, 0x69, 0x7a, 0x65, 0x64, 0x20, 0x69, 0x63,
0x6f, 0x6e, 0x0a, 0x3d, 0x3d, 0x3d, 0x3d, 0x3d,
0x3d, 0x3d, 0x3d, 0x3d, 0x3d, 0x0a, 0x0a, 0x28,
0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x33, 0x20,
0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x27, 0x6a,
0x69, 0x6d, 0x6d, 0x61, 0x63, 0x27, 0x20, 0x53,
0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0x2c, 0x20,
0x0a, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f,
0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d,
0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c,
0x2e, 0x63, 0x7a, 0x0a, 0x0a, 0x63, 0x72, 0x65,
0x61, 0x74, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74,
0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x47, 0x49,
0x4d, 0x50, 0x2c, 0x0a, 0x68, 0x74, 0x74, 0x70,
0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x67,
0x69, 0x6d, 0x70, 0x2e, 0x6f, 0x72, 0x67, 0x67,
0x8a, 0xc7, 0x47, 0x00, 0x00, 0x01, 0xc5, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0x9d, 0x92, 0x4d,
0x6b, 0x13, 0x51, 0x14, 0x86, 0x9f, 0x33, 0x99,
0x66, 0x16, 0xc3, 0xe0, 0x64, 0x60, 0x16, 0x53,
0x9d, 0x2c, 0xfc, 0xf8, 0x03, 0x45, 0xd4, 0x8d,
0x28, 0x6e, 0x0a, 0x22, 0xea, 0x5a, 0x5d, 0xb8,
0x95, 0x48, 0xc8, 0x3f, 0xd0, 0x82, 0x50, 0x44,
0x84, 0x58, 0x68, 0x45, 0x41, 0x11, 0x11, 0x44,
0xff, 0x81, 0x4a, 0xd6, 0xd9, 0x68, 0x49, 0xb4,
0x26, 0xa8, 0xcb, 0x66, 0x19, 0x21, 0xd0, 0x84,
0x04, 0x92, 0xb9, 0xc7, 0xc5, 0xa4, 0xcd, 0x04,
0xe9, 0x22, 0x3d, 0xab, 0xc3, 0xb9, 0xe7, 0x3e,
0xef, 0x7b, 0xee, 0x3d, 0x52, 0xae, 0x94, 0x1e,
0x02, 0x0f, 0x38, 0x5a, 0xac, 0x51, 0xae, 0x94,
0xf4, 0x28, 0xd1, 0xef, 0xf7, 0xb5, 0x5c, 0x29,
0xa9, 0x0d, 0x60, 0x8c, 0xa1, 0xd7, 0xeb, 0x2d,
0x24, 0x9d, 0x77, 0xf2, 0x00, 0xd8, 0x00, 0x6a,
0x14, 0x35, 0x0a, 0xb2, 0x00, 0x41, 0x99, 0x01,
0x8c, 0x1a, 0x8c, 0x2a, 0xe8, 0x14, 0x32, 0x3d,
0x4c, 0xd3, 0xff, 0x0a, 0xe9, 0x7d, 0xd5, 0x8c,
0x03, 0x55, 0x8c, 0x49, 0x00, 0x41, 0xd0, 0x83,
0x4e, 0x9d, 0xf5, 0x83, 0x80, 0x98, 0x8c, 0x81,
0x2c, 0x60, 0xdf, 0x85, 0x00, 0x46, 0x01, 0x91,
0x99, 0xa0, 0xea, 0x01, 0xd8, 0x48, 0x96, 0x98,
0x1d, 0xc1, 0x18, 0x34, 0xd1, 0x54, 0x53, 0x04,
0x55, 0x45, 0x54, 0x51, 0xd9, 0x57, 0x13, 0x44,
0x14, 0xd5, 0x43, 0x46, 0x70, 0x1c, 0x87, 0xe5,
0xe3, 0xcb, 0x87, 0xbe, 0xd7, 0x60, 0x30, 0x00,
0x60, 0x38, 0x1c, 0x02, 0x30, 0x1a, 0x8d, 0xe6,
0x1d, 0x34, 0x1a, 0x0d, 0xc6, 0xe3, 0xf1, 0x42,
0xdf, 0xe8, 0x79, 0x5e, 0x0a, 0x30, 0x89, 0x21,
0x9f, 0xcf, 0xf3, 0xe6, 0xed, 0xab, 0x85, 0x00,
0x97, 0x2e, 0x5e, 0x49, 0x01, 0x62, 0x09, 0xed,
0x76, 0x0b, 0x80, 0xa7, 0x4f, 0xaa, 0x4c, 0x26,
0x13, 0x46, 0xa3, 0x21, 0xdd, 0xbf, 0x5d, 0x9a,
0xcd, 0x06, 0xb6, 0xbd, 0xc4, 0x8d, 0xeb, 0x37,
0xa9, 0xd5, 0x6a, 0x04, 0x41, 0x40, 0x14, 0x45,
0xac, 0x3f, 0x7e, 0x44, 0x10, 0x04, 0x53, 0x80,
0x08, 0xbe, 0xef, 0x13, 0x86, 0x21, 0xdb, 0xdb,
0x5f, 0x59, 0x59, 0x39, 0x8b, 0xef, 0x17, 0xf0,
0xfd, 0x02, 0xa7, 0x4f, 0x9d, 0x01, 0xa0, 0x5e,
0xaf, 0xe3, 0xba, 0x2e, 0x61, 0x18, 0xf2, 0xf9,
0xcb, 0x27, 0x1c, 0xc7, 0xc1, 0x75, 0x5d, 0x00,
0x72, 0xe7, 0x2f, 0x9c, 0x93, 0xdf, 0x7f, 0x7e,
0x5d, 0xde, 0xdb, 0xeb, 0xb3, 0xf3, 0xf3, 0x07,
0xbe, 0xef, 0x53, 0x8c, 0x8b, 0x00, 0x74, 0x3a,
0x1d, 0xba, 0xdd, 0x2e, 0x9e, 0xe7, 0x11, 0x45,
0x11, 0x1f, 0x3e, 0xbe, 0xa7, 0xd5, 0xde, 0x21,
0x49, 0x12, 0x9a, 0xdf, 0x1b, 0x88, 0xc8, 0xda,
0xdc, 0xf2, 0x96, 0xee, 0xdf, 0xbb, 0x96, 0xb3,
0xad, 0x67, 0xf1, 0x89, 0xf8, 0xe4, 0xea, 0xea,
0x55, 0x8a, 0x71, 0x8c, 0x65, 0xe5, 0xd8, 0xed,
0xec, 0x9a, 0x17, 0x2f, 0xb7, 0x2c, 0xa0, 0x05,
0xac, 0x6f, 0x54, 0x37, 0xdf, 0x65, 0xf6, 0x8b,
0x6c, 0x6e, 0xdd, 0xbe, 0x73, 0x6b, 0xa9, 0x10,
0x1c, 0x7b, 0x6e, 0x59, 0xd6, 0xdd, 0xb9, 0xd5,
0x57, 0x7d, 0x2d, 0x22, 0x5b, 0x1b, 0xd5, 0xcd,
0x6f, 0xd9, 0xfa, 0x3f, 0xbd, 0x90, 0xec, 0xc4,
0x00, 0x9c, 0x8f, 0x27, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
/* drive_optical.png - 1513 bytes */
static const unsigned char drive_optical_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xeb, 0x00, 0xeb, 0x00, 0xeb, 0x34,
0x28, 0x49, 0x00, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x05,
0x74, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0x5b, 0x6b, 0x13, 0x5b, 0x14, 0xfe, 0x26,
0x99, 0x5c, 0x66, 0xd2, 0x26, 0xe6, 0xd6, 0x26,
0x29, 0x69, 0x92, 0xb6, 0x84, 0x6a, 0x5b, 0x6f,
0x4f, 0x4d, 0xeb, 0x4b, 0xab, 0xad, 0x20, 0x28,
0x22, 0x88, 0xb4, 0x8a, 0x2f, 0x0a, 0x2a, 0x15,
0xf1, 0x45, 0x14, 0xf1, 0x41, 0x11, 0xc4, 0xcb,
0x8b, 0x88, 0xb5, 0x7d, 0x54, 0x6a, 0x43, 0xfc,
0x01, 0x82, 0x94, 0xb6, 0x5e, 0x1a, 0x6b, 0xbd,
0x80, 0xa5, 0x22, 0x48, 0x93, 0xa7, 0x48, 0x8d,
0x26, 0x0d, 0x3a, 0x6d, 0x9a, 0xa6, 0xb9, 0x9e,
0x87, 0xed, 0x76, 0xa6, 0x4d, 0x7a, 0x1a, 0x7b,
0x0e, 0xc8, 0x81, 0xb3, 0x20, 0xec, 0xcc, 0xde,
0xd9, 0xb3, 0xbf, 0x6f, 0xad, 0x6f, 0xad, 0xbd,
0x02, 0xfc, 0xc7, 0x8d, 0x59, 0x6d, 0xe1, 0xcc,
0x99, 0xb3, 0x67, 0x7b, 0x7a, 0x4e, 0x9c, 0x20,
0x4f, 0xfd, 0xfd, 0x7f, 0x16, 0xe6, 0xf9, 0xf3,
0x77, 0xee, 0xdc, 0xbe, 0xdd, 0xdb, 0x7b, 0xf3,
0xe6, 0xca, 0x15, 0xb6, 0x38, 0x70, 0xab, 0x95,
0x02, 0xbf, 0x7e, 0xfd, 0xda, 0xb5, 0x5b, 0xb7,
0x80, 0x6c, 0x36, 0x9b, 0xcd, 0x66, 0x81, 0x7c,
0x3e, 0x9f, 0xcf, 0xe7, 0x4b, 0xf0, 0x0c, 0xc3,
0x30, 0xe2, 0xf7, 0xdf, 0x87, 0x2c, 0x97, 0xcb,
0xe5, 0x72, 0x39, 0x70, 0xe1, 0xc2, 0xc5, 0x8b,
0xe7, 0xce, 0xdd, 0xb8, 0x41, 0x66, 0x0b, 0x09,
0xc8, 0x8a, 0x6f, 0x6f, 0x68, 0x30, 0x9b, 0xcd,
0x66, 0xb3, 0x19, 0x48, 0x24, 0x12, 0x89, 0x44,
0x02, 0x58, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x04,
0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0xd6, 0x1e,
0x93, 0xc9, 0x64, 0x92, 0x8e, 0xc9, 0x64, 0xe9,
0x23, 0x3d, 0x6f, 0x61, 0x61, 0x61, 0x61, 0x61,
0x01, 0xa0, 0x38, 0x88, 0x63, 0xb7, 0x6e, 0x2d,
0x91, 0x40, 0x6d, 0xad, 0xc5, 0x62, 0xb1, 0xd0,
0x38, 0x00, 0x40, 0x2e, 0x97, 0xcb, 0xe5, 0x72,
0xd2, 0x08, 0x90, 0xb1, 0xf0, 0x53, 0x4a, 0x7c,
0xfe, 0x3e, 0x72, 0x0c, 0x23, 0x9e, 0xa3, 0xd7,
0xeb, 0xf5, 0x7a, 0x3d, 0x5d, 0x75, 0xbb, 0x4b,
0x24, 0xb0, 0x6f, 0xdf, 0xb6, 0x6d, 0x5b, 0xb6,
0x6c, 0xdf, 0x2e, 0x7a, 0x5e, 0x04, 0x48, 0x88,
0xe4, 0x72, 0xf9, 0x3c, 0x21, 0x44, 0x89, 0x89,
0x04, 0xa5, 0xeb, 0x94, 0x78, 0x2e, 0x97, 0xcb,
0xe5, 0xf3, 0x64, 0x5e, 0xfa, 0x1e, 0x0a, 0x74,
0x35, 0x69, 0xb6, 0xb6, 0x7a, 0x3c, 0x3b, 0x76,
0xd0, 0xa7, 0xa6, 0xa6, 0x12, 0x09, 0xec, 0xd9,
0x63, 0xb3, 0xd9, 0x6c, 0x55, 0x55, 0xd2, 0x39,
0xf2, 0x7a, 0x72, 0xa8, 0x14, 0x08, 0x8d, 0x87,
0x08, 0x90, 0x12, 0xa2, 0xeb, 0x52, 0x62, 0x52,
0x82, 0xe4, 0xf7, 0x22, 0xc1, 0x62, 0xfb, 0xec,
0x76, 0xbb, 0xdd, 0xe1, 0xa0, 0x18, 0x2e, 0x5d,
0x5a, 0x95, 0x00, 0xd5, 0x18, 0xc7, 0x71, 0x1c,
0xcf, 0x03, 0x4a, 0xa5, 0x52, 0xa9, 0x54, 0x02,
0x2a, 0x95, 0x5a, 0xad, 0x52, 0x49, 0x01, 0xd0,
0x03, 0xc4, 0x51, 0x0a, 0x88, 0x52, 0x12, 0x23,
0xb0, 0xdc, 0xc3, 0x52, 0x29, 0xae, 0x8c, 0x80,
0x74, 0x9e, 0x61, 0x64, 0x32, 0x99, 0xc4, 0xbd,
0x7a, 0xbd, 0x5e, 0x6f, 0x34, 0x16, 0xe6, 0xc2,
0x8a, 0x08, 0xb8, 0xdd, 0x95, 0x95, 0x15, 0x15,
0x16, 0x8b, 0x38, 0x93, 0x4a, 0xa5, 0x52, 0xa9,
0xd4, 0x72, 0xcf, 0xd0, 0x6a, 0xb4, 0xdc, 0x73,
0xc5, 0x9f, 0x45, 0x82, 0xb9, 0x5c, 0x36, 0x4b,
0x63, 0xb5, 0x9c, 0xe0, 0xf2, 0x88, 0x90, 0xe7,
0x4c, 0x26, 0x9d, 0x4e, 0xa7, 0x45, 0x1c, 0x3a,
0x9d, 0x56, 0xab, 0xd3, 0x15, 0xe6, 0xc2, 0x0a,
0x02, 0x4d, 0x4d, 0x9b, 0x36, 0x6d, 0xdc, 0xd8,
0xd0, 0x00, 0xa4, 0xd3, 0xe9, 0x74, 0x3a, 0x2d,
0x8a, 0x44, 0xaa, 0x69, 0x22, 0xa5, 0xc2, 0x5c,
0x90, 0x7a, 0xba, 0x30, 0x52, 0x62, 0x04, 0x8a,
0x45, 0x50, 0x2a, 0x41, 0xe9, 0x18, 0x8f, 0xc7,
0xe3, 0xf1, 0x78, 0x3e, 0x5f, 0x5b, 0x5b, 0x53,
0x53, 0x5b, 0x4b, 0x71, 0x7a, 0x3c, 0x05, 0x04,
0x48, 0xf9, 0xdb, 0xbc, 0xd9, 0x62, 0xb1, 0x58,
0x2c, 0x16, 0x80, 0xe7, 0x79, 0x9e, 0xe7, 0x19,
0xa6, 0x58, 0x72, 0x15, 0x4b, 0x36, 0x69, 0x25,
0xa2, 0x42, 0x5a, 0x59, 0x9d, 0xc4, 0x35, 0xe9,
0x3e, 0x51, 0x78, 0xc5, 0x92, 0x5b, 0xa7, 0xd3,
0xe9, 0x74, 0x3a, 0x86, 0xb1, 0xdb, 0xed, 0xf6,
0xea, 0x6a, 0x5a, 0x9e, 0xcb, 0xcb, 0xe9, 0xfe,
0x5f, 0x17, 0x99, 0x4a, 0xa5, 0x52, 0xa9, 0x54,
0xfb, 0xf6, 0xb9, 0xdd, 0x6e, 0xb7, 0xb4, 0x58,
0x19, 0x8d, 0x46, 0xa3, 0xc9, 0x84, 0x3f, 0x6e,
0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0x80, 0x5a,
0xad, 0x56, 0xab, 0x54, 0xc7, 0x8e, 0x91, 0xd9,
0xe3, 0xc7, 0x0b, 0x6e, 0xe2, 0x68, 0x34, 0x1a,
0x8d, 0x46, 0x81, 0x58, 0x2c, 0x16, 0x8b, 0xc5,
0x7e, 0xff, 0xa0, 0x52, 0x6f, 0xea, 0xdf, 0xdd,
0x47, 0x2f, 0xb4, 0x95, 0xc6, 0xae, 0xb6, 0x81,
0x26, 0xaf, 0xd7, 0xeb, 0xf3, 0x0d, 0x0c, 0xfc,
0xfb, 0x1e, 0x2d, 0xd5, 0x0e, 0x1c, 0xd8, 0xbf,
0xff, 0xe0, 0xc1, 0x75, 0x10, 0x90, 0xfa, 0x86,
0x61, 0x80, 0xce, 0xce, 0xce, 0xce, 0xdd, 0xbb,
0xc5, 0x2b, 0x3f, 0x93, 0xc9, 0x64, 0x32, 0x19,
0xe0, 0xc7, 0x0f, 0x41, 0xf8, 0xfe, 0x1d, 0x30,
0x18, 0xf4, 0x7a, 0x83, 0x01, 0x98, 0x98, 0x98,
0x98, 0x78, 0xf5, 0x0a, 0xa8, 0xa9, 0x21, 0x49,
0xc7, 0x30, 0x0c, 0x23, 0x93, 0x01, 0x81, 0x40,
0x30, 0x38, 0x3d, 0x0d, 0xb4, 0xb7, 0xb7, 0xb5,
0xed, 0xdc, 0x09, 0x4c, 0x4f, 0x4f, 0x4f, 0x7f,
0xfa, 0x44, 0xca, 0xa3, 0xc1, 0x00, 0xc8, 0x64,
0x32, 0x99, 0x5c, 0x4e, 0x72, 0x8f, 0xe3, 0x00,
0xbf, 0xdf, 0xef, 0xf7, 0xfb, 0xd7, 0x46, 0xb7,
0x26, 0x01, 0x83, 0xc1, 0x60, 0x30, 0x1a, 0x81,
0xc6, 0xc6, 0xc6, 0xc6, 0xa6, 0x26, 0x31, 0xc9,
0x68, 0xcf, 0x33, 0x3b, 0x1b, 0x8b, 0xcd, 0xce,
0x02, 0x1a, 0x8d, 0x46, 0x53, 0x56, 0x06, 0x68,
0xb5, 0x5a, 0xed, 0x86, 0x0d, 0xc0, 0xd0, 0xd0,
0xd0, 0xd0, 0x93, 0x27, 0xa4, 0x9e, 0x33, 0x0c,
0xb0, 0x6b, 0x57, 0x7b, 0x7b, 0x47, 0x07, 0x60,
0x36, 0x57, 0x54, 0x54, 0x54, 0x90, 0x5e, 0x27,
0x1e, 0x07, 0x4c, 0x26, 0xa3, 0xd1, 0x6c, 0x06,
0x14, 0x0a, 0x85, 0x42, 0xa9, 0x04, 0x38, 0x8e,
0xe3, 0xd4, 0x6a, 0x60, 0x6a, 0x6a, 0x6a, 0x6a,
0x6a, 0x6a, 0x1d, 0x04, 0x22, 0x91, 0x48, 0x24,
0x12, 0xc9, 0xe7, 0xad, 0x56, 0xab, 0xd5, 0x6a,
0x65, 0x98, 0xaa, 0x2a, 0x9b, 0xcd, 0x66, 0x03,
0xb2, 0xd9, 0x4c, 0x26, 0x9b, 0x05, 0xaa, 0xab,
0xab, 0xab, 0x69, 0x35, 0x48, 0x26, 0x01, 0x93,
0xc9, 0x64, 0x32, 0x99, 0x80, 0x48, 0x24, 0x1a,
0xfd, 0xf6, 0x0d, 0xf0, 0x78, 0x9a, 0x9b, 0x3d,
0x1e, 0xe2, 0xe9, 0xf6, 0x76, 0xf1, 0xbd, 0xa1,
0x50, 0x28, 0x14, 0x0a, 0x01, 0xa3, 0xa3, 0x4f,
0x9f, 0x0e, 0x0f, 0x03, 0x2e, 0x97, 0xd3, 0x59,
0x53, 0x43, 0x00, 0xf3, 0x3c, 0xad, 0x36, 0x80,
0x20, 0xcc, 0xcd, 0x09, 0x02, 0xe0, 0x74, 0x3a,
0x1c, 0x4e, 0x27, 0xe0, 0x72, 0xb9, 0x5c, 0x2e,
0x17, 0x10, 0x0e, 0x87, 0xc3, 0xe1, 0x30, 0xcd,
0x12, 0xb1, 0xbf, 0xfd, 0x45, 0x20, 0x1c, 0x0e,
0x87, 0xbf, 0x7e, 0x3d, 0x74, 0x68, 0x60, 0x60,
0x70, 0xf0, 0xfe, 0xfd, 0x47, 0x8f, 0x44, 0x01,
0x91, 0xe4, 0x0a, 0x85, 0x3e, 0x7f, 0x0e, 0x85,
0x80, 0x2b, 0x57, 0x2e, 0x5f, 0xbe, 0x7a, 0x95,
0x54, 0x03, 0xb5, 0x1a, 0x60, 0x59, 0x96, 0x65,
0x59, 0xc0, 0x6a, 0x25, 0xed, 0x2f, 0x25, 0x12,
0x0c, 0x06, 0x83, 0x81, 0x80, 0xd8, 0x55, 0xb2,
0x2c, 0xcb, 0x2a, 0x14, 0x22, 0x70, 0x2a, 0x2d,
0x7a, 0x9f, 0x50, 0x47, 0xf8, 0x7c, 0x3e, 0x9f,
0xd7, 0x0b, 0xcc, 0xcd, 0xc5, 0xe3, 0x82, 0x00,
0x7c, 0xf8, 0xf0, 0xf1, 0xa3, 0x18, 0x09, 0x86,
0x21, 0x38, 0x5b, 0x5a, 0x7e, 0xcd, 0x94, 0x9a,
0x4c, 0x3d, 0x3d, 0xa7, 0x4f, 0x9f, 0x3a, 0xd5,
0xd7, 0xd7, 0xd5, 0xd5, 0xd5, 0xd5, 0xdd, 0xbd,
0x77, 0xaf, 0xc7, 0xd3, 0xdc, 0xdc, 0xd2, 0x52,
0x55, 0x45, 0x01, 0xd0, 0x9c, 0xa0, 0xed, 0xb0,
0x20, 0x08, 0x82, 0x20, 0xac, 0xde, 0x36, 0xcf,
0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0x03, 0x75, 0x75,
0x75, 0x75, 0x75, 0x75, 0xc0, 0xe4, 0xe4, 0xe4,
0xe4, 0xfb, 0xf7, 0x82, 0x30, 0x32, 0x32, 0x3a,
0x3a, 0x3c, 0xec, 0xf3, 0xdd, 0xbb, 0xd7, 0xdb,
0xdb, 0xdf, 0x7f, 0xf2, 0xe4, 0x5a, 0xb8, 0xe4,
0xa5, 0x12, 0x78, 0xfb, 0xf6, 0xcd, 0x9b, 0x77,
0xef, 0x1e, 0x3f, 0xe6, 0x38, 0x9e, 0x57, 0xab,
0x3b, 0x3a, 0x88, 0xe6, 0x4d, 0x26, 0x87, 0xc3,
0xe1, 0x70, 0x38, 0xd4, 0x6a, 0x99, 0x8c, 0xf4,
0x2e, 0xb4, 0x7a, 0x15, 0xb6, 0xdf, 0xc4, 0x38,
0x8e, 0xe3, 0x38, 0x0e, 0x20, 0xfb, 0x80, 0xf1,
0xf1, 0xf1, 0xf1, 0x97, 0x2f, 0x53, 0xa9, 0xe7,
0xcf, 0x5f, 0xbc, 0x78, 0xf6, 0x6c, 0x6c, 0x8c,
0x00, 0xef, 0xea, 0xfa, 0x09, 0x4f, 0x4e, 0x75,
0xf0, 0x8f, 0x09, 0x2c, 0x27, 0x32, 0x38, 0x58,
0x56, 0x56, 0x5e, 0xce, 0xf3, 0x4e, 0xa7, 0xdf,
0xef, 0xf7, 0x8f, 0x8d, 0xb9, 0x5c, 0x95, 0x95,
0x95, 0x95, 0x16, 0x8b, 0x52, 0x49, 0xa4, 0x25,
0x93, 0x69, 0xb5, 0x5a, 0xad, 0x56, 0x2b, 0x02,
0xa6, 0x36, 0x33, 0xf3, 0xe5, 0xcb, 0xcc, 0x4c,
0x36, 0xeb, 0xf5, 0x7a, 0xbd, 0x0f, 0x1f, 0x26,
0x12, 0x81, 0x40, 0x30, 0x18, 0x08, 0x3c, 0x78,
0xd0, 0xdb, 0x7b, 0xf7, 0x6e, 0x5f, 0x1f, 0x05,
0x2e, 0x0a, 0x78, 0x2d, 0x3c, 0xeb, 0xf8, 0xb3,
0x07, 0x88, 0x49, 0xc4, 0xb2, 0x87, 0x0f, 0x1f,
0x39, 0xd2, 0xdd, 0xdd, 0xda, 0xaa, 0xd1, 0x68,
0x34, 0x3c, 0x7f, 0xf4, 0x28, 0xcb, 0xca, 0xe5,
0x2c, 0xdb, 0xd6, 0x46, 0xaa, 0x8f, 0xdd, 0xce,
0xfc, 0x34, 0x12, 0x91, 0x99, 0x19, 0x22, 0xb5,
0x91, 0x11, 0x85, 0x42, 0xa1, 0x50, 0x28, 0xfa,
0xfb, 0x09, 0xf0, 0xd7, 0xaf, 0xd7, 0x87, 0xe3,
0x7f, 0xfb, 0xf3, 0xf6, 0x17, 0xf1, 0x8b, 0x66,
0xcc, 0x3d, 0xb8, 0xf4, 0x62, 0x00, 0x00, 0x00,
0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
0x82};

View File

@@ -1,178 +0,0 @@
/* drive_removable_media.png - 510 bytes */
static const unsigned char drive_removable_media_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x0a, 0x11, 0x12, 0x00, 0x1d, 0x50,
0x96, 0x14, 0xa0, 0x00, 0x00, 0x00, 0x8c, 0x74,
0x45, 0x58, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65,
0x6e, 0x74, 0x00, 0x4d, 0x65, 0x6e, 0x75, 0x2d,
0x73, 0x69, 0x7a, 0x65, 0x64, 0x20, 0x69, 0x63,
0x6f, 0x6e, 0x0a, 0x3d, 0x3d, 0x3d, 0x3d, 0x3d,
0x3d, 0x3d, 0x3d, 0x3d, 0x3d, 0x0a, 0x0a, 0x28,
0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x33, 0x20,
0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x27, 0x6a,
0x69, 0x6d, 0x6d, 0x61, 0x63, 0x27, 0x20, 0x53,
0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0x2c, 0x20,
0x0a, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f,
0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d,
0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c,
0x2e, 0x63, 0x7a, 0x0a, 0x0a, 0x63, 0x72, 0x65,
0x61, 0x74, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74,
0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x47, 0x49,
0x4d, 0x50, 0x2c, 0x0a, 0x68, 0x74, 0x74, 0x70,
0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x67,
0x69, 0x6d, 0x70, 0x2e, 0x6f, 0x72, 0x67, 0x67,
0x8a, 0xc7, 0x47, 0x00, 0x00, 0x00, 0xf3, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xad, 0x93, 0xbf,
0x4a, 0xc3, 0x50, 0x14, 0xc6, 0x7f, 0x29, 0xc9,
0x62, 0xb9, 0x90, 0x0c, 0xf6, 0x21, 0xb2, 0x16,
0xb1, 0x20, 0x76, 0x2f, 0x3a, 0x14, 0x9f, 0xa0,
0x14, 0x9c, 0x94, 0xd2, 0x37, 0x88, 0xbe, 0x85,
0xd2, 0xa1, 0x20, 0x9d, 0x4a, 0xe9, 0x33, 0x48,
0xe9, 0x03, 0x84, 0x90, 0x59, 0x3a, 0x79, 0xa7,
0x2c, 0x81, 0x90, 0xbf, 0x70, 0x3b, 0x48, 0xc8,
0x20, 0x15, 0xd2, 0xeb, 0x37, 0x9f, 0xef, 0x77,
0xbe, 0x73, 0x38, 0x07, 0x34, 0x65, 0xcc, 0xe6,
0x4f, 0x2f, 0x80, 0x77, 0xa6, 0xff, 0xd5, 0x04,
0xbc, 0xe9, 0xe4, 0xb1, 0xb5, 0xb3, 0xaa, 0x2a,
0x3e, 0x56, 0x4b, 0xcf, 0x04, 0x50, 0x4a, 0x11,
0x04, 0x41, 0x2b, 0x80, 0xeb, 0xba, 0x00, 0x74,
0x74, 0x77, 0xd0, 0xa9, 0x13, 0x68, 0x01, 0xce,
0x51, 0xdd, 0x54, 0x7b, 0x04, 0x13, 0xe0, 0x70,
0xf8, 0x42, 0xca, 0xef, 0x56, 0xc6, 0x6e, 0xf7,
0xa2, 0x01, 0x8c, 0xc7, 0x0f, 0x18, 0x86, 0x71,
0xb2, 0x38, 0x49, 0x12, 0x00, 0xd2, 0x34, 0x05,
0x20, 0xcb, 0x32, 0x84, 0x10, 0xec, 0xf6, 0x9f,
0x3f, 0x00, 0xdf, 0xf7, 0x29, 0xcb, 0xb2, 0x55,
0x02, 0x21, 0x44, 0x93, 0xa0, 0xd6, 0x66, 0xbb,
0xa6, 0x77, 0xd9, 0xfb, 0xd3, 0x38, 0xb8, 0x1e,
0xd0, 0xef, 0x5f, 0x11, 0x86, 0x61, 0x03, 0xa8,
0x37, 0x3a, 0x7b, 0x9e, 0x03, 0x60, 0x59, 0xd6,
0x49, 0x80, 0xe3, 0x38, 0xbc, 0x2f, 0xde, 0xb8,
0x1b, 0xdd, 0x37, 0x00, 0xdb, 0xb6, 0x51, 0x4a,
0x91, 0xe7, 0x39, 0x00, 0x71, 0x1c, 0x03, 0x50,
0x14, 0xc5, 0x2f, 0x80, 0x94, 0x92, 0xdb, 0x9b,
0x21, 0x51, 0x14, 0xfd, 0xcf, 0x33, 0xe9, 0x9e,
0x01, 0x47, 0x57, 0x47, 0x4e, 0xf4, 0x9c, 0x50,
0x7b, 0x51, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45,
0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};
/* drive_removable_media.png - 862 bytes */
static const unsigned char drive_removable_media_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x02,
0xe9, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0xbf, 0x4f, 0xea, 0x50, 0x14, 0x3e, 0x85,
0x16, 0x88, 0xe5, 0x57, 0x42, 0x69, 0xa9, 0xd8,
0xa1, 0x92, 0xb2, 0x18, 0x89, 0xac, 0xfe, 0x09,
0x0e, 0x26, 0xc6, 0x44, 0x47, 0x37, 0x1d, 0x4c,
0x8c, 0x83, 0x11, 0x4d, 0xfc, 0x07, 0x74, 0x32,
0x26, 0x26, 0x2e, 0x2f, 0xc1, 0x18, 0x07, 0x1d,
0x4d, 0x8c, 0xff, 0x06, 0x23, 0x0b, 0x91, 0x09,
0xa4, 0x50, 0x03, 0x05, 0x6d, 0xf8, 0x51, 0xfa,
0x86, 0xfb, 0x2e, 0x85, 0x42, 0x95, 0x97, 0xf7,
0x84, 0x85, 0x6f, 0xe0, 0xde, 0x7b, 0xce, 0xb9,
0xf0, 0x7d, 0xe7, 0x9c, 0xdb, 0x5b, 0x00, 0x66,
0x98, 0xe1, 0x9f, 0x40, 0xd8, 0x39, 0x0e, 0x0e,
0x0e, 0x0f, 0xf7, 0xf7, 0xf7, 0xf6, 0xd0, 0xea,
0xe6, 0x66, 0xba, 0x34, 0x53, 0xa9, 0xab, 0xab,
0xcb, 0xcb, 0xeb, 0xeb, 0x8b, 0x0b, 0xab, 0x87,
0x1c, 0x4d, 0x9c, 0xe7, 0x31, 0xf1, 0xcd, 0xcd,
0x8d, 0x8d, 0xad, 0x2d, 0x00, 0x8a, 0xa2, 0x28,
0x8a, 0x9a, 0x3c, 0xf5, 0xe7, 0xe7, 0x97, 0x97,
0xa7, 0xa7, 0xf3, 0x73, 0xb4, 0x1a, 0x43, 0x00,
0xc2, 0xd2, 0x52, 0x2c, 0xb6, 0xb8, 0x28, 0x49,
0xa6, 0x25, 0x9b, 0xcd, 0x66, 0xb3, 0xd9, 0xc9,
0x11, 0x17, 0x04, 0x41, 0x10, 0x04, 0x00, 0x9f,
0xcf, 0xe7, 0xf3, 0xfb, 0x71, 0x62, 0x57, 0x56,
0x50, 0x25, 0x32, 0x19, 0x1c, 0xe7, 0x18, 0xbd,
0x3d, 0x16, 0xa3, 0x69, 0x9a, 0xf6, 0x7a, 0x27,
0x47, 0xd8, 0x8a, 0x56, 0xab, 0xd5, 0x6a, 0xb5,
0x00, 0x82, 0xc1, 0x40, 0x20, 0x18, 0xc4, 0xd6,
0x78, 0xdc, 0x1a, 0x67, 0x23, 0x60, 0x7d, 0x9d,
0xe3, 0x38, 0x8e, 0xe3, 0x00, 0x1a, 0x8d, 0x46,
0xa3, 0xd1, 0x98, 0xbc, 0x80, 0x66, 0xb3, 0xd9,
0x6c, 0x36, 0x01, 0x78, 0x3e, 0x12, 0x89, 0x46,
0x01, 0xc2, 0x61, 0x86, 0xe1, 0xb8, 0x9d, 0x9d,
0x6f, 0x05, 0xcc, 0xcf, 0xf3, 0x7c, 0x34, 0xba,
0xb6, 0xe6, 0x72, 0x51, 0x94, 0xcb, 0x05, 0xa0,
0xaa, 0xaa, 0xaa, 0xaa, 0xd3, 0x13, 0xa0, 0xeb,
0xba, 0xae, 0xeb, 0x00, 0x9d, 0x4e, 0xa7, 0xd3,
0x6e, 0x2f, 0x2f, 0xdb, 0x0a, 0xc0, 0x3d, 0x46,
0xd3, 0x73, 0x73, 0x5e, 0x2f, 0x80, 0xc7, 0xe3,
0xf1, 0x78, 0x3c, 0x00, 0x9a, 0xa6, 0x69, 0x9a,
0x36, 0x79, 0x01, 0xf8, 0x77, 0xdd, 0x6e, 0xb7,
0xdb, 0xed, 0x06, 0x60, 0x98, 0x50, 0x88, 0x65,
0x05, 0x01, 0xf3, 0xc4, 0x71, 0x96, 0x43, 0x1c,
0x8f, 0xfb, 0xfd, 0x7e, 0x7f, 0x20, 0x00, 0x50,
0xaf, 0xd7, 0xeb, 0xf5, 0x3a, 0x52, 0xde, 0xe9,
0x4c, 0x5e, 0x00, 0x86, 0x61, 0x18, 0x86, 0x61,
0x00, 0xd0, 0x34, 0x4d, 0xd3, 0xb4, 0xc9, 0x13,
0x8d, 0x99, 0x4c, 0x4f, 0x00, 0xee, 0x31, 0xdc,
0xfb, 0xf8, 0x10, 0x95, 0xcb, 0xe5, 0xb2, 0x2c,
0x4f, 0x4f, 0x40, 0xb7, 0x6b, 0x18, 0xba, 0x0e,
0x10, 0x89, 0x70, 0x1c, 0xcf, 0xe3, 0x4a, 0xec,
0xee, 0x22, 0xef, 0xe3, 0x63, 0x4f, 0x00, 0x49,
0x3a, 0x9d, 0x24, 0x99, 0x48, 0x48, 0x92, 0x24,
0x49, 0x12, 0x00, 0xc3, 0x30, 0x0c, 0xc3, 0x00,
0x24, 0x93, 0xc9, 0xa4, 0x59, 0xb0, 0x71, 0x40,
0x10, 0x04, 0x81, 0x73, 0x67, 0xef, 0x45, 0xf3,
0xd1, 0x51, 0xc8, 0x82, 0x22, 0xbd, 0x5e, 0xf4,
0x34, 0x2c, 0x14, 0x0a, 0x85, 0x42, 0x01, 0x20,
0x97, 0xcb, 0xe5, 0x72, 0xb9, 0x44, 0xa2, 0xc7,
0x1b, 0x4f, 0x3e, 0x3f, 0x35, 0xed, 0xe3, 0x63,
0x61, 0x81, 0xe7, 0x79, 0x1e, 0x5f, 0x63, 0x00,
0x00, 0xa1, 0x50, 0x28, 0xc4, 0x30, 0xd3, 0xab,
0x00, 0x86, 0x28, 0x8a, 0xa2, 0x28, 0x02, 0x54,
0xab, 0xb5, 0xda, 0xfb, 0x7b, 0x38, 0x3c, 0x24,
0xa0, 0x56, 0x53, 0xd5, 0x6a, 0x15, 0xb5, 0x4c,
0xb9, 0x0c, 0xa0, 0x28, 0x8a, 0xa2, 0x28, 0x83,
0xb9, 0xc3, 0x9f, 0x04, 0xd1, 0x6f, 0x75, 0x38,
0xf0, 0x7a, 0xd0, 0x87, 0x32, 0x68, 0xb7, 0x36,
0xe7, 0xd8, 0x3e, 0x58, 0x99, 0xfe, 0x35, 0x80,
0xf5, 0x0c, 0x98, 0xb0, 0xb9, 0x89, 0x87, 0x91,
0x4e, 0xdf, 0xde, 0xfe, 0xfa, 0xf5, 0x73, 0x19,
0x3e, 0x3e, 0x3e, 0x3a, 0x3a, 0x3d, 0xfd, 0xfe,
0xb1, 0x8d, 0x13, 0xfd, 0x17, 0x02, 0x50, 0x2e,
0x4e, 0x4e, 0x52, 0xa9, 0xb3, 0xb3, 0xc1, 0xec,
0x0f, 0x47, 0x0e, 0x67, 0x6e, 0x94, 0x1f, 0x77,
0x7d, 0x7f, 0x64, 0xa5, 0xa2, 0x28, 0x95, 0x8a,
0xd9, 0xf3, 0x18, 0xf9, 0x7c, 0x3e, 0xff, 0xfa,
0x8a, 0x2a, 0x20, 0x8a, 0xc3, 0xdf, 0xf9, 0x85,
0x80, 0xc1, 0x92, 0x97, 0x4a, 0xa5, 0x52, 0xa9,
0x34, 0xba, 0x05, 0xcc, 0xe8, 0x7e, 0x62, 0xd6,
0x96, 0xb1, 0xf7, 0x63, 0x61, 0x04, 0x61, 0x12,
0x1e, 0x17, 0x43, 0x02, 0x64, 0x59, 0x96, 0x65,
0xd9, 0x30, 0x58, 0x96, 0x65, 0x59, 0xf6, 0xab,
0x7c, 0xff, 0x0c, 0xec, 0x32, 0x5d, 0x2c, 0x16,
0x8b, 0xc5, 0xe2, 0x70, 0xed, 0xc8, 0xfe, 0x80,
0xb7, 0xb7, 0xed, 0xed, 0xbb, 0xbb, 0xfb, 0xfb,
0x74, 0xfa, 0xe1, 0x61, 0xd2, 0xc4, 0xc7, 0x03,
0x41, 0x20, 0x9e, 0xab, 0xab, 0x3d, 0xcb, 0x77,
0x1b, 0xd0, 0xe8, 0xf8, 0xf3, 0xca, 0xe1, 0x74,
0xa2, 0x11, 0xff, 0x33, 0xb0, 0x8e, 0x24, 0x39,
0x18, 0x67, 0xad, 0x20, 0xce, 0xa0, 0xae, 0xa3,
0x11, 0xdf, 0xf1, 0xed, 0xf6, 0xe8, 0x11, 0xc7,
0x75, 0xbb, 0x83, 0xfb, 0x67, 0x98, 0xe1, 0xbf,
0xe1, 0x37, 0x5a, 0x8c, 0x28, 0xe4, 0xc5, 0xfe,
0xbe, 0x74, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45,
0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};

View File

@@ -1,197 +0,0 @@
/* edit_copy.png - 498 bytes */
static const unsigned char edit_copy_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x0a, 0x1a, 0x14, 0x08, 0x2f, 0x83,
0x14, 0x34, 0x9b, 0x00, 0x00, 0x01, 0x7f, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0x95, 0x93, 0x4b,
0x4b, 0x02, 0x51, 0x18, 0x86, 0xdf, 0x23, 0x33,
0x63, 0xda, 0x80, 0xfd, 0x0a, 0xcf, 0x08, 0xdd,
0x16, 0xfd, 0x8f, 0x08, 0x5a, 0xb6, 0x88, 0xa0,
0x75, 0x17, 0xf0, 0x42, 0xb6, 0xb0, 0x45, 0x91,
0x76, 0xdb, 0x44, 0x44, 0x44, 0x1b, 0xb1, 0x36,
0x05, 0xfe, 0x04, 0x31, 0xb3, 0x36, 0x81, 0x65,
0x30, 0xa3, 0xbf, 0xa0, 0x9a, 0x30, 0x05, 0x37,
0xcd, 0xed, 0xb4, 0x69, 0x74, 0x46, 0x47, 0xb1,
0x6f, 0xf5, 0x9d, 0xc3, 0x79, 0x1f, 0xde, 0xf7,
0xe3, 0x3b, 0xe4, 0xe8, 0x24, 0x33, 0xaf, 0xeb,
0xfa, 0x2c, 0x46, 0x28, 0xc1, 0xcf, 0xbd, 0x6d,
0xae, 0xc5, 0xef, 0x9c, 0x77, 0x9c, 0x61, 0x18,
0xd3, 0xf1, 0xe8, 0xd6, 0x28, 0x7a, 0xa4, 0x0f,
0xf6, 0x26, 0x01, 0xb8, 0x01, 0x76, 0xd3, 0x6a,
0x35, 0xc1, 0x18, 0xeb, 0x13, 0x11, 0x42, 0x00,
0x00, 0xa1, 0xd0, 0x84, 0x27, 0x94, 0x73, 0x1e,
0x6a, 0xb5, 0x1a, 0x5e, 0xab, 0x95, 0x85, 0xc6,
0x77, 0x63, 0x66, 0x90, 0x8b, 0xfd, 0xcc, 0x6e,
0xca, 0xee, 0x79, 0x9e, 0xbf, 0x75, 0x01, 0x24,
0x49, 0x42, 0xb1, 0x54, 0x98, 0xfa, 0x47, 0xa4,
0x45, 0x17, 0x40, 0x51, 0x94, 0x4e, 0x8c, 0x56,
0xab, 0x39, 0x54, 0x6c, 0x47, 0x72, 0x01, 0x28,
0xa5, 0x28, 0x96, 0x0a, 0x9d, 0xb3, 0x2c, 0xcb,
0x9e, 0xe2, 0x48, 0x24, 0xd2, 0x3f, 0x03, 0xc6,
0x18, 0x64, 0x59, 0x76, 0x0d, 0xd2, 0xf9, 0x70,
0x50, 0xb9, 0x00, 0x94, 0x52, 0x94, 0xca, 0xc5,
0xa1, 0x0e, 0x7a, 0xa1, 0x9c, 0x2d, 0xb6, 0x2c,
0x06, 0x45, 0x19, 0xcd, 0x41, 0x30, 0x38, 0x8e,
0x76, 0xbb, 0xdd, 0x05, 0xe8, 0xba, 0x0e, 0xc6,
0x18, 0xc2, 0x61, 0x8a, 0xf2, 0x53, 0x69, 0xa8,
0x03, 0x4a, 0x25, 0x98, 0xa6, 0x81, 0xca, 0x4b,
0xa5, 0x0b, 0xd0, 0xb4, 0x1f, 0x04, 0x02, 0x63,
0xb0, 0x2c, 0x36, 0xd4, 0xee, 0xe5, 0xd5, 0x05,
0x1e, 0x1e, 0xef, 0xdd, 0x11, 0x04, 0x9e, 0xaf,
0x9e, 0x9d, 0x9f, 0xba, 0x16, 0x87, 0x31, 0xcb,
0xd3, 0xb6, 0x28, 0x8a, 0x58, 0x59, 0x5e, 0x85,
0x65, 0x99, 0x50, 0xbf, 0x54, 0xe4, 0xae, 0xb3,
0xe0, 0x36, 0xd6, 0xa3, 0x79, 0x00, 0x79, 0xc7,
0x72, 0x6c, 0x1b, 0x86, 0xe1, 0xeb, 0x15, 0x3b,
0x4b, 0x55, 0x55, 0xe4, 0x6e, 0xb2, 0x00, 0xf0,
0xec, 0xf3, 0x1a, 0x92, 0xa6, 0xe9, 0xf0, 0xfb,
0xfd, 0x10, 0x04, 0x01, 0xa2, 0x28, 0x82, 0x10,
0x82, 0x7a, 0xbd, 0x0e, 0x80, 0xe0, 0xe3, 0xf3,
0xdd, 0x16, 0xa7, 0x12, 0xb1, 0xe4, 0x1c, 0xe9,
0x15, 0x1f, 0x1e, 0xa7, 0xb3, 0xa6, 0x69, 0x2e,
0x79, 0x7d, 0xac, 0xbf, 0x2a, 0x00, 0x28, 0x24,
0x62, 0xc9, 0x1d, 0x00, 0xf8, 0x05, 0x42, 0x59,
0xa6, 0x03, 0x15, 0x88, 0xf7, 0xd8, 0x00, 0x00,
0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
0x60, 0x82};
/* edit_copy.png - 1020 bytes */
static const unsigned char edit_copy_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x88, 0x00, 0x8a, 0x00, 0x85, 0x09,
0xa5, 0xa9, 0xd5, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x03,
0x87, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xd5,
0x57, 0xbb, 0x4e, 0xe3, 0x40, 0x14, 0xbd, 0x33,
0xb6, 0xf3, 0x70, 0x41, 0xba, 0x7c, 0x81, 0x13,
0xdb, 0xfc, 0x07, 0x42, 0x08, 0x1a, 0x2a, 0x24,
0x4a, 0x6a, 0x8a, 0x44, 0x40, 0x10, 0x88, 0x1a,
0x29, 0x84, 0x37, 0x12, 0x20, 0x14, 0x89, 0x9a,
0x86, 0x96, 0x0a, 0x09, 0x45, 0x10, 0x84, 0x40,
0x3c, 0x24, 0x20, 0xc1, 0xd4, 0x50, 0x00, 0x05,
0x89, 0x08, 0x8a, 0x3d, 0x7e, 0x6c, 0xe1, 0x9d,
0xb5, 0xd7, 0x8e, 0x93, 0x40, 0x82, 0xb4, 0x3b,
0x95, 0x67, 0x3c, 0x73, 0xee, 0x39, 0xf7, 0xdc,
0x19, 0x8f, 0x01, 0xfe, 0xf3, 0x86, 0xe8, 0xc3,
0xd2, 0xd2, 0xea, 0x6a, 0x2e, 0x37, 0x32, 0x62,
0x59, 0xa6, 0x69, 0x9a, 0x92, 0xf4, 0xe3, 0x81,
0x11, 0xc6, 0x18, 0x97, 0xcb, 0x13, 0x13, 0xa9,
0xd4, 0xd4, 0xd4, 0xde, 0xde, 0x77, 0x71, 0x58,
0xfa, 0x40, 0x88, 0xa6, 0x69, 0x9a, 0x28, 0x4e,
0x4f, 0x4f, 0x4d, 0xcd, 0xce, 0xfe, 0x7c, 0xe6,
0xd6, 0xd6, 0xd6, 0xd7, 0x97, 0x97, 0x45, 0xb1,
0x53, 0x9c, 0x3f, 0x02, 0x30, 0xc6, 0x18, 0x21,
0xe7, 0x45, 0xa5, 0x52, 0xa9, 0xbc, 0xbf, 0x77,
0x9f, 0x78, 0x4f, 0x4f, 0x4f, 0x4f, 0x2c, 0x06,
0x80, 0x10, 0x42, 0xee, 0x78, 0x1d, 0x0b, 0xf8,
0x6e, 0xb3, 0x2c, 0xcb, 0xb2, 0x2c, 0x84, 0x34,
0x4d, 0xd3, 0x34, 0x8d, 0x61, 0x9a, 0xcf, 0x03,
0x08, 0x85, 0x42, 0xa1, 0x70, 0x98, 0xf6, 0x2d,
0xeb, 0xc7, 0x05, 0x28, 0x8a, 0xa2, 0x3c, 0x3e,
0x06, 0x13, 0xbf, 0xbc, 0xbc, 0xbe, 0xbe, 0xb8,
0x18, 0x1d, 0xad, 0xd5, 0x6a, 0xb5, 0x8f, 0x0f,
0x41, 0xa0, 0x6f, 0x1b, 0x61, 0x21, 0x64, 0x67,
0xde, 0x2d, 0x68, 0x71, 0x71, 0x79, 0x39, 0x9b,
0x6d, 0xb7, 0x68, 0xd1, 0xef, 0x76, 0x70, 0x30,
0x31, 0x91, 0x4e, 0x67, 0x32, 0x43, 0x43, 0x2d,
0x05, 0x24, 0x93, 0xc9, 0x64, 0x22, 0xe1, 0x1f,
0x57, 0x55, 0x55, 0x55, 0x55, 0x86, 0x39, 0x3a,
0x2a, 0x14, 0x0e, 0x0f, 0x05, 0x21, 0x93, 0x99,
0x9c, 0x9c, 0x99, 0x41, 0x88, 0x0a, 0xeb, 0x34,
0xb3, 0x8d, 0xa9, 0x03, 0x2c, 0x2d, 0xad, 0xac,
0x2c, 0x2c, 0x0c, 0x0c, 0x74, 0xec, 0x00, 0x21,
0xba, 0x4e, 0x88, 0xe3, 0x07, 0x0d, 0x53, 0xad,
0x56, 0xab, 0x95, 0x4a, 0xb7, 0xe9, 0x3b, 0x7b,
0xe7, 0xef, 0x78, 0x6d, 0x08, 0x08, 0x72, 0xa0,
0x5e, 0xaf, 0xd7, 0xeb, 0x75, 0x80, 0x93, 0x93,
0x62, 0xb1, 0x50, 0xe8, 0x3e, 0x61, 0x87, 0x6a,
0xf3, 0x9d, 0xf2, 0x25, 0x07, 0xdc, 0x40, 0x84,
0x10, 0xa2, 0x69, 0xc1, 0x01, 0x4a, 0xa5, 0x52,
0xa9, 0x54, 0xea, 0x9c, 0xb8, 0x24, 0x49, 0x92,
0x2c, 0x77, 0x20, 0x20, 0x91, 0x48, 0x24, 0x04,
0xc1, 0x06, 0x74, 0xc0, 0xdd, 0x0e, 0x9c, 0x9e,
0x1e, 0x1f, 0xfb, 0xd7, 0x49, 0x92, 0x24, 0x7d,
0xe5, 0x73, 0xe8, 0x4d, 0x04, 0xed, 0x7f, 0xdb,
0x01, 0xba, 0x50, 0x51, 0x14, 0x45, 0x51, 0xfc,
0x02, 0x08, 0x21, 0x84, 0x90, 0xe0, 0x00, 0xe5,
0x72, 0xb9, 0x5c, 0x2e, 0xb7, 0x4f, 0xbc, 0x11,
0x8a, 0x65, 0x01, 0xc8, 0xb2, 0x2c, 0xf7, 0xf6,
0xb6, 0x21, 0xc0, 0x0b, 0x40, 0x81, 0x05, 0x41,
0x10, 0x1a, 0x3b, 0xa0, 0xaa, 0xaa, 0x0a, 0x70,
0x7a, 0x7a, 0x76, 0x76, 0x72, 0xe2, 0x07, 0x96,
0x65, 0x59, 0x6e, 0x64, 0x7d, 0xb3, 0x4c, 0xbb,
0xf1, 0xe9, 0xa9, 0xd3, 0x15, 0x07, 0xdc, 0x7b,
0x80, 0x8e, 0x13, 0x42, 0x88, 0xae, 0xb7, 0x76,
0x20, 0x88, 0x70, 0x50, 0xe2, 0x64, 0x59, 0x96,
0x25, 0xc9, 0x19, 0x0f, 0x87, 0xc3, 0xe1, 0x70,
0xf8, 0x0b, 0x02, 0x4c, 0xd3, 0x34, 0x4d, 0xd3,
0xef, 0x80, 0x5b, 0x00, 0x80, 0xfd, 0x1d, 0xa8,
0xd7, 0x01, 0xce, 0xce, 0xce, 0xcf, 0x8b, 0x45,
0x3f, 0xb0, 0x28, 0x8a, 0xa2, 0x28, 0xfa, 0x33,
0xdb, 0xca, 0x01, 0x84, 0x10, 0xc2, 0x18, 0x80,
0x65, 0x59, 0x96, 0x61, 0x9c, 0x52, 0xa5, 0xbc,
0x5a, 0x0a, 0x30, 0x0c, 0xc3, 0x30, 0x8c, 0x60,
0x6b, 0x69, 0x3f, 0x28, 0xf3, 0x74, 0xfc, 0xfe,
0xfe, 0xfe, 0xde, 0x7b, 0x0a, 0x35, 0xc3, 0xe3,
0x79, 0x9e, 0xe7, 0x79, 0x80, 0x58, 0x2c, 0x16,
0x73, 0xce, 0x7b, 0x80, 0x78, 0x3c, 0x1e, 0x8f,
0xc7, 0xfd, 0xbc, 0xda, 0x12, 0xe0, 0x25, 0xea,
0xcd, 0x54, 0xa3, 0xef, 0x2d, 0x9d, 0x2f, 0x8a,
0xa2, 0x98, 0x4c, 0x06, 0x13, 0xa6, 0x7d, 0x8c,
0x31, 0x66, 0x18, 0x00, 0x86, 0x61, 0x18, 0x86,
0x71, 0x32, 0x8d, 0x31, 0xc6, 0x18, 0xfb, 0x2b,
0x23, 0xd0, 0x01, 0x77, 0x6d, 0x13, 0x02, 0x10,
0x8d, 0x46, 0xa3, 0xd1, 0xa8, 0xbf, 0xa4, 0x28,
0x71, 0x8e, 0xe3, 0x38, 0x8e, 0x0b, 0x16, 0x60,
0x8b, 0xb4, 0xe7, 0x37, 0x3a, 0x65, 0xe8, 0x7a,
0x5a, 0x32, 0x74, 0x1d, 0xcb, 0xb2, 0x2c, 0xcb,
0xfa, 0x37, 0x71, 0xb1, 0x68, 0x1f, 0xd7, 0x5e,
0x21, 0xac, 0x03, 0x18, 0x0a, 0x85, 0x42, 0x0f,
0x0f, 0x9b, 0x9b, 0xdb, 0xdb, 0x1b, 0x1b, 0xed,
0x9f, 0xe0, 0x34, 0x90, 0x57, 0x68, 0x50, 0xe6,
0x69, 0x66, 0x29, 0x71, 0xba, 0x6e, 0x67, 0x27,
0x9f, 0xdf, 0xda, 0x6a, 0x37, 0xea, 0xf5, 0xb5,
0x4f, 0xc0, 0x77, 0xff, 0x8c, 0xb2, 0xd9, 0x5c,
0x6e, 0x7e, 0x7e, 0x66, 0xa6, 0xd5, 0xde, 0xf1,
0x96, 0x0a, 0x9d, 0xe7, 0x94, 0x8e, 0x3d, 0x6f,
0x60, 0xa0, 0xaf, 0x6f, 0x70, 0xd0, 0xc1, 0x7f,
0x7d, 0x7d, 0x7b, 0x7b, 0x79, 0x01, 0xb8, 0xbc,
0xbc, 0xba, 0xba, 0xb8, 0x00, 0xb0, 0x2f, 0x8a,
0xdb, 0xdb, 0x3e, 0x01, 0x9d, 0xb6, 0xa0, 0xbd,
0xc3, 0x71, 0x1c, 0xc7, 0xb2, 0x36, 0x51, 0xd6,
0x15, 0xcd, 0xed, 0x04, 0x42, 0x8e, 0x10, 0xda,
0x9e, 0x9e, 0x9e, 0x9f, 0x9f, 0x9e, 0x00, 0x6e,
0x6f, 0xef, 0xee, 0x6e, 0x6e, 0x00, 0x22, 0x11,
0x9e, 0xe7, 0xf9, 0x8d, 0x8d, 0x54, 0x6a, 0x7c,
0x3c, 0x9d, 0xce, 0xe7, 0xbb, 0x2e, 0x80, 0xee,
0x9d, 0x48, 0x24, 0x12, 0x89, 0x44, 0x82, 0xaf,
0x02, 0x94, 0xa8, 0xd7, 0x09, 0xc3, 0x30, 0x0c,
0xd3, 0x74, 0x32, 0x4e, 0x89, 0x03, 0x60, 0x8c,
0xd0, 0xd8, 0x98, 0x4d, 0x7c, 0x77, 0xd7, 0x1b,
0xb7, 0xe3, 0x7b, 0xbb, 0x7d, 0x3f, 0xdf, 0xdf,
0xd7, 0x75, 0x5d, 0xd7, 0xf5, 0xe1, 0x61, 0x3a,
0xde, 0xee, 0xff, 0x96, 0x2d, 0x92, 0x5e, 0x14,
0x4d, 0xd3, 0x76, 0xa5, 0x58, 0xb4, 0x4b, 0xaa,
0xbf, 0x7f, 0x76, 0x36, 0x93, 0x99, 0x9b, 0xfb,
0xfc, 0xec, 0x56, 0xa2, 0xff, 0xb9, 0xf6, 0x0b,
0xd9, 0xe5, 0x3d, 0x1c, 0x7d, 0xfc, 0xfa, 0x4e,
0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44,
0xae, 0x42, 0x60, 0x82};

View File

@@ -1,333 +0,0 @@
/* edit_cut.png - 807 bytes */
static const unsigned char edit_cut_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x0a, 0x1c, 0x16, 0x1d, 0x31, 0x68,
0x41, 0x64, 0x5e, 0x00, 0x00, 0x02, 0xb4, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0x85, 0x93, 0x5d,
0x48, 0x93, 0x51, 0x18, 0xc7, 0x9f, 0x73, 0xde,
0x77, 0xaf, 0xaf, 0xdb, 0xd4, 0x7d, 0xa5, 0xdb,
0x6c, 0xf8, 0x15, 0x68, 0x78, 0xd1, 0x55, 0x10,
0x74, 0x61, 0x94, 0x49, 0x57, 0x45, 0xde, 0x64,
0x22, 0x11, 0x68, 0x69, 0x96, 0x58, 0xa8, 0x69,
0x81, 0x90, 0x04, 0x95, 0xa5, 0x7d, 0x81, 0x88,
0x10, 0x94, 0x18, 0xe8, 0x10, 0xf4, 0x4a, 0x90,
0x24, 0xba, 0x0c, 0x02, 0xb5, 0x30, 0x6d, 0x33,
0x36, 0xf2, 0x63, 0xef, 0x36, 0x75, 0x9b, 0xee,
0x75, 0x5f, 0xef, 0x76, 0xce, 0xdb, 0x4d, 0xce,
0x61, 0x5a, 0xe7, 0xee, 0xfc, 0xff, 0x0f, 0x3f,
0xfe, 0xcf, 0xf3, 0x9c, 0x83, 0x20, 0xe5, 0x3c,
0xeb, 0x7d, 0x72, 0x0e, 0x00, 0xde, 0xf3, 0x3c,
0xef, 0x6d, 0xba, 0x79, 0xbb, 0x74, 0x8f, 0xd7,
0xcf, 0xb2, 0xec, 0xa5, 0x3b, 0xcd, 0xad, 0xba,
0x54, 0x1d, 0xa7, 0x5e, 0x18, 0x86, 0x19, 0xbb,
0xd5, 0xd8, 0xac, 0x8d, 0x46, 0xa3, 0xcb, 0x7d,
0xfd, 0xaf, 0x3b, 0x53, 0x3d, 0x05, 0xab, 0xb8,
0x70, 0xe6, 0x74, 0xb9, 0xe6, 0xc5, 0xab, 0x9e,
0x4f, 0x07, 0x02, 0x08, 0x21, 0xfc, 0x4f, 0x87,
0x1d, 0xd7, 0xd5, 0xd6, 0x57, 0x10, 0x42, 0x8e,
0xed, 0xe8, 0x4f, 0x7b, 0x1e, 0x97, 0x99, 0x73,
0xcd, 0xa6, 0xed, 0x90, 0x88, 0x28, 0xa5, 0x27,
0x0e, 0x04, 0x60, 0x8c, 0x43, 0x4b, 0x4b, 0xbf,
0x80, 0x4f, 0x4b, 0x43, 0xb1, 0x58, 0xac, 0x74,
0x27, 0x05, 0xcb, 0xb2, 0x53, 0x85, 0x85, 0x85,
0xe0, 0x71, 0x7b, 0x28, 0xa5, 0xd4, 0xf1, 0xaf,
0x04, 0x15, 0x36, 0x9b, 0x0d, 0x56, 0x5d, 0x2b,
0xa8, 0xae, 0xb6, 0xbe, 0x38, 0x91, 0x48, 0x9c,
0xea, 0x79, 0xde, 0x3d, 0x50, 0x52, 0x52, 0xa2,
0x40, 0x80, 0xc1, 0xe1, 0x74, 0x00, 0x00, 0x58,
0x0f, 0x04, 0xdc, 0x6d, 0xbd, 0xf7, 0x19, 0x63,
0xbc, 0xbc, 0xb8, 0x68, 0x07, 0x3e, 0x8d, 0x47,
0x92, 0x24, 0x1d, 0xd7, 0xeb, 0xf4, 0xd7, 0x64,
0x0a, 0xb0, 0xbe, 0xb1, 0x46, 0x01, 0x60, 0xa2,
0xad, 0xa5, 0xe3, 0xe1, 0x81, 0x00, 0x00, 0x00,
0x4a, 0x69, 0xe5, 0xc2, 0x8f, 0x05, 0x79, 0x6d,
0xcd, 0x03, 0x8d, 0x37, 0x9a, 0x54, 0xf1, 0x44,
0x1c, 0x89, 0x62, 0x10, 0xe6, 0xe6, 0xe6, 0x24,
0x00, 0xe8, 0xda, 0x5b, 0xff, 0x17, 0xa0, 0xad,
0xa5, 0x63, 0x1a, 0x63, 0x3c, 0x64, 0x5f, 0xb4,
0xd1, 0x60, 0x70, 0x0b, 0x6b, 0x34, 0x1a, 0x10,
0xdc, 0x82, 0x2c, 0xcb, 0xf2, 0xbb, 0xb6, 0x96,
0x8e, 0xe9, 0xff, 0x02, 0xfe, 0xa4, 0x98, 0x9a,
0x9d, 0x99, 0xc6, 0x4e, 0xa7, 0x03, 0xd2, 0x39,
0x1e, 0x32, 0xdf, 0x0e, 0x46, 0x10, 0x42, 0x6f,
0xf6, 0xab, 0x45, 0x7b, 0x85, 0x31, 0xa3, 0xb1,
0x97, 0x50, 0x7a, 0x3d, 0xbe, 0xb9, 0xa9, 0x26,
0xe5, 0x65, 0x32, 0x33, 0xf9, 0x11, 0x15, 0x18,
0x73, 0x40, 0x20, 0x74, 0x0b, 0x21, 0x34, 0x50,
0xe9, 0xf1, 0xb4, 0xef, 0x0b, 0x18, 0x33, 0x99,
0x3a, 0xe3, 0x7e, 0xff, 0x83, 0xa3, 0x26, 0x13,
0x24, 0x28, 0x45, 0xde, 0xad, 0x4d, 0xd9, 0x17,
0xde, 0x1e, 0x66, 0x65, 0x54, 0x55, 0x90, 0x9d,
0xc3, 0xf0, 0x1c, 0x47, 0x25, 0x59, 0x06, 0xe7,
0xfa, 0x3a, 0x28, 0xb2, 0xb2, 0xae, 0x56, 0xba,
0xdd, 0x43, 0xc9, 0x16, 0xc6, 0xcd, 0xe6, 0x1a,
0xc9, 0xe7, 0xeb, 0x2a, 0x36, 0x1a, 0xe9, 0xc2,
0xca, 0xca, 0x54, 0x30, 0x12, 0x96, 0x02, 0x41,
0x11, 0xd7, 0xc4, 0x69, 0x4d, 0x94, 0x23, 0x3a,
0x96, 0xc1, 0x34, 0x10, 0x12, 0x13, 0x8e, 0xd5,
0xd5, 0x0f, 0x47, 0xf4, 0x7a, 0x12, 0xf3, 0xf9,
0x06, 0xc7, 0xcd, 0xe6, 0xdd, 0x97, 0x3a, 0x6a,
0x30, 0x08, 0xf3, 0x45, 0x45, 0x64, 0x84, 0x61,
0xee, 0x03, 0x00, 0xcc, 0x58, 0x2c, 0x21, 0xab,
0x52, 0x99, 0xd8, 0xf1, 0x47, 0x18, 0x86, 0x7c,
0xc9, 0x35, 0x07, 0x01, 0x00, 0x86, 0x31, 0x6e,
0xff, 0x96, 0x9f, 0x4f, 0x46, 0x0d, 0x06, 0x61,
0x77, 0x88, 0xb1, 0x98, 0x5e, 0x92, 0x24, 0x52,
0x45, 0xc8, 0xa3, 0x09, 0x95, 0xea, 0xa5, 0x82,
0x65, 0x79, 0x84, 0xb1, 0x3d, 0x39, 0x69, 0x8e,
0x9b, 0x51, 0xf3, 0xe9, 0xaa, 0xc9, 0x8c, 0x8c,
0xbe, 0xcb, 0x94, 0x76, 0x83, 0x2c, 0x53, 0x20,
0xc4, 0xb0, 0x0b, 0xe0, 0x38, 0x41, 0xad, 0x54,
0x32, 0x5f, 0xf3, 0xf2, 0x62, 0x26, 0x9d, 0xae,
0x69, 0x5e, 0x10, 0xbc, 0x8a, 0xcc, 0xcc, 0x2b,
0xc9, 0x8f, 0xa4, 0xd5, 0x36, 0x7c, 0x77, 0xb9,
0x36, 0x0e, 0x1f, 0x3a, 0xd4, 0x30, 0x6b, 0xb1,
0xc4, 0x08, 0xa5, 0x18, 0x30, 0x0e, 0x00, 0x00,
0x30, 0x00, 0x00, 0xd5, 0x5a, 0xad, 0xcf, 0xe5,
0xf7, 0x9f, 0xf4, 0x4b, 0x12, 0x1b, 0x00, 0x90,
0x39, 0xb5, 0xfa, 0xec, 0x45, 0x41, 0x48, 0xee,
0xdc, 0x2a, 0x8a, 0xee, 0xea, 0xec, 0x6c, 0x8f,
0x37, 0x10, 0xc8, 0xf1, 0x87, 0xc3, 0x1a, 0x5f,
0x24, 0xe2, 0x53, 0xa8, 0x54, 0xe7, 0xad, 0xa2,
0xe8, 0xfe, 0x0d, 0xa0, 0xf3, 0x3a, 0x07, 0xdc,
0x34, 0xc1, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x49,
0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};
/* edit_cut.png - 1800 bytes */
static const unsigned char edit_cut_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x1c, 0x20, 0x00,
0x00, 0x1c, 0x20, 0x01, 0xcd, 0x0f, 0x9b, 0x9e,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x06,
0x93, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xdd,
0x56, 0x5b, 0x48, 0x54, 0x5b, 0x18, 0xfe, 0xd7,
0xde, 0x6b, 0xcf, 0xac, 0x49, 0xad, 0xd4, 0x99,
0xcc, 0x66, 0x1c, 0x27, 0xe8, 0x32, 0x51, 0x99,
0x15, 0x35, 0x26, 0x1a, 0x95, 0x16, 0x15, 0x3d,
0x44, 0x20, 0x45, 0x44, 0xbd, 0x04, 0x49, 0x76,
0x91, 0x1e, 0x2a, 0x28, 0x0a, 0x83, 0xa0, 0x1b,
0x64, 0x44, 0x10, 0x15, 0x3d, 0x44, 0x84, 0x97,
0x30, 0x33, 0xa2, 0xc2, 0x92, 0xec, 0x82, 0xd9,
0x43, 0x16, 0xd9, 0x4d, 0x4a, 0xcc, 0xb4, 0xa9,
0xa6, 0xd1, 0xc6, 0xb9, 0xed, 0xd9, 0xb7, 0x75,
0x1e, 0x56, 0xeb, 0x98, 0x9e, 0xe3, 0xc9, 0xcc,
0xf3, 0x70, 0xce, 0xff, 0xb2, 0x58, 0x7b, 0xad,
0xff, 0xfb, 0xff, 0xef, 0xfb, 0xff, 0xb5, 0xd7,
0x02, 0xf8, 0x8f, 0x1b, 0x1a, 0xec, 0xc6, 0xe3,
0xc7, 0x4f, 0x9c, 0x38, 0x76, 0xac, 0xa1, 0xc1,
0x30, 0x0c, 0xc3, 0x30, 0xb2, 0xb2, 0x54, 0x55,
0x55, 0x55, 0x35, 0x37, 0x77, 0xf7, 0xee, 0x9d,
0x3b, 0xf7, 0xec, 0x79, 0xf0, 0xe0, 0x57, 0x03,
0x1f, 0x3a, 0x74, 0xe4, 0xc8, 0xc1, 0x83, 0xc5,
0xc5, 0x1c, 0x9d, 0x10, 0x42, 0x2c, 0x96, 0xce,
0xce, 0xe2, 0xe2, 0x6d, 0xdb, 0x76, 0xec, 0x70,
0x38, 0x06, 0x8b, 0x23, 0x0c, 0x36, 0x90, 0x20,
0x08, 0x82, 0x20, 0x78, 0x3c, 0x73, 0xe6, 0xcc,
0x99, 0xe3, 0xf1, 0x00, 0x58, 0xad, 0xc9, 0xc9,
0x56, 0x6b, 0x6d, 0xed, 0x50, 0x95, 0x23, 0x84,
0x10, 0x42, 0x8e, 0x1e, 0x5d, 0xbe, 0x7c, 0xd9,
0xb2, 0x15, 0x2b, 0x00, 0x18, 0xbe, 0xdd, 0xce,
0xe2, 0x5d, 0xb9, 0x32, 0x6c, 0x04, 0xe2, 0xe2,
0xe2, 0xe2, 0xe2, 0xe2, 0x36, 0x6f, 0x5e, 0xb2,
0x64, 0xf1, 0xe2, 0xa5, 0x4b, 0x11, 0x72, 0xb9,
0x9c, 0xce, 0xf1, 0xe3, 0x01, 0x44, 0x51, 0x10,
0x44, 0x91, 0x90, 0xb3, 0x67, 0xcf, 0x9d, 0x3b,
0x7d, 0xba, 0xa4, 0x64, 0xb0, 0x01, 0x4f, 0x9e,
0x3c, 0x75, 0xaa, 0xb4, 0xb4, 0xac, 0xcc, 0x6e,
0x1f, 0x37, 0xce, 0x6e, 0xc7, 0x38, 0x31, 0x71,
0xf4, 0xe8, 0xa4, 0x24, 0x80, 0xf9, 0xf3, 0x73,
0x73, 0x17, 0x2c, 0x00, 0x18, 0x3b, 0x36, 0x25,
0x65, 0xec, 0xd8, 0xe9, 0xd3, 0x87, 0x8d, 0x80,
0xa6, 0x69, 0x9a, 0xa6, 0xd9, 0xed, 0x56, 0x6b,
0x72, 0xb2, 0xcd, 0xd6, 0xfb, 0x3d, 0x37, 0x77,
0xfe, 0xfc, 0x05, 0x0b, 0xf8, 0x6c, 0xcf, 0x9e,
0x9f, 0xe1, 0x30, 0x65, 0xd3, 0xd3, 0x63, 0xb1,
0x58, 0x2c, 0x16, 0x5b, 0xbd, 0x3a, 0x2b, 0xcb,
0xe3, 0xc9, 0xce, 0x06, 0xd0, 0x75, 0x5d, 0xd7,
0x75, 0x5e, 0x11, 0x80, 0x70, 0x38, 0x12, 0x09,
0x87, 0xd3, 0xd2, 0x86, 0x8d, 0x00, 0x0b, 0xd8,
0xd2, 0x52, 0x53, 0x73, 0xed, 0xda, 0x95, 0x2b,
0x86, 0x61, 0x32, 0x99, 0x4c, 0x26, 0x13, 0x80,
0x24, 0x61, 0x2c, 0x49, 0x00, 0x29, 0x29, 0x29,
0x29, 0xa9, 0xa9, 0xa2, 0x78, 0xf1, 0xe2, 0xa5,
0x4b, 0x17, 0x2e, 0xd4, 0xd5, 0x0d, 0x84, 0x93,
0x90, 0x90, 0x90, 0x90, 0x90, 0x50, 0x5d, 0x3d,
0x6f, 0x5e, 0x56, 0x56, 0x76, 0x36, 0x13, 0x46,
0xd7, 0x79, 0xeb, 0x00, 0xdc, 0xbd, 0x5b, 0x5f,
0x7f, 0xe7, 0x0e, 0x40, 0x30, 0x18, 0x0c, 0x06,
0x83, 0xbb, 0x76, 0x0d, 0x1b, 0x01, 0x66, 0x2b,
0x57, 0xfa, 0x7c, 0x5f, 0xbf, 0xfa, 0x7c, 0x08,
0xc9, 0xb2, 0x2c, 0x47, 0xa3, 0x00, 0x94, 0x52,
0x4a, 0x29, 0x40, 0x46, 0xc6, 0xf4, 0xe9, 0x33,
0x66, 0x00, 0x84, 0x42, 0xa1, 0x50, 0x30, 0xb8,
0x70, 0xe1, 0xdf, 0x2b, 0x9f, 0x93, 0xc3, 0x94,
0xce, 0xcc, 0x74, 0x38, 0xec, 0x76, 0xa7, 0xb3,
0xd7, 0xff, 0xf3, 0xe7, 0x2f, 0x5f, 0x3e, 0x7f,
0x66, 0x42, 0x29, 0xca, 0xb7, 0x6f, 0xec, 0xa7,
0x50, 0x5a, 0x3a, 0x6c, 0x04, 0x18, 0xe0, 0xfb,
0xf7, 0x6c, 0x76, 0xfe, 0x7c, 0x75, 0x75, 0x4d,
0x4d, 0x55, 0x15, 0xa5, 0xec, 0x6c, 0xf4, 0x26,
0x32, 0x73, 0xe6, 0x8c, 0x19, 0xb3, 0x67, 0x03,
0x54, 0x54, 0x54, 0x56, 0x96, 0x95, 0xbd, 0x79,
0xc3, 0xfd, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3,
0xaf, 0x5f, 0x5f, 0xb4, 0x68, 0xe1, 0xc2, 0xfc,
0x7c, 0xde, 0x92, 0x00, 0x18, 0x63, 0x8c, 0x31,
0x40, 0x7d, 0xfd, 0xbd, 0x7b, 0x75, 0x75, 0x00,
0xd1, 0x68, 0x34, 0x1a, 0x89, 0x64, 0x66, 0x0e,
0x36, 0xf1, 0x5f, 0xac, 0x00, 0x27, 0xb2, 0x71,
0xa3, 0x2c, 0xcb, 0xb2, 0x2c, 0x07, 0x02, 0xaf,
0x5e, 0xbd, 0x7e, 0xfd, 0xe2, 0x05, 0xa5, 0x08,
0x21, 0x84, 0x10, 0x80, 0xd5, 0x6a, 0xb5, 0xda,
0x6c, 0xac, 0x05, 0x7a, 0x7a, 0x26, 0x4d, 0x3a,
0x77, 0xee, 0xfc, 0xf9, 0x33, 0x67, 0x4a, 0x4b,
0x47, 0x8f, 0x1e, 0x35, 0x2a, 0x31, 0x71, 0xe4,
0x48, 0x42, 0xcc, 0x66, 0x8b, 0xa5, 0x97, 0x70,
0x53, 0xd3, 0xd3, 0xa7, 0x4f, 0x9e, 0x00, 0x98,
0xcd, 0x66, 0xb3, 0xd9, 0x5c, 0x5e, 0xde, 0x57,
0xa8, 0x7f, 0x81, 0x40, 0x5f, 0x2b, 0x2c, 0x7c,
0xf4, 0xa8, 0xb1, 0xb1, 0xa1, 0x01, 0xa1, 0x11,
0x23, 0x46, 0x8c, 0xf8, 0x31, 0xb1, 0x79, 0xf3,
0xb2, 0xb2, 0x72, 0x72, 0x78, 0xcf, 0x6f, 0xdf,
0x9e, 0x96, 0xe6, 0x74, 0xa6, 0xa7, 0xf7, 0xae,
0x0b, 0x82, 0x20, 0x20, 0x04, 0xd0, 0xd1, 0xd1,
0xd9, 0xd9, 0xde, 0xae, 0x28, 0x5b, 0xb7, 0x16,
0x15, 0x15, 0x17, 0xaf, 0x59, 0x33, 0xb4, 0x3c,
0x86, 0x40, 0x80, 0x29, 0x55, 0x5e, 0xce, 0x2e,
0xb4, 0xfa, 0xfa, 0xfb, 0xf7, 0x1f, 0x3c, 0xb8,
0x77, 0xcf, 0x30, 0x44, 0x51, 0x14, 0x45, 0x11,
0x40, 0x92, 0x24, 0x49, 0x92, 0x98, 0xb2, 0x84,
0x00, 0xe8, 0x3a, 0x6b, 0x19, 0x5e, 0xa9, 0x5b,
0xb7, 0x6a, 0x6b, 0x6f, 0xde, 0xe4, 0x87, 0x35,
0x2f, 0x6f, 0xa8, 0x89, 0xff, 0x66, 0x05, 0xb8,
0x6d, 0xd8, 0xf0, 0xee, 0x5d, 0x6b, 0xeb, 0xdb,
0xb7, 0x94, 0x02, 0x20, 0x44, 0x69, 0xaf, 0xd2,
0x6e, 0xf7, 0xa4, 0x49, 0x53, 0xa6, 0x00, 0x84,
0xc3, 0xe1, 0x70, 0x28, 0x04, 0xd0, 0xda, 0xda,
0xd6, 0xd6, 0xda, 0x0a, 0x80, 0xb1, 0x28, 0x8a,
0xe2, 0xcb, 0x97, 0x43, 0xbd, 0xc1, 0xfb, 0x9b,
0x38, 0x54, 0xc7, 0xdb, 0xb7, 0x6b, 0x6b, 0xeb,
0xea, 0x02, 0x81, 0xbc, 0xbc, 0xfc, 0xfc, 0x45,
0x8b, 0x2c, 0x96, 0x4f, 0x9f, 0x5a, 0x5a, 0x5a,
0x5a, 0x72, 0x72, 0xdc, 0xee, 0x8c, 0x8c, 0xcc,
0x4c, 0x00, 0xf6, 0xd4, 0x00, 0x50, 0x14, 0x45,
0x51, 0x14, 0x00, 0xbf, 0xff, 0xd5, 0xab, 0x97,
0x2f, 0x01, 0xd6, 0xaf, 0x2f, 0x2c, 0x2c, 0x2a,
0x1a, 0x33, 0xe6, 0x77, 0x13, 0x1f, 0xa6, 0x0a,
0x00, 0xb8, 0xdd, 0x7b, 0xf7, 0x96, 0x94, 0x28,
0x4a, 0x2c, 0xd6, 0xd6, 0xd6, 0xd6, 0x06, 0xd0,
0xdc, 0xfc, 0xec, 0x59, 0x53, 0x13, 0x80, 0xdb,
0xed, 0x76, 0xbb, 0xdd, 0x08, 0x45, 0xa3, 0xc1,
0x60, 0x30, 0x08, 0xe0, 0xf3, 0xb5, 0xb4, 0xbc,
0x79, 0x03, 0x50, 0x5d, 0x6d, 0x32, 0x99, 0x4c,
0x83, 0xbf, 0xb9, 0x7f, 0x66, 0x83, 0x7e, 0xcc,
0x5d, 0xbc, 0x08, 0x00, 0xe0, 0x72, 0x8d, 0x1a,
0x45, 0x08, 0x21, 0x25, 0x25, 0x82, 0x80, 0x10,
0x42, 0x05, 0x05, 0xb1, 0x98, 0xa6, 0x69, 0x1a,
0x21, 0xd3, 0xa6, 0x4d, 0x9b, 0x36, 0x75, 0x2a,
0x42, 0x7e, 0xbf, 0xc5, 0x62, 0xb1, 0x00, 0x7c,
0xf8, 0xd0, 0xd8, 0xf8, 0xf8, 0x31, 0x40, 0x5a,
0x9a, 0xc7, 0x33, 0x77, 0x2e, 0x40, 0x72, 0x72,
0x34, 0x1a, 0x8d, 0x02, 0x34, 0x37, 0x37, 0x37,
0xbf, 0x78, 0x41, 0xa9, 0xd9, 0x8c, 0x31, 0xc6,
0xb2, 0x6c, 0x18, 0x94, 0x52, 0x5a, 0x59, 0x19,
0x08, 0xc8, 0xb2, 0x2c, 0xef, 0xdf, 0xbf, 0x6e,
0x1d, 0x00, 0x40, 0x5b, 0xdb, 0xb0, 0x11, 0x60,
0x8a, 0x15, 0x16, 0x4a, 0x92, 0x28, 0x8a, 0xe2,
0xbe, 0x7d, 0xe9, 0xe9, 0x89, 0x89, 0x89, 0x89,
0xa9, 0xa9, 0x84, 0xb0, 0xc3, 0x2a, 0x49, 0xec,
0x26, 0xe5, 0xd6, 0xd8, 0xd8, 0xde, 0xde, 0xde,
0x4e, 0xe9, 0x77, 0xf8, 0xef, 0xf8, 0x94, 0x7a,
0x3c, 0x4e, 0xa7, 0xd3, 0x89, 0xfe, 0x8c, 0xa7,
0xaa, 0x86, 0x61, 0x18, 0x00, 0xb2, 0xcc, 0x5a,
0xed, 0xfd, 0xfb, 0xee, 0xee, 0xee, 0x6e, 0xaf,
0x57, 0x55, 0x75, 0x5d, 0xd7, 0x0f, 0x1c, 0x58,
0xb9, 0x52, 0x51, 0x14, 0xe5, 0xf4, 0xe9, 0x9f,
0xe5, 0x37, 0x60, 0x0b, 0x55, 0x55, 0x39, 0x1c,
0x76, 0x7b, 0x7e, 0xbe, 0xae, 0x53, 0x4a, 0xe9,
0xae, 0x5d, 0x93, 0x27, 0xdb, 0x6c, 0x36, 0x5b,
0x6a, 0xea, 0xb7, 0x6f, 0xd1, 0x68, 0x34, 0xea,
0xf7, 0x37, 0x37, 0x7b, 0xbd, 0x5e, 0x6f, 0x77,
0xb7, 0xdf, 0x1f, 0x89, 0x44, 0x22, 0x00, 0x5f,
0xbe, 0x84, 0x42, 0xa1, 0x10, 0x80, 0xa2, 0xe8,
0xba, 0xae, 0x1f, 0x3e, 0x8c, 0x71, 0x41, 0xc1,
0xaa, 0x55, 0x67, 0xce, 0xf0, 0x39, 0x5f, 0xe7,
0xfb, 0xb9, 0x3f, 0xc7, 0xe3, 0xf8, 0x3c, 0x1e,
0x8f, 0x3f, 0x64, 0x02, 0x00, 0x91, 0x48, 0x24,
0xb2, 0x71, 0x63, 0x76, 0xb6, 0xcb, 0xe5, 0x72,
0xb9, 0x5c, 0x7e, 0x7f, 0x38, 0x1c, 0x0e, 0xf3,
0x44, 0x2b, 0x2a, 0x58, 0x62, 0xa7, 0x4e, 0x59,
0x2c, 0xac, 0x12, 0x1f, 0x3f, 0xf6, 0xf4, 0xf4,
0xf4, 0x00, 0x18, 0x06, 0x00, 0xc0, 0xd3, 0xa7,
0xab, 0x56, 0x95, 0x95, 0x55, 0x56, 0x6e, 0xda,
0xc4, 0xb0, 0x9a, 0x9a, 0xf8, 0x3a, 0xdf, 0xcf,
0xfd, 0x39, 0x1e, 0xc7, 0xe7, 0xf1, 0x78, 0xfc,
0xdf, 0x20, 0xa0, 0xaa, 0xaa, 0x3a, 0x61, 0x02,
0x21, 0xec, 0xca, 0x0f, 0x87, 0x15, 0x45, 0x51,
0x34, 0xcd, 0xe7, 0xd3, 0x75, 0x5d, 0xaf, 0xa9,
0x61, 0x3d, 0xbc, 0x69, 0x53, 0x5c, 0x1c, 0x7b,
0xdc, 0xb1, 0x33, 0xd1, 0xd9, 0xb9, 0x7e, 0x3d,
0x00, 0xc0, 0xb5, 0x6b, 0x0c, 0x83, 0x10, 0xd6,
0xd3, 0x57, 0xaf, 0xf2, 0x75, 0xbe, 0x9f, 0xfb,
0x73, 0x3c, 0x8e, 0xcf, 0xe3, 0x51, 0xaa, 0x28,
0x8a, 0x32, 0x71, 0x62, 0xdf, 0x56, 0xfc, 0xab,
0xe1, 0x01, 0x78, 0x09, 0x08, 0xa9, 0xaa, 0xa6,
0x39, 0x1c, 0x3d, 0x3d, 0xb2, 0x2c, 0xcb, 0x00,
0x23, 0x47, 0xb2, 0xe7, 0x6e, 0x46, 0x06, 0xc6,
0x18, 0xdf, 0xb8, 0xe1, 0x70, 0x24, 0x25, 0x25,
0x25, 0x31, 0x6d, 0x3f, 0x7e, 0xf4, 0xf9, 0xda,
0xdb, 0x35, 0x4d, 0xd3, 0x2a, 0x2a, 0x98, 0xbf,
0xdd, 0xce, 0x7b, 0x9f, 0x23, 0xb2, 0xf5, 0xf2,
0x72, 0x00, 0xaf, 0xd7, 0xeb, 0x5d, 0xb7, 0x6e,
0xd6, 0x2c, 0x87, 0xc3, 0xe1, 0x18, 0x33, 0xa6,
0xa3, 0xa3, 0xab, 0xab, 0xab, 0xeb, 0xc6, 0x0d,
0x49, 0xc2, 0x18, 0x63, 0x4d, 0xe3, 0xf1, 0x04,
0x41, 0xd3, 0x74, 0x9d, 0xe3, 0x10, 0xc2, 0x45,
0x65, 0xa3, 0xae, 0x73, 0xfc, 0x7e, 0x15, 0xe0,
0x4c, 0x05, 0xc1, 0x64, 0xc2, 0x18, 0xe3, 0x0b,
0x17, 0x3a, 0x3a, 0x02, 0x81, 0x40, 0x00, 0x20,
0x3e, 0x5e, 0x92, 0x24, 0x09, 0x63, 0x8b, 0xc5,
0x6c, 0x36, 0x9b, 0x01, 0x9e, 0x3f, 0xf7, 0x7a,
0xbd, 0x5e, 0x80, 0xae, 0x2e, 0x4a, 0x29, 0x7d,
0xf8, 0x70, 0xcb, 0x16, 0x4d, 0xd3, 0xb4, 0xca,
0x4a, 0xe6, 0x9f, 0x94, 0xd4, 0x77, 0xb4, 0xd9,
0x8a, 0x8a, 0x34, 0x4d, 0xd3, 0x2e, 0x5f, 0xfe,
0xfa, 0x95, 0x52, 0x4a, 0x1b, 0x1a, 0xb8, 0x3f,
0xc7, 0xe3, 0xf8, 0x3c, 0x9e, 0x61, 0x60, 0x8c,
0x71, 0x59, 0x19, 0xf3, 0x37, 0x9b, 0xd9, 0x28,
0x8a, 0xfd, 0x2b, 0x32, 0x40, 0x69, 0xf8, 0x46,
0x8c, 0x2f, 0x5f, 0x26, 0x84, 0x90, 0x9d, 0x3b,
0x05, 0x81, 0x52, 0x4a, 0xf3, 0xf2, 0xd8, 0x6f,
0x0f, 0x21, 0xaf, 0x97, 0x52, 0x4a, 0x6f, 0xdf,
0xde, 0xba, 0x55, 0x55, 0x55, 0xb5, 0xaa, 0xaa,
0xaf, 0x1f, 0x3b, 0x09, 0x3f, 0x14, 0xba, 0x5f,
0xa5, 0x35, 0xed, 0xf8, 0x71, 0x8c, 0x31, 0x2e,
0x28, 0x18, 0x37, 0x4e, 0x10, 0x04, 0x21, 0x2f,
0x0f, 0x63, 0x84, 0x10, 0xd2, 0xf5, 0x58, 0x0c,
0x21, 0x84, 0xee, 0xde, 0x5d, 0xbb, 0x56, 0x96,
0x65, 0xf9, 0xd8, 0x31, 0xbe, 0x7f, 0xa0, 0x0a,
0xfc, 0xe4, 0x37, 0xca, 0x99, 0xf6, 0x56, 0xa6,
0xef, 0xc8, 0x13, 0x93, 0xa4, 0x7f, 0xee, 0x55,
0xbe, 0x9f, 0xaf, 0x73, 0x82, 0x3c, 0x31, 0x9e,
0x50, 0xff, 0x39, 0x37, 0xde, 0x8a, 0xfd, 0x85,
0xf9, 0x1f, 0xd8, 0x1f, 0x0f, 0x81, 0xaf, 0x1e,
0x56, 0x80, 0xb3, 0xac, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};

View File

@@ -1,339 +0,0 @@
/* edit_delete.png - 680 bytes */
static const unsigned char edit_delete_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x8d, 0x00, 0x8e, 0x00, 0x8b, 0x21,
0xf4, 0xa3, 0x7e, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd6, 0x06, 0x13, 0x0f, 0x1d, 0x09, 0x48,
0xb3, 0xcb, 0xc6, 0x00, 0x00, 0x00, 0x0f, 0x74,
0x45, 0x58, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65,
0x6e, 0x74, 0x00, 0x69, 0x64, 0x20, 0x6c, 0x6f,
0x67, 0x6f, 0x86, 0xc6, 0x77, 0xb9, 0x00, 0x00,
0x02, 0x1a, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb,
0xa5, 0x90, 0xbf, 0x4f, 0x13, 0x71, 0x18, 0xc6,
0x9f, 0xfb, 0xa5, 0x77, 0x2d, 0xb4, 0xa5, 0xd7,
0xd6, 0x5a, 0x2a, 0x14, 0xa2, 0x0c, 0xb4, 0x0e,
0x6e, 0x6e, 0x50, 0x28, 0x83, 0xec, 0x9a, 0x38,
0x69, 0x6a, 0x7f, 0x80, 0x11, 0x4d, 0x4d, 0xdc,
0x1a, 0xe9, 0x60, 0x52, 0x07, 0x93, 0x42, 0xd4,
0x34, 0xc5, 0x46, 0x05, 0x37, 0x27, 0x75, 0x31,
0x31, 0xb6, 0x16, 0xf9, 0x03, 0x64, 0x30, 0xba,
0xb5, 0x8b, 0xa9, 0x18, 0x13, 0x38, 0xae, 0x72,
0x57, 0xee, 0x7a, 0x77, 0x0e, 0x72, 0x17, 0x43,
0x89, 0x51, 0x7c, 0xa7, 0xf7, 0xfb, 0xe6, 0x79,
0x3e, 0xef, 0xfb, 0x7c, 0x09, 0xec, 0xd5, 0xe2,
0xfd, 0xc2, 0x3b, 0x59, 0x96, 0xc6, 0xf1, 0x17,
0xc5, 0x71, 0xb6, 0xda, 0x8d, 0xb9, 0x4c, 0x14,
0x00, 0x68, 0x73, 0x28, 0xcb, 0xd2, 0xf8, 0x6c,
0xfa, 0x1a, 0x14, 0x45, 0xb1, 0x84, 0x86, 0x61,
0x74, 0x99, 0x0d, 0xc3, 0xc0, 0x93, 0xe5, 0xb2,
0xb5, 0x88, 0x0e, 0x4d, 0xe7, 0xe7, 0x01, 0xe4,
0x00, 0x1d, 0x92, 0x24, 0x41, 0x10, 0x84, 0x2e,
0xa3, 0xf9, 0x66, 0x18, 0x06, 0x24, 0x49, 0x02,
0x00, 0x42, 0xd3, 0x79, 0x03, 0x40, 0x8e, 0x06,
0x90, 0xcb, 0x66, 0x2e, 0xa0, 0xbe, 0xba, 0x04,
0x51, 0x14, 0xd1, 0x6c, 0x36, 0x0f, 0x34, 0x03,
0x00, 0x45, 0x51, 0x20, 0x08, 0x02, 0xa2, 0x28,
0x22, 0x9b, 0x49, 0xe1, 0x4e, 0xe1, 0x79, 0xce,
0x8a, 0xf0, 0xb1, 0xd1, 0x82, 0x20, 0x08, 0x68,
0x34, 0x1a, 0x7f, 0x8c, 0x60, 0x6a, 0x87, 0xc7,
0xf6, 0x22, 0x98, 0xc3, 0xba, 0x1c, 0x44, 0xfc,
0x6e, 0xa5, 0x4b, 0x4c, 0x10, 0x07, 0x21, 0x82,
0x56, 0x67, 0x01, 0x22, 0x67, 0x63, 0x38, 0x4c,
0x59, 0x80, 0xd8, 0x19, 0xfe, 0xff, 0x00, 0x9f,
0xbe, 0x88, 0xff, 0x64, 0x1c, 0x0d, 0x3a, 0x7e,
0x45, 0x0c, 0x9d, 0xcb, 0xd7, 0x40, 0x60, 0xec,
0x50, 0xeb, 0x0d, 0xac, 0x5a, 0x5f, 0x34, 0x77,
0xfd, 0xaa, 0x71, 0xf9, 0x52, 0x5c, 0x7d, 0x54,
0x2e, 0x29, 0x93, 0x93, 0x53, 0xcc, 0xda, 0xda,
0x7b, 0x26, 0x1a, 0x9d, 0xd0, 0xaa, 0xd5, 0x0a,
0x19, 0x8b, 0x4d, 0x69, 0xb5, 0x5a, 0x95, 0x9a,
0x88, 0xc6, 0xf4, 0xb7, 0x95, 0x37, 0xe4, 0xe2,
0xc2, 0x03, 0xaa, 0x2b, 0x02, 0xcb, 0xb2, 0xaa,
0xda, 0x51, 0xb7, 0x79, 0xaf, 0x47, 0x6b, 0xb5,
0x7e, 0x10, 0x43, 0xa1, 0xe1, 0x5e, 0x5d, 0x37,
0xe4, 0xc1, 0xc1, 0x21, 0x5a, 0xd3, 0x74, 0xc9,
0xe1, 0x70, 0xf8, 0x69, 0x86, 0xd9, 0xe4, 0x38,
0x9b, 0xed, 0xf7, 0x23, 0x48, 0xb3, 0xe1, 0x79,
0x7e, 0x87, 0x24, 0xc9, 0xd7, 0x36, 0x9b, 0x0d,
0x23, 0xa7, 0x46, 0x20, 0xed, 0xee, 0x28, 0x03,
0x03, 0x27, 0x74, 0x97, 0xcb, 0x29, 0xbb, 0xfb,
0xdc, 0x6d, 0x00, 0x88, 0x84, 0xc3, 0x47, 0xbd,
0x5e, 0xaf, 0xda, 0x05, 0x28, 0x2c, 0xdc, 0x2b,
0x01, 0xd0, 0x22, 0xe1, 0xd3, 0x17, 0x7d, 0x1e,
0xdf, 0xb1, 0x8d, 0x6f, 0x5f, 0x7d, 0x00, 0x64,
0x9e, 0xf7, 0x90, 0x24, 0x49, 0xd4, 0x7b, 0x1d,
0x3d, 0x9d, 0xfe, 0xfe, 0x20, 0x58, 0x96, 0xd3,
0xed, 0x76, 0xbb, 0x54, 0x2c, 0x3e, 0x4c, 0xef,
0xbf, 0x20, 0x71, 0x33, 0x73, 0x8b, 0x5f, 0x5e,
0x79, 0xac, 0x03, 0xf8, 0xbc, 0xb5, 0xb5, 0x29,
0xf0, 0x6e, 0xde, 0xef, 0x72, 0x3a, 0xe9, 0x5d,
0xa5, 0xcd, 0xac, 0xaf, 0x7f, 0x38, 0x09, 0x00,
0x2b, 0xcf, 0x9e, 0x3a, 0xd3, 0xa9, 0xd9, 0xb6,
0xda, 0x51, 0xce, 0xef, 0x07, 0x94, 0x4b, 0x4b,
0x45, 0xf8, 0xfd, 0xc7, 0x8f, 0x24, 0x13, 0xe9,
0xd1, 0x64, 0x22, 0xdd, 0xa7, 0x28, 0x0a, 0x5e,
0xbe, 0x7a, 0xd1, 0x43, 0x51, 0x74, 0xe0, 0x4a,
0x3c, 0x49, 0xa4, 0x92, 0x33, 0x44, 0x20, 0x10,
0x98, 0xb9, 0x3d, 0x9f, 0xfd, 0xce, 0xb2, 0xdc,
0x86, 0x09, 0xf8, 0x09, 0xe4, 0xcc, 0xc3, 0x08,
0xa5, 0xf7, 0x2c, 0x65, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
/* edit_delete.png - 1974 bytes */
static const unsigned char edit_delete_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x07,
0x1d, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xd5,
0x57, 0x5b, 0x6c, 0x1b, 0x45, 0x14, 0xbd, 0xfb,
0x74, 0xd6, 0x8e, 0x1f, 0xb1, 0x9d, 0x87, 0xdd,
0x92, 0x6c, 0x1c, 0x6c, 0x13, 0xda, 0x12, 0xb5,
0xc2, 0x90, 0xa2, 0x44, 0x46, 0x6a, 0xe9, 0x07,
0x20, 0xa0, 0x20, 0x0a, 0x02, 0xc1, 0x07, 0x08,
0x02, 0x12, 0x7c, 0x20, 0x95, 0x47, 0xc5, 0xab,
0x08, 0xaa, 0x56, 0xfc, 0x54, 0xa8, 0x52, 0x45,
0x29, 0x42, 0xe2, 0x07, 0xd1, 0x26, 0x4a, 0x0b,
0x12, 0x01, 0x84, 0x50, 0x88, 0x1c, 0xa7, 0x02,
0x82, 0x84, 0xab, 0x52, 0xa2, 0xa6, 0xf1, 0x5a,
0x89, 0xb1, 0x63, 0xa7, 0x8e, 0x9d, 0xdd, 0xc4,
0xeb, 0xf5, 0x7a, 0x67, 0xf9, 0x18, 0x2d, 0x4e,
0x93, 0x9a, 0x24, 0x02, 0xf1, 0x38, 0x3f, 0x57,
0x77, 0xe6, 0xee, 0xec, 0x39, 0x73, 0xf7, 0xce,
0xdc, 0x05, 0xf8, 0x9f, 0x83, 0x58, 0x2b, 0xe0,
0xbd, 0xf7, 0x8e, 0x1d, 0x3b, 0x7a, 0x74, 0x78,
0x58, 0x96, 0x65, 0xb9, 0x58, 0xbc, 0xfd, 0xf6,
0x7f, 0x8a, 0x18, 0x45, 0x91, 0x24, 0x49, 0x7e,
0xf0, 0xc1, 0x8b, 0x2f, 0xee, 0xdf, 0x7f, 0xe0,
0x40, 0x5f, 0x5f, 0xad, 0x38, 0x7a, 0xad, 0x85,
0x0c, 0xe2, 0xcf, 0x3e, 0xdb, 0xd7, 0xf7, 0xdc,
0x73, 0x00, 0xe5, 0x72, 0xb9, 0x5c, 0x2e, 0xaf,
0x8e, 0xd3, 0x75, 0x5d, 0xd7, 0xf5, 0xb5, 0x89,
0xad, 0x8c, 0x23, 0x08, 0x82, 0x20, 0x96, 0x6d,
0x23, 0xc3, 0x30, 0x0c, 0xc3, 0x00, 0x9c, 0x38,
0x71, 0xf2, 0xe4, 0xf1, 0xe3, 0x4f, 0x3f, 0x8d,
0x47, 0xd7, 0x21, 0x80, 0xe7, 0xef, 0xbc, 0xf3,
0xf0, 0xe1, 0x37, 0xdf, 0xc4, 0xde, 0xc1, 0x83,
0xcb, 0x83, 0x10, 0x02, 0x28, 0x16, 0x8b, 0xc5,
0x62, 0x11, 0xa0, 0x50, 0x28, 0x14, 0x0a, 0x85,
0xb5, 0x09, 0xaf, 0x9c, 0x37, 0x88, 0x91, 0x24,
0x49, 0x92, 0x64, 0xed, 0x38, 0x87, 0xc3, 0xe1,
0x70, 0x38, 0xaa, 0x3e, 0xe6, 0xb5, 0xf2, 0x4d,
0x07, 0x0f, 0x26, 0x12, 0x43, 0x43, 0x07, 0x0e,
0xbc, 0xf5, 0x16, 0xbd, 0x72, 0xe2, 0xb5, 0xd7,
0x5e, 0x78, 0x61, 0xdf, 0x3e, 0x80, 0x8b, 0x17,
0x93, 0x49, 0x51, 0x04, 0x10, 0xc5, 0xa9, 0xa9,
0x4f, 0x3f, 0x05, 0x10, 0x45, 0x51, 0x14, 0x45,
0x80, 0x54, 0x2a, 0x95, 0x4a, 0xa5, 0xd6, 0x4f,
0xdc, 0x00, 0x45, 0x51, 0x14, 0x45, 0x55, 0x77,
0x9c, 0xe3, 0x38, 0x8e, 0xe3, 0x56, 0xc7, 0x21,
0x84, 0x10, 0x42, 0xd5, 0xf7, 0xdd, 0x7f, 0xff,
0x83, 0x0f, 0x3e, 0xfc, 0x70, 0x75, 0x7e, 0x70,
0xb0, 0xbf, 0xff, 0xab, 0xaf, 0x8c, 0x0d, 0x5e,
0x25, 0xa0, 0x8a, 0xe9, 0xe9, 0x74, 0x5a, 0x96,
0x01, 0xca, 0x65, 0x41, 0x90, 0xa4, 0xea, 0xce,
0x0b, 0x82, 0x20, 0x08, 0xc2, 0xfa, 0x89, 0xd7,
0xc2, 0xca, 0x4c, 0x18, 0xf0, 0xf9, 0x7c, 0x3e,
0x9f, 0x0f, 0x60, 0x7a, 0x7a, 0x76, 0x56, 0x92,
0x00, 0x34, 0xcd, 0x66, 0x53, 0x55, 0x00, 0x8f,
0xa7, 0xb1, 0x91, 0x61, 0x56, 0xc7, 0xd7, 0x14,
0xc0, 0x30, 0x34, 0x4d, 0xd3, 0x00, 0xbf, 0xfe,
0x5a, 0x2c, 0x6e, 0xde, 0x0c, 0xf0, 0xc4, 0x13,
0x47, 0x8e, 0x7c, 0xfb, 0x6d, 0x6d, 0x42, 0x57,
0x7f, 0xc9, 0x7f, 0x0d, 0x99, 0x0c, 0xb6, 0x9b,
0x37, 0x03, 0x6c, 0xdd, 0xfa, 0xe7, 0xdb, 0x52,
0x53, 0x80, 0xf1, 0xd8, 0xb6, 0x6d, 0x3b, 0x77,
0xee, 0xde, 0xfd, 0x77, 0x51, 0xdb, 0x38, 0xf6,
0xec, 0xf9, 0xe8, 0xa3, 0xe7, 0x9f, 0x07, 0xb8,
0x70, 0xe1, 0xe5, 0x97, 0xdf, 0x7f, 0x7f, 0x03,
0x02, 0x76, 0xef, 0xde, 0xbe, 0xdd, 0xe5, 0xfa,
0xf7, 0x88, 0x1b, 0x40, 0xe8, 0xd8, 0xb1, 0x4f,
0x3e, 0x01, 0x00, 0xc0, 0x35, 0xb9, 0x6e, 0x01,
0x46, 0x11, 0xff, 0xd7, 0xb1, 0x4c, 0x80, 0xae,
0x03, 0x8c, 0x8c, 0xbc, 0xf3, 0xce, 0xd1, 0xa3,
0xa7, 0x4f, 0x87, 0xc3, 0xff, 0x36, 0xb1, 0x5a,
0xd0, 0x75, 0x00, 0x5d, 0x8f, 0x46, 0x0d, 0x7f,
0x55, 0xe1, 0x1d, 0x39, 0xf2, 0xee, 0xbb, 0x87,
0x0e, 0xe9, 0xfa, 0x43, 0x0f, 0xed, 0xdb, 0xf7,
0xc8, 0x23, 0x57, 0xae, 0xcc, 0xcf, 0xe7, 0x72,
0xb9, 0x9c, 0xdd, 0x7e, 0xf2, 0xe4, 0x87, 0x1f,
0x9e, 0x38, 0x51, 0x2e, 0xef, 0xda, 0xb5, 0x6b,
0xd7, 0x1d, 0x77, 0x30, 0xcc, 0xf8, 0xf8, 0xf8,
0xf8, 0x8f, 0x3f, 0x02, 0x74, 0x77, 0x77, 0x77,
0xef, 0xdc, 0x49, 0x92, 0x91, 0x48, 0x24, 0x12,
0x89, 0x28, 0x4a, 0x38, 0x1c, 0x0e, 0x87, 0xc3,
0x2c, 0x1b, 0x8b, 0x9d, 0x3f, 0xff, 0xf3, 0xcf,
0xaa, 0xba, 0x7d, 0x7b, 0x57, 0xd7, 0x8e, 0x1d,
0x2c, 0x1b, 0x8d, 0x9e, 0x3b, 0x17, 0x8d, 0x2a,
0x4a, 0x28, 0x74, 0xf3, 0xcd, 0xa1, 0x10, 0xc3,
0xc4, 0x62, 0xb1, 0x58, 0x2c, 0x56, 0x2e, 0x77,
0x75, 0x75, 0x75, 0x75, 0x75, 0xb1, 0x6c, 0x36,
0x9b, 0xcd, 0xce, 0xcd, 0x21, 0x74, 0xe1, 0xc2,
0x2f, 0xbf, 0x9c, 0x3f, 0x5f, 0xa9, 0x3c, 0xf6,
0xd8, 0xa3, 0x8f, 0x3e, 0xfe, 0x38, 0xc7, 0x39,
0x9d, 0x4e, 0xa7, 0xd3, 0x99, 0xcf, 0x0f, 0x0e,
0x9e, 0x3d, 0x3b, 0x30, 0xe0, 0x76, 0xbf, 0xf2,
0xca, 0x4b, 0x2f, 0xbd, 0xfa, 0x6a, 0xf5, 0xc0,
0x20, 0x6b, 0x29, 0x25, 0x49, 0x92, 0x24, 0x88,
0x4a, 0x45, 0x55, 0x2b, 0x15, 0x55, 0x5d, 0x58,
0x70, 0xb9, 0x1a, 0x1b, 0xdd, 0xee, 0xc5, 0x45,
0x49, 0x92, 0xa4, 0xc5, 0xc5, 0x42, 0xa1, 0xa5,
0xa5, 0xb9, 0xd9, 0xe3, 0xd1, 0x34, 0x84, 0x10,
0xd2, 0x75, 0x51, 0xf4, 0x7a, 0xbd, 0xde, 0x4d,
0x9b, 0x34, 0x4d, 0xd3, 0x34, 0x0d, 0xa1, 0x5c,
0xae, 0xa1, 0xa1, 0xa1, 0xc1, 0xe9, 0xd4, 0x34,
0x9a, 0x66, 0x18, 0x86, 0x29, 0x14, 0x3c, 0x9e,
0xe6, 0x66, 0xaf, 0x77, 0x61, 0x41, 0x96, 0x8b,
0x45, 0x59, 0xce, 0x64, 0x30, 0x31, 0x00, 0x4d,
0xab, 0x54, 0x10, 0x9a, 0x9b, 0xf3, 0x78, 0x3c,
0x1e, 0x8f, 0x47, 0xd7, 0x6d, 0x36, 0x9b, 0xcd,
0x6a, 0xcd, 0xe5, 0x6c, 0x36, 0x87, 0xc3, 0x6e,
0x5f, 0x58, 0x30, 0x99, 0x4c, 0xa6, 0xba, 0xba,
0xda, 0x27, 0x5c, 0xcd, 0x1a, 0xa0, 0x69, 0x8a,
0x62, 0x18, 0x4d, 0x1b, 0x1b, 0xfb, 0xfe, 0xfb,
0xd1, 0xd1, 0x6f, 0xbe, 0x71, 0xb9, 0x9c, 0x4e,
0x97, 0x6b, 0xcf, 0x9e, 0x40, 0xc0, 0xef, 0x0f,
0x04, 0x00, 0x12, 0x89, 0xe9, 0x69, 0x41, 0x28,
0x97, 0x5b, 0x5b, 0x5b, 0x5b, 0xaf, 0xbb, 0x0e,
0xa1, 0x7c, 0x3e, 0x9f, 0x9f, 0x9f, 0x97, 0x65,
0xa7, 0xb3, 0xa1, 0xc1, 0xe9, 0x2c, 0x95, 0x24,
0x49, 0x92, 0x44, 0x91, 0xe3, 0x5a, 0x5a, 0x5a,
0x5a, 0x9a, 0x9b, 0x11, 0x5a, 0x5a, 0x5a, 0x5a,
0x5a, 0x5a, 0x42, 0x08, 0xfb, 0x04, 0x41, 0x10,
0x24, 0x09, 0x40, 0x10, 0x3c, 0xdf, 0xde, 0xce,
0xf3, 0x14, 0xd5, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4,
0x44, 0x92, 0x33, 0x33, 0xc9, 0x64, 0x22, 0x81,
0x10, 0x16, 0x88, 0x10, 0xc7, 0x99, 0x4c, 0x1c,
0x77, 0xad, 0x1b, 0x60, 0xcd, 0x0c, 0x50, 0x14,
0x49, 0xaa, 0x2a, 0x6e, 0x24, 0x42, 0xa1, 0x9e,
0x9e, 0xdb, 0x6e, 0xeb, 0xed, 0xcd, 0xe5, 0xdc,
0xee, 0xc6, 0x46, 0xb7, 0x5b, 0x55, 0x79, 0xbe,
0xad, 0xad, 0xbd, 0x5d, 0x96, 0x5d, 0x2e, 0x97,
0xcb, 0xed, 0xc6, 0xd7, 0x12, 0x41, 0xc4, 0xe3,
0x56, 0xab, 0xcd, 0x56, 0x5f, 0x5f, 0xa9, 0x60,
0x21, 0xb2, 0x6c, 0xb3, 0x59, 0xad, 0x76, 0xbb,
0xa6, 0x79, 0xbd, 0x5e, 0xaf, 0xc7, 0x33, 0x3f,
0x8f, 0xe3, 0x09, 0x02, 0x21, 0x5d, 0x47, 0x08,
0x21, 0xbb, 0xdd, 0x66, 0xb3, 0xdb, 0x35, 0xcd,
0x62, 0xb1, 0x58, 0x2c, 0x16, 0x84, 0xf0, 0x3c,
0xc0, 0xc4, 0xc4, 0xc4, 0xc4, 0xc5, 0x8b, 0x14,
0x85, 0x79, 0x54, 0x2a, 0x1b, 0x16, 0x40, 0x10,
0x00, 0x04, 0xa1, 0xaa, 0x14, 0x45, 0xd3, 0x14,
0x05, 0x10, 0x08, 0x04, 0x83, 0xc1, 0x20, 0xcf,
0x5f, 0xbe, 0x3c, 0x39, 0x79, 0xe9, 0xd2, 0xc4,
0x04, 0xcf, 0xb7, 0xb5, 0xf1, 0xbc, 0xaa, 0x3a,
0x1c, 0x76, 0xbb, 0xdd, 0x4e, 0xd3, 0xd9, 0x6c,
0x2e, 0x97, 0xc9, 0xc4, 0x62, 0x98, 0x80, 0xd9,
0xcc, 0xf3, 0x3c, 0xcf, 0xf3, 0x8b, 0x8b, 0xf8,
0x93, 0xa0, 0x28, 0x41, 0x10, 0x84, 0x78, 0xfc,
0xa6, 0x9b, 0xc6, 0xc7, 0xc7, 0xc7, 0x7f, 0xf8,
0x61, 0xd3, 0x26, 0x96, 0x65, 0x59, 0x86, 0x01,
0xb0, 0x5a, 0xad, 0xd6, 0xfa, 0x7a, 0x4d, 0x9b,
0x9c, 0xbc, 0x7c, 0x79, 0x72, 0x92, 0xe3, 0xf6,
0xee, 0xbd, 0xef, 0xbe, 0x07, 0x1e, 0x68, 0x6f,
0x4f, 0xa7, 0x53, 0xa9, 0x74, 0xba, 0xa1, 0x21,
0x93, 0xc9, 0x64, 0x66, 0x67, 0x15, 0x65, 0xc3,
0x02, 0x8a, 0x45, 0x59, 0x2e, 0x16, 0xb3, 0x59,
0x86, 0xa1, 0x69, 0x86, 0xd1, 0xf5, 0xfe, 0xfe,
0x81, 0x81, 0x53, 0xa7, 0xf2, 0xf9, 0x72, 0xb9,
0x52, 0x51, 0x94, 0x78, 0x5c, 0x14, 0x45, 0xb1,
0x50, 0xc8, 0xe7, 0x07, 0x06, 0x06, 0x07, 0x4f,
0x9f, 0x16, 0xc5, 0xfa, 0x7a, 0xb3, 0xb9, 0xbe,
0x3e, 0x14, 0x9a, 0x9f, 0xcf, 0xe5, 0xe6, 0xe6,
0x12, 0x09, 0xdc, 0xf3, 0x14, 0x8b, 0x5f, 0x7e,
0xf9, 0xf5, 0xd7, 0x5f, 0x7c, 0x41, 0x92, 0x37,
0xde, 0xb8, 0x65, 0x4b, 0x67, 0x27, 0xc0, 0xd6,
0xad, 0xdb, 0xb6, 0x6d, 0xd9, 0x02, 0x50, 0x2a,
0x95, 0x4a, 0x8a, 0xa2, 0x28, 0xd9, 0xec, 0xdc,
0x5c, 0x36, 0x9b, 0x4e, 0x27, 0x12, 0x82, 0x30,
0x35, 0x05, 0x30, 0x36, 0x36, 0x36, 0x16, 0x8d,
0x02, 0xdc, 0x7b, 0xef, 0x3d, 0xf7, 0xec, 0xdd,
0xbb, 0xb0, 0x80, 0x5b, 0x18, 0xaf, 0x77, 0xc3,
0x35, 0x80, 0x0f, 0xac, 0x72, 0x39, 0x10, 0xe8,
0xec, 0x0c, 0x04, 0xce, 0x9d, 0x2b, 0x95, 0x64,
0x59, 0x96, 0x93, 0xc9, 0xa9, 0xa9, 0xc9, 0xc9,
0x78, 0xfc, 0xee, 0xbb, 0x05, 0x21, 0x1e, 0x17,
0x04, 0x4d, 0x6b, 0x6b, 0xf3, 0xf9, 0x5a, 0x5b,
0x3f, 0xfe, 0x98, 0xa6, 0x69, 0x9a, 0xa6, 0x75,
0x7d, 0x64, 0x64, 0x74, 0x74, 0x64, 0xe4, 0xae,
0xbb, 0x70, 0x6f, 0x84, 0xd0, 0x0d, 0x37, 0x74,
0x76, 0x06, 0x83, 0xc7, 0x8f, 0x63, 0xff, 0x8d,
0x37, 0x8c, 0x66, 0xce, 0x62, 0xb1, 0x5a, 0xcd,
0xe6, 0xb3, 0x67, 0x23, 0x91, 0x68, 0x74, 0x64,
0x64, 0xc7, 0x0e, 0x9c, 0xf1, 0x9f, 0x7e, 0x62,
0xd9, 0xba, 0x3a, 0x96, 0xad, 0x54, 0x3e, 0xfb,
0xec, 0xf3, 0xcf, 0xcf, 0x9c, 0xb9, 0xf5, 0xd6,
0xde, 0xde, 0xde, 0xde, 0x70, 0x78, 0x74, 0x14,
0x73, 0xea, 0xe9, 0x59, 0xb7, 0x00, 0x84, 0x10,
0xd2, 0x34, 0x55, 0x45, 0x48, 0x51, 0x10, 0xe2,
0x38, 0x4c, 0x80, 0x24, 0x3b, 0x3a, 0xfc, 0x7e,
0x9f, 0x6f, 0x68, 0xa8, 0xd6, 0x73, 0xd7, 0x5f,
0xef, 0xf7, 0x77, 0x74, 0x54, 0xe7, 0xf1, 0xb9,
0x44, 0x51, 0xbf, 0xfd, 0x96, 0x4e, 0x27, 0x93,
0x87, 0x0e, 0x19, 0xe3, 0x26, 0x93, 0xc9, 0xc4,
0xb2, 0x00, 0xed, 0xed, 0x3e, 0x1f, 0xcf, 0x0f,
0x0d, 0xe1, 0x2a, 0xd2, 0x75, 0xab, 0xd5, 0x6a,
0x75, 0x38, 0x1a, 0x1b, 0x83, 0x41, 0xbf, 0x3f,
0x18, 0x34, 0x9b, 0x15, 0x05, 0x67, 0x6a, 0x9d,
0x19, 0xa0, 0xff, 0xf0, 0x23, 0x91, 0x68, 0x34,
0x12, 0x31, 0x9b, 0xfd, 0x7e, 0xbf, 0x3f, 0x10,
0xe8, 0xe9, 0xa1, 0x69, 0x45, 0x31, 0x99, 0x00,
0x4a, 0x25, 0x45, 0x29, 0x95, 0x8c, 0x0c, 0x2d,
0xaf, 0x19, 0x0c, 0x5c, 0xcc, 0xd5, 0xe6, 0xce,
0xe8, 0x51, 0x97, 0x8f, 0x13, 0x44, 0xb5, 0x7b,
0x35, 0xba, 0x52, 0x8a, 0xa2, 0x28, 0x9a, 0x06,
0xb0, 0x58, 0x4c, 0x26, 0xb3, 0x19, 0x40, 0x96,
0x97, 0x96, 0x64, 0x99, 0x24, 0x87, 0x87, 0xbf,
0xfb, 0x6e, 0x78, 0x18, 0xbf, 0xb1, 0x0a, 0x93,
0x09, 0x5b, 0x45, 0x59, 0x21, 0xc0, 0x62, 0x49,
0xa7, 0xd3, 0xe9, 0xd9, 0xd9, 0xb7, 0xdf, 0xc6,
0xfe, 0xeb, 0xaf, 0x77, 0x77, 0xdf, 0x72, 0x4b,
0x77, 0x77, 0x2e, 0x67, 0x74, 0xf1, 0x92, 0x24,
0x49, 0x92, 0x04, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa,
0x55, 0x22, 0xb8, 0xdf, 0xd7, 0x75, 0x4d, 0xd3,
0x34, 0x5d, 0x07, 0xd0, 0x34, 0x84, 0x34, 0x6d,
0x59, 0xb1, 0x91, 0xf8, 0xe0, 0xa4, 0x28, 0x8a,
0xba, 0x96, 0x00, 0xfc, 0x09, 0x02, 0xb0, 0x2c,
0xcb, 0xd6, 0xd5, 0x01, 0x24, 0x93, 0xc9, 0xe4,
0xcc, 0x4c, 0x3e, 0x3f, 0x3b, 0x9b, 0xc9, 0xa4,
0x52, 0xa1, 0x50, 0x3e, 0x9f, 0xcf, 0xe7, 0xf3,
0x67, 0xce, 0xe0, 0xd5, 0x3c, 0x1e, 0x6c, 0x13,
0x89, 0x15, 0x17, 0x84, 0xf1, 0x8b, 0xe1, 0xf5,
0x3e, 0xf5, 0x54, 0x5f, 0xdf, 0x93, 0x4f, 0xee,
0xdf, 0xdf, 0xd1, 0xd1, 0xd1, 0xe1, 0xf3, 0x3d,
0xf3, 0x4c, 0xed, 0x4a, 0xb9, 0xfa, 0x3f, 0x60,
0x2d, 0xbf, 0x16, 0x8c, 0xcc, 0xac, 0xb4, 0xf8,
0x86, 0x1e, 0x1a, 0xea, 0xef, 0x3f, 0x75, 0x6a,
0x60, 0xe0, 0xf0, 0xe1, 0x99, 0x99, 0x99, 0x99,
0x64, 0xf2, 0xd2, 0x25, 0xfc, 0x54, 0x36, 0x4b,
0xac, 0x5c, 0x06, 0x5b, 0x96, 0xc5, 0xd6, 0xe8,
0x47, 0xed, 0xf6, 0xab, 0xc7, 0x8d, 0x5f, 0x11,
0x23, 0xde, 0xb0, 0x08, 0x19, 0xb4, 0xaf, 0xbd,
0xae, 0x31, 0x6e, 0x58, 0x23, 0x47, 0xc6, 0x3c,
0x45, 0x5d, 0x3d, 0x6e, 0x58, 0xe3, 0x13, 0xba,
0x72, 0x05, 0x5b, 0x59, 0xc6, 0x56, 0x55, 0xd7,
0xde, 0x9a, 0xff, 0x38, 0x7e, 0x07, 0x0e, 0xaf,
0xa6, 0xde, 0x03, 0x83, 0xf8, 0x4f, 0x00, 0x00,
0x00, 0x18, 0x7a, 0x54, 0x58, 0x74, 0x43, 0x6f,
0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x00, 0x00, 0x78,
0xda, 0xcb, 0x4c, 0x51, 0xc8, 0xc9, 0x4f, 0xcf,
0x07, 0x00, 0x0a, 0x18, 0x02, 0x9f, 0xc3, 0x06,
0x77, 0xdf, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45,
0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};

View File

@@ -1,309 +0,0 @@
/* edit_find.png - 617 bytes */
static const unsigned char edit_find_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xf0, 0x00, 0xf0, 0x00, 0xef, 0x34,
0x06, 0x67, 0x1b, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x0b, 0x05, 0x10, 0x0f, 0x05, 0x25,
0xfd, 0xad, 0x2f, 0x00, 0x00, 0x01, 0xf6, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0x9d, 0x92, 0x4d,
0x6b, 0x13, 0x51, 0x18, 0x85, 0x9f, 0x3b, 0xc9,
0x24, 0x4d, 0x9a, 0x66, 0x86, 0x4a, 0x52, 0x0a,
0x0a, 0xb5, 0x5d, 0x68, 0x1a, 0x45, 0x14, 0xc1,
0x85, 0xb8, 0x14, 0x0a, 0x55, 0x77, 0xe2, 0x26,
0xbf, 0xc0, 0x6f, 0xa9, 0xf4, 0x1f, 0x88, 0xb6,
0x24, 0x41, 0x44, 0x14, 0x74, 0x59, 0x77, 0x55,
0x10, 0xc5, 0x4d, 0xa8, 0x3b, 0x41, 0xec, 0xa2,
0x54, 0x28, 0xa4, 0x89, 0x56, 0xab, 0x96, 0x50,
0x35, 0x8d, 0xcd, 0x47, 0x27, 0x4d, 0x32, 0x33,
0xd7, 0x45, 0x48, 0x49, 0x42, 0x52, 0xaa, 0x67,
0x77, 0x0f, 0xef, 0x3d, 0xef, 0xe1, 0xbc, 0x47,
0x3c, 0x79, 0xfa, 0x78, 0x31, 0xf7, 0x27, 0x77,
0x8c, 0x3d, 0x40, 0x55, 0xd5, 0xe7, 0x13, 0xb7,
0x26, 0x2f, 0xb6, 0x90, 0xd3, 0xd1, 0xbb, 0x96,
0xdc, 0x23, 0xee, 0x4d, 0xdf, 0x91, 0xed, 0xa2,
0x4e, 0x29, 0xeb, 0x5c, 0x3e, 0xbf, 0xb9, 0xeb,
0x76, 0x4d, 0xd3, 0x3b, 0xf2, 0x4e, 0x21, 0xc4,
0xce, 0x23, 0x99, 0x4c, 0x76, 0x1c, 0x0a, 0x85,
0x42, 0x5d, 0x85, 0x77, 0x1c, 0xb4, 0x0f, 0x66,
0x32, 0x19, 0x66, 0x5f, 0xcc, 0x02, 0x90, 0x98,
0x4b, 0x00, 0xd0, 0xb4, 0x6b, 0x77, 0x07, 0xdf,
0xbe, 0xaf, 0x92, 0x4a, 0xa7, 0x39, 0x7a, 0x6a,
0x8c, 0x6d, 0xc5, 0x8b, 0x69, 0x2b, 0xb8, 0x64,
0x85, 0xd4, 0xfc, 0x6b, 0x26, 0x6e, 0xdf, 0x8c,
0xc4, 0xa2, 0xf7, 0x9f, 0x35, 0xfe, 0x28, 0xed,
0x0e, 0x34, 0x5d, 0x23, 0x95, 0x4e, 0x73, 0xe8,
0xe4, 0x18, 0x9f, 0x0b, 0x5e, 0x06, 0x07, 0x02,
0x8c, 0x1c, 0x08, 0x52, 0x12, 0x3e, 0xb4, 0xd1,
0x71, 0xfc, 0x9a, 0x3e, 0x73, 0xed, 0xc6, 0x95,
0xe3, 0x5d, 0x1d, 0x24, 0xe6, 0x12, 0x0c, 0x87,
0x4f, 0xb3, 0x52, 0x70, 0x73, 0xe9, 0xcc, 0x10,
0xbe, 0x1e, 0x15, 0xd3, 0xb6, 0x51, 0x1d, 0x0a,
0xef, 0x96, 0x25, 0xc1, 0x23, 0xe3, 0x36, 0x4b,
0x6f, 0x16, 0x00, 0x01, 0xa0, 0x74, 0x0a, 0x4b,
0x7a, 0x03, 0x0c, 0x0d, 0xe8, 0x58, 0xb6, 0x64,
0xdb, 0x34, 0xa9, 0xd4, 0x2c, 0xca, 0x55, 0x8b,
0x7e, 0x9f, 0x9b, 0x5f, 0x65, 0xb5, 0x25, 0x09,
0x45, 0x4a, 0x89, 0x94, 0x76, 0x4b, 0x30, 0x6e,
0xb7, 0x0b, 0x84, 0xa0, 0x5c, 0xb5, 0xa8, 0xd6,
0x24, 0x9b, 0x5b, 0x35, 0xdc, 0xaa, 0x83, 0xfd,
0xfd, 0x1e, 0xa4, 0x10, 0x2d, 0x5d, 0x70, 0x02,
0xb6, 0x69, 0x9a, 0x2d, 0x4e, 0x6c, 0x63, 0x83,
0x35, 0xa3, 0x8a, 0xdf, 0xa3, 0xa2, 0xf7, 0xb9,
0xb0, 0x2d, 0x89, 0xdf, 0xe3, 0xe4, 0xd3, 0x46,
0x81, 0x7d, 0x3d, 0x96, 0x9d, 0x6b, 0x72, 0xae,
0xd4, 0x2b, 0xea, 0x42, 0xd3, 0x74, 0x34, 0x4d,
0xe7, 0xc2, 0xb9, 0xf3, 0xa4, 0x17, 0xde, 0x12,
0xec, 0x13, 0x7c, 0xf9, 0x99, 0x27, 0x9b, 0x2b,
0x91, 0x37, 0x2a, 0x7c, 0x5c, 0x59, 0xa7, 0x54,
0xae, 0x90, 0x5b, 0x7a, 0xe5, 0x2c, 0x15, 0x8b,
0x3f, 0x1a, 0x02, 0x22, 0x1a, 0x9f, 0x9a, 0xb1,
0x2c, 0x2b, 0xd2, 0x7c, 0x0d, 0xc3, 0x30, 0x70,
0x38, 0x54, 0x4e, 0x9c, 0x8d, 0xb0, 0xbc, 0x56,
0x64, 0xcb, 0x54, 0x18, 0xec, 0x95, 0xac, 0x2f,
0xbe, 0x64, 0xf8, 0xe0, 0x08, 0x00, 0x1f, 0xe6,
0xdf, 0xa7, 0x1e, 0x3e, 0x78, 0x74, 0x58, 0x74,
0x6b, 0xd8, 0xd5, 0xeb, 0x97, 0xa7, 0x02, 0x81,
0xe0, 0x64, 0x33, 0xe7, 0xeb, 0xf5, 0x11, 0x1e,
0x0d, 0xf3, 0x3b, 0x9b, 0xad, 0xf7, 0x65, 0xf5,
0x2b, 0x82, 0x7f, 0x44, 0x2c, 0x1e, 0x95, 0x0d,
0x91, 0xff, 0x12, 0x00, 0x94, 0x58, 0x3c, 0x6a,
0x01, 0x94, 0x0d, 0x83, 0xbf, 0x06, 0x8c, 0xf6,
0xd3, 0x7f, 0x33, 0xe7, 0x2e, 0x00, 0x00, 0x00,
0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
0x82};
/* edit_find.png - 1797 bytes */
static const unsigned char edit_find_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x06,
0x90, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0x6b, 0x4c, 0x53, 0x67, 0x18, 0x7e, 0xce,
0xb5, 0x2d, 0x15, 0x2a, 0xd8, 0x23, 0x68, 0x14,
0xc9, 0x60, 0xb4, 0x04, 0xab, 0x46, 0x64, 0x2e,
0xa8, 0x40, 0xcc, 0xa6, 0x01, 0xa7, 0xdb, 0x62,
0x16, 0x17, 0x4d, 0xf6, 0x63, 0xfc, 0xda, 0x88,
0xb7, 0x68, 0x96, 0x45, 0x8d, 0xc6, 0x0c, 0xd8,
0xd8, 0xbc, 0x10, 0x37, 0xe6, 0x66, 0xb6, 0x69,
0x62, 0xc6, 0x94, 0x2c, 0x9a, 0x99, 0xa0, 0x59,
0x26, 0x64, 0xba, 0x8d, 0x59, 0x27, 0xde, 0x20,
0x14, 0x6f, 0x28, 0xa4, 0x55, 0x0b, 0xd8, 0x1e,
0x0e, 0xa5, 0xf4, 0x9c, 0xd3, 0x73, 0xce, 0x7e,
0x7c, 0x6b, 0x60, 0x68, 0x37, 0x99, 0xb2, 0xfd,
0xd9, 0xfb, 0xe7, 0xcd, 0xe9, 0xf7, 0x9d, 0xef,
0x7b, 0x9e, 0xf7, 0x79, 0x2f, 0xa7, 0xc0, 0xff,
0xf6, 0xdf, 0x1a, 0x15, 0x6f, 0x61, 0xff, 0xfe,
0xcf, 0x3f, 0xaf, 0xad, 0xbd, 0x7e, 0x7d, 0x70,
0x70, 0x70, 0x30, 0x14, 0xca, 0xca, 0x22, 0xbf,
0x1a, 0xc6, 0x23, 0x0f, 0xa1, 0x00, 0x8a, 0xa2,
0x28, 0xb2, 0xc3, 0x30, 0x86, 0x77, 0x3d, 0x7a,
0xff, 0xa3, 0x4e, 0x20, 0x76, 0xea, 0xd4, 0xa6,
0x4d, 0x1b, 0x37, 0xbe, 0xf3, 0xce, 0x4b, 0x2f,
0x3d, 0x31, 0xb3, 0xea, 0xea, 0x8f, 0x3e, 0xaa,
0xaa, 0xd2, 0x75, 0xe3, 0x0f, 0xd3, 0x75, 0x5d,
0xd7, 0xf5, 0xa7, 0xef, 0x63, 0xb6, 0x6b, 0xd7,
0x9e, 0x3d, 0xd5, 0xd5, 0x9a, 0x36, 0x56, 0x9c,
0xec, 0x5f, 0x2f, 0xc7, 0x22, 0x48, 0x51, 0x92,
0x24, 0x49, 0xfd, 0xfd, 0x4f, 0x1c, 0x97, 0x87,
0x2c, 0x29, 0x29, 0x29, 0xc9, 0x66, 0x1b, 0x7d,
0xdf, 0xe3, 0x1b, 0x1d, 0x6f, 0x81, 0x48, 0xfa,
0xf4, 0x01, 0x0f, 0x43, 0x1d, 0x99, 0x6a, 0xff,
0xdc, 0xe2, 0x2a, 0x10, 0xef, 0x02, 0x8f, 0xc7,
0xe3, 0xf1, 0x78, 0x9e, 0x1c, 0xb8, 0xd3, 0xe9,
0x74, 0xe6, 0xe4, 0x8c, 0x23, 0x81, 0x78, 0x0a,
0x38, 0x9d, 0x4e, 0xa7, 0xd3, 0x39, 0x76, 0xc0,
0xa3, 0x9f, 0xff, 0x33, 0x05, 0x3a, 0x3a, 0x3a,
0x3a, 0x3a, 0x3a, 0xfe, 0xfe, 0x60, 0xb7, 0xfb,
0xb7, 0xdf, 0xdc, 0x6e, 0xa0, 0xbb, 0xbb, 0xab,
0xeb, 0xce, 0x1d, 0x80, 0x14, 0x2d, 0x40, 0x0a,
0x18, 0x60, 0x59, 0x96, 0x65, 0x59, 0x60, 0xd1,
0xa2, 0x45, 0x8b, 0x8a, 0x8a, 0xc6, 0x81, 0x40,
0x3c, 0x05, 0x72, 0x72, 0x72, 0x72, 0x1e, 0x25,
0x7d, 0x57, 0x57, 0x77, 0x77, 0x57, 0x17, 0x70,
0xf0, 0xe0, 0xa1, 0x43, 0x07, 0x0f, 0x02, 0x6b,
0xd6, 0xac, 0x5e, 0xbd, 0x66, 0x0d, 0x50, 0x5a,
0x5a, 0x52, 0xb2, 0x7c, 0x39, 0xa0, 0x28, 0xaa,
0xaa, 0x69, 0x80, 0xa6, 0x91, 0xb0, 0xf0, 0x3c,
0xc3, 0x50, 0x14, 0x30, 0x30, 0x20, 0x49, 0xc1,
0x20, 0xd0, 0xd4, 0xd4, 0xd4, 0xd4, 0xd8, 0xc8,
0x30, 0x5b, 0xb6, 0x6c, 0xdb, 0xf6, 0xee, 0xbb,
0x05, 0x05, 0x55, 0x55, 0x15, 0x15, 0x1f, 0x7c,
0xd0, 0xdc, 0x3c, 0x6e, 0x0a, 0xc4, 0xd6, 0xfb,
0xfb, 0xfb, 0xfb, 0x45, 0x11, 0x38, 0x75, 0xea,
0xfb, 0xef, 0x4f, 0x9e, 0x04, 0xca, 0xcb, 0xdf,
0x7e, 0x7b, 0xfd, 0x7a, 0xa0, 0xb1, 0xf1, 0xe2,
0xc5, 0xbb, 0x77, 0x81, 0xeb, 0xd7, 0x45, 0xd1,
0xef, 0x07, 0x78, 0xde, 0x62, 0x49, 0x48, 0x00,
0x54, 0x95, 0x50, 0xd0, 0x34, 0x59, 0x0e, 0x87,
0x81, 0x59, 0xb3, 0x26, 0x4f, 0x36, 0x0c, 0x60,
0xe3, 0xc6, 0xf5, 0xeb, 0x37, 0x6d, 0x02, 0x6a,
0x6a, 0xf6, 0xed, 0xdb, 0xbd, 0xfb, 0xa7, 0x9f,
0x2a, 0x2a, 0x2a, 0x2b, 0x77, 0xee, 0x9c, 0x37,
0x6f, 0xdb, 0xb6, 0xad, 0x5b, 0x77, 0xec, 0xb8,
0x74, 0xe9, 0xa9, 0x29, 0xe0, 0x70, 0x38, 0x1c,
0x0e, 0x07, 0x21, 0x00, 0x00, 0xef, 0xbd, 0x57,
0x59, 0xb9, 0x73, 0x27, 0x50, 0x5e, 0xfe, 0xd6,
0x5b, 0xeb, 0xd6, 0x01, 0xdf, 0x7d, 0x77, 0xe1,
0x42, 0x4f, 0x0f, 0x70, 0xef, 0x5e, 0x24, 0x92,
0x94, 0x04, 0xbc, 0xfe, 0x7a, 0x71, 0xf1, 0xb4,
0x69, 0xc0, 0xd4, 0xa9, 0x29, 0x29, 0x16, 0x0b,
0x10, 0x8d, 0x92, 0x54, 0xf2, 0x78, 0xbc, 0x5e,
0x49, 0x02, 0x1a, 0x1b, 0xaf, 0x5e, 0xed, 0xe9,
0x01, 0x44, 0xd1, 0xed, 0xf6, 0xf9, 0x80, 0xb5,
0x6b, 0xcb, 0xcb, 0x37, 0x6c, 0xa0, 0xe9, 0x9a,
0x9a, 0x7d, 0xfb, 0xf6, 0xec, 0x39, 0x7b, 0x96,
0xdc, 0x9a, 0x98, 0x18, 0x0f, 0x27, 0x13, 0x6f,
0xe1, 0xc5, 0x17, 0x97, 0x2c, 0x79, 0xe1, 0x85,
0x1d, 0x3b, 0x16, 0x2c, 0x28, 0x28, 0x58, 0xb8,
0x90, 0xa2, 0x22, 0x91, 0x48, 0x64, 0x68, 0x08,
0x68, 0x6f, 0x6f, 0x6f, 0xf7, 0x78, 0x80, 0xf3,
0xe7, 0x49, 0x8e, 0x4f, 0x9f, 0x3e, 0x7d, 0x7a,
0x7a, 0x3a, 0xd0, 0xd9, 0x19, 0x08, 0xb0, 0x2c,
0xd0, 0xd9, 0x19, 0x0a, 0x59, 0x2c, 0xc0, 0x9b,
0x6f, 0x16, 0x17, 0xa7, 0xa7, 0x03, 0x93, 0x27,
0xdb, 0x6c, 0x66, 0x33, 0x60, 0x36, 0x73, 0x1c,
0xc3, 0x00, 0x9a, 0xa6, 0xeb, 0x00, 0x60, 0xb1,
0x98, 0x4c, 0x2c, 0x0b, 0x58, 0xad, 0x66, 0x33,
0xcb, 0x02, 0xad, 0xad, 0x77, 0xef, 0x2a, 0x0a,
0x60, 0x32, 0xe9, 0x7a, 0x38, 0xac, 0x28, 0xa9,
0xa9, 0xc9, 0xc9, 0x66, 0x33, 0x45, 0xcd, 0x9a,
0x35, 0x7b, 0xb6, 0xcb, 0x15, 0x0a, 0x9d, 0x39,
0xf3, 0xe3, 0x8f, 0x67, 0xcf, 0xba, 0xdd, 0xa3,
0x71, 0xc6, 0x9d, 0x03, 0xf1, 0x52, 0xca, 0xe1,
0x70, 0x38, 0xb2, 0xb3, 0x81, 0xe6, 0xe6, 0x5f,
0x7f, 0xfd, 0xf9, 0x67, 0x20, 0x2f, 0x6f, 0xee,
0xdc, 0xbc, 0x3c, 0xe0, 0xdc, 0xb9, 0xae, 0x2e,
0x55, 0x05, 0x16, 0x2c, 0x70, 0x38, 0x04, 0x01,
0xe0, 0x38, 0x8e, 0x63, 0x59, 0x12, 0x71, 0x00,
0x88, 0x44, 0x48, 0x0d, 0x90, 0xe9, 0x0b, 0xa8,
0x6a, 0x34, 0xaa, 0x69, 0x80, 0xd7, 0xdb, 0xd7,
0x37, 0x34, 0x04, 0x30, 0x8c, 0xae, 0x2b, 0x0a,
0xd0, 0xd6, 0x46, 0x12, 0xee, 0xb9, 0xe7, 0xf2,
0xf3, 0xe7, 0xcf, 0x37, 0x9b, 0x7b, 0x7a, 0x7a,
0x7a, 0xfc, 0xfe, 0x9a, 0x9a, 0x78, 0xb8, 0xc6,
0x4c, 0x80, 0xa4, 0x17, 0x01, 0xc8, 0x71, 0x80,
0xae, 0x03, 0x34, 0x0d, 0x58, 0xad, 0x64, 0xa2,
0x4e, 0x9a, 0x94, 0x98, 0xc8, 0x71, 0x80, 0x2c,
0xab, 0x6a, 0x34, 0x3a, 0xec, 0x15, 0x85, 0x50,
0x19, 0x1a, 0x52, 0x14, 0x4d, 0x03, 0xfa, 0xfa,
0x44, 0x31, 0x1c, 0x06, 0x9c, 0xce, 0x69, 0xd3,
0x12, 0x13, 0x01, 0x93, 0x49, 0x96, 0x7d, 0x3e,
0x40, 0x14, 0x55, 0x95, 0x65, 0x01, 0x8b, 0x85,
0xd4, 0x0c, 0xb9, 0x27, 0x7e, 0xc3, 0xfd, 0xdb,
0x22, 0x8e, 0xb5, 0xbf, 0x91, 0xfd, 0x7b, 0xe4,
0x3e, 0x93, 0x89, 0x44, 0x9a, 0xe3, 0x68, 0xda,
0x30, 0x80, 0xde, 0x5e, 0x51, 0x8c, 0x44, 0x86,
0xbb, 0x4c, 0xcc, 0x64, 0x59, 0x96, 0xa3, 0x51,
0xa0, 0xb7, 0x57, 0x92, 0x64, 0x19, 0x20, 0x6f,
0x01, 0x34, 0xcd, 0x30, 0x0c, 0x43, 0x82, 0xa2,
0xeb, 0x80, 0xa6, 0x45, 0xa3, 0xaa, 0xaa, 0x69,
0xb2, 0x2c, 0xcb, 0xb2, 0xcc, 0x30, 0xe4, 0x7e,
0x55, 0x1d, 0x33, 0x81, 0x18, 0x0d, 0x4d, 0xd3,
0x34, 0x4d, 0x7b, 0x98, 0x40, 0x6e, 0x6e, 0x6e,
0xee, 0xcc, 0x99, 0x80, 0xcf, 0xe7, 0xf3, 0xf9,
0x7c, 0xc0, 0xc4, 0x89, 0x3c, 0xcf, 0xf3, 0xc0,
0xcd, 0x9b, 0x3e, 0x5f, 0x30, 0x18, 0x7b, 0x1b,
0xb0, 0x58, 0x78, 0x9e, 0xa2, 0x80, 0x09, 0x13,
0x48, 0xae, 0xc7, 0xda, 0xa9, 0xd5, 0xca, 0xf3,
0x2c, 0x0b, 0x18, 0x06, 0x21, 0x1a, 0x08, 0x84,
0xc3, 0x14, 0x05, 0xcc, 0x98, 0x21, 0x08, 0x34,
0x4d, 0x51, 0x81, 0x40, 0x20, 0xf0, 0xe0, 0x81,
0x2c, 0xa7, 0xa5, 0xa5, 0xa5, 0x4d, 0x99, 0x72,
0xee, 0xdc, 0x3f, 0x4e, 0xa1, 0x91, 0x04, 0x46,
0x2a, 0xe3, 0x72, 0xcd, 0x9c, 0xe9, 0x72, 0x01,
0xe7, 0xcf, 0x5f, 0xb8, 0xe0, 0x76, 0x03, 0xcb,
0x96, 0xe5, 0xe5, 0xa5, 0xa6, 0x02, 0xbd, 0xbd,
0x43, 0x43, 0x24, 0xe2, 0x24, 0x65, 0x0c, 0xc3,
0x30, 0x48, 0x74, 0x75, 0xdd, 0x30, 0x86, 0x6b,
0x21, 0x1a, 0x25, 0xcf, 0xa2, 0x18, 0x0a, 0x45,
0x22, 0x80, 0xd9, 0x2c, 0x08, 0x99, 0x99, 0x40,
0x49, 0xc9, 0x9c, 0x39, 0x82, 0x40, 0xd3, 0x5f,
0x7d, 0x75, 0xe8, 0xd0, 0x97, 0x5f, 0x4a, 0x92,
0x28, 0x8a, 0x62, 0x30, 0xd8, 0xd4, 0x34, 0x46,
0x02, 0xc3, 0xe2, 0x9b, 0x4c, 0x26, 0x93, 0xc9,
0x04, 0xd8, 0xed, 0x76, 0xbb, 0xdd, 0x0e, 0x08,
0x82, 0x20, 0x08, 0x02, 0xf0, 0xfc, 0xf3, 0xf3,
0xe7, 0x17, 0x14, 0x00, 0x7e, 0xbf, 0xdf, 0xef,
0xf7, 0x03, 0xb7, 0x6e, 0xb5, 0xb7, 0xb7, 0xb4,
0x00, 0x4b, 0x97, 0xe6, 0xe6, 0x26, 0x25, 0x01,
0x17, 0x2f, 0xde, 0xb9, 0x23, 0x49, 0x40, 0x73,
0x73, 0x6b, 0x2b, 0x99, 0xc4, 0x14, 0xc5, 0x30,
0xc0, 0xc0, 0x80, 0x2c, 0x1b, 0x06, 0xd0, 0xd0,
0xf0, 0xcb, 0x2f, 0xd7, 0xae, 0x01, 0xa7, 0x4f,
0xb7, 0xb6, 0xf6, 0xf6, 0x02, 0x2b, 0x57, 0xba,
0x5c, 0x2c, 0x0b, 0x9c, 0x39, 0x73, 0xfa, 0xf4,
0x89, 0x13, 0x86, 0x31, 0x63, 0x46, 0x7a, 0x7a,
0x46, 0x86, 0xd5, 0x1a, 0x0a, 0x0d, 0x0c, 0x0c,
0x0e, 0x6e, 0xde, 0xfc, 0xda, 0x6b, 0xab, 0x56,
0xad, 0x5c, 0x39, 0x65, 0xca, 0x43, 0x48, 0xe3,
0x31, 0x23, 0xdf, 0xe7, 0xc7, 0x8f, 0x13, 0x05,
0x5e, 0x79, 0x65, 0x74, 0x6d, 0x8c, 0x36, 0xaf,
0xd7, 0xeb, 0xf5, 0x7a, 0x81, 0xac, 0xac, 0xcc,
0xcc, 0xec, 0x6c, 0x60, 0xd9, 0xb2, 0x57, 0x5f,
0x5d, 0xbd, 0x1a, 0xf8, 0xe1, 0x87, 0x2b, 0x57,
0xfc, 0x7e, 0xa0, 0xbb, 0xfb, 0xc1, 0x03, 0x45,
0x01, 0x14, 0xc5, 0x30, 0x68, 0x1a, 0x78, 0xf6,
0x59, 0x41, 0xe0, 0x38, 0xa0, 0xb0, 0xd0, 0xe9,
0x4c, 0x4e, 0x06, 0x6a, 0x6b, 0xf7, 0xee, 0xad,
0xa8, 0xd0, 0xf5, 0x15, 0x2b, 0x96, 0x2f, 0x7f,
0xf9, 0x65, 0x9a, 0x6e, 0x69, 0xb9, 0x74, 0xa9,
0xa5, 0x05, 0x08, 0x06, 0x83, 0xc1, 0x40, 0x40,
0xd7, 0x25, 0x49, 0x92, 0x24, 0xa9, 0xaf, 0x8f,
0xe7, 0x39, 0x8e, 0xe7, 0x97, 0x2e, 0xfd, 0xe4,
0x93, 0x8f, 0x3f, 0xfe, 0xf4, 0xd3, 0xcb, 0x97,
0x1f, 0xf3, 0x83, 0x99, 0xfd, 0xa3, 0x56, 0xac,
0x56, 0xe2, 0x63, 0x83, 0x25, 0xe6, 0x27, 0x4c,
0x28, 0x2a, 0x2a, 0x2e, 0x2e, 0x2c, 0x74, 0xb9,
0x1c, 0x0e, 0xa7, 0x33, 0x3b, 0xbb, 0xba, 0xda,
0x6e, 0x4f, 0x49, 0xb1, 0xdb, 0x15, 0x65, 0xe2,
0xc4, 0xe4, 0xe4, 0x94, 0x14, 0x8e, 0xcb, 0xcf,
0x9f, 0x37, 0x2f, 0x3f, 0xdf, 0x6a, 0xcd, 0xc8,
0xc8, 0xc8, 0xc8, 0xc8, 0x48, 0x48, 0xa8, 0xab,
0xfb, 0xe6, 0x9b, 0xba, 0xba, 0xdb, 0xb7, 0x6f,
0xdd, 0xea, 0xec, 0xbc, 0x71, 0x83, 0xe7, 0x43,
0x21, 0x49, 0x0a, 0x87, 0xab, 0xaa, 0x52, 0x53,
0xd3, 0xd2, 0x04, 0xa1, 0xb6, 0xb6, 0xb4, 0xb4,
0xa4, 0xa4, 0xb4, 0x14, 0xb8, 0x7a, 0xb5, 0xad,
0xad, 0xb5, 0x15, 0x28, 0x2c, 0x5c, 0xb8, 0xb0,
0xa8, 0x48, 0xd7, 0xbf, 0xfe, 0xba, 0xae, 0xee,
0xf0, 0x61, 0x9a, 0x26, 0x04, 0x28, 0xea, 0x31,
0xdb, 0x68, 0x34, 0x4a, 0xbc, 0x24, 0x11, 0x7f,
0xff, 0x3e, 0xf1, 0x37, 0x6f, 0x12, 0xdf, 0xd6,
0x46, 0x06, 0xcd, 0x91, 0x23, 0x07, 0x0e, 0x7c,
0xf6, 0xd9, 0x17, 0x5f, 0x3c, 0xf3, 0x0c, 0x4d,
0xb3, 0x2c, 0x45, 0x55, 0x56, 0xaa, 0x6a, 0x34,
0x1a, 0x89, 0x5c, 0xbe, 0xfc, 0xed, 0xb7, 0xc7,
0x8e, 0x1d, 0x3d, 0x4a, 0x51, 0xbb, 0x77, 0xef,
0xdd, 0xfb, 0xe1, 0x87, 0xa4, 0xfb, 0x18, 0xc6,
0xb5, 0x6b, 0x59, 0x59, 0x59, 0x59, 0x99, 0x99,
0xdb, 0xb7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7,
0xef, 0xdf, 0xaf, 0xeb, 0x9a, 0x06, 0xbc, 0xff,
0x7e, 0x43, 0xc3, 0xc9, 0x93, 0x0d, 0x0d, 0xc0,
0xe2, 0xc5, 0xc5, 0xc5, 0x8b, 0x17, 0x03, 0x36,
0x9b, 0xcd, 0x66, 0xb3, 0xd1, 0x0f, 0xe1, 0x1d,
0xc7, 0xbf, 0x2c, 0x00, 0x99, 0x10, 0x23, 0x7d,
0xac, 0xb6, 0x46, 0x7f, 0xa4, 0xc4, 0x9e, 0x87,
0x93, 0xb3, 0xac, 0xac, 0xac, 0xac, 0xac, 0xec,
0x8d, 0x37, 0x2c, 0x96, 0x84, 0x04, 0x93, 0xe9,
0xc0, 0x81, 0x3f, 0xef, 0x5b, 0xb5, 0x8a, 0x28,
0x50, 0x5f, 0x3f, 0xbe, 0xf8, 0xff, 0x05, 0xfb,
0x1d, 0x75, 0xcb, 0xe2, 0xbb, 0xec, 0x47, 0x44,
0xaf, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
0x44, 0xae, 0x42, 0x60, 0x82};

View File

@@ -1,315 +0,0 @@
/* edit_find_replace.png - 776 bytes */
static const unsigned char edit_find_replace_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd6, 0x01, 0x06, 0x16, 0x04, 0x03, 0xf5,
0x76, 0x68, 0x82, 0x00, 0x00, 0x02, 0x95, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xad, 0x93, 0x4d,
0x6c, 0x0c, 0x61, 0x18, 0xc7, 0x7f, 0x33, 0xb3,
0xb3, 0xb5, 0x48, 0xb7, 0xcc, 0x2c, 0xc1, 0x81,
0x56, 0xd0, 0x89, 0xe0, 0xa0, 0x89, 0x83, 0xa0,
0xb8, 0x34, 0x71, 0x20, 0x52, 0x49, 0x89, 0xaf,
0x63, 0x4b, 0x8a, 0x5a, 0x41, 0xa4, 0x44, 0x10,
0x82, 0x8a, 0x22, 0x71, 0xad, 0x44, 0x13, 0xc4,
0x36, 0x12, 0xd1, 0x83, 0x4b, 0x7d, 0xb4, 0x44,
0x48, 0x89, 0x8f, 0x9d, 0xa5, 0x45, 0x62, 0x5b,
0x95, 0xd4, 0x6e, 0x77, 0x67, 0x3f, 0xba, 0x5d,
0xbb, 0x3b, 0xaf, 0x03, 0x3b, 0x69, 0x2f, 0x4e,
0xfe, 0xc9, 0x93, 0x3c, 0xef, 0x9b, 0xfc, 0x7f,
0x79, 0x9e, 0x37, 0xff, 0x57, 0x62, 0x9c, 0xf6,
0x1d, 0x68, 0xd4, 0x34, 0x4d, 0x8b, 0x14, 0xcf,
0xd1, 0x68, 0x54, 0xbf, 0xda, 0x7a, 0x2d, 0xca,
0x3f, 0x24, 0x15, 0x1b, 0xff, 0xa1, 0x03, 0x6b,
0x4b, 0xbd, 0x65, 0x5d, 0x4b, 0x56, 0xd4, 0x88,
0x14, 0x53, 0x25, 0x55, 0x8c, 0x89, 0xbe, 0x97,
0x0f, 0xa4, 0x84, 0x15, 0x5f, 0x77, 0xa9, 0xa5,
0xf5, 0xd1, 0x3f, 0x01, 0x8d, 0xfb, 0xf7, 0x6a,
0xba, 0xee, 0x8b, 0x2c, 0xac, 0xaa, 0x61, 0x20,
0xed, 0x61, 0xe5, 0xe2, 0x59, 0x98, 0xe1, 0x18,
0xe9, 0x64, 0x02, 0x2b, 0xd4, 0x89, 0xcb, 0xa5,
0xa0, 0x28, 0xb2, 0x63, 0x52, 0x55, 0x35, 0xe0,
0x6f, 0x3a, 0xbc, 0x05, 0xc0, 0x05, 0xa0, 0xeb,
0xbe, 0x48, 0xf9, 0xe2, 0x95, 0x7c, 0xb1, 0x4a,
0xa8, 0x5b, 0x5d, 0xce, 0x24, 0xb7, 0x82, 0xaa,
0xc8, 0x74, 0x87, 0x04, 0x33, 0x96, 0x6c, 0x60,
0xf8, 0x7d, 0x27, 0xc7, 0x8e, 0x36, 0x3b, 0x80,
0xf3, 0x17, 0xcf, 0xd6, 0x16, 0x7b, 0x97, 0x73,
0x3b, 0xd9, 0xc7, 0xbc, 0xe9, 0xa5, 0x14, 0x6c,
0x41, 0x36, 0x57, 0x20, 0x9b, 0xb3, 0xf1, 0x95,
0x96, 0xf0, 0x75, 0x68, 0x0c, 0x09, 0xb0, 0xac,
0x38, 0x00, 0x5e, 0x6f, 0x19, 0x25, 0x6f, 0x8e,
0x73, 0x79, 0xab, 0x2c, 0x80, 0x1d, 0xce, 0x5c,
0x6a, 0x21, 0xc1, 0xe0, 0x70, 0x82, 0x70, 0x24,
0x43, 0x3c, 0x9d, 0x67, 0x8e, 0xe6, 0xc1, 0x2d,
0x17, 0xd0, 0xa7, 0xd8, 0x00, 0x84, 0x42, 0x21,
0x00, 0x5a, 0xb7, 0x29, 0xec, 0xba, 0xd2, 0x43,
0x75, 0xed, 0x7e, 0x80, 0x9b, 0x32, 0x40, 0xc2,
0x8a, 0xaf, 0xeb, 0x7b, 0xdd, 0xc5, 0xcc, 0x52,
0x09, 0x73, 0x60, 0x84, 0x91, 0xd4, 0x18, 0x2f,
0xcc, 0xef, 0xc4, 0x52, 0x19, 0xa2, 0xef, 0xef,
0xb3, 0x69, 0xe3, 0x26, 0x0c, 0xc3, 0xa0, 0xad,
0x41, 0x63, 0xf7, 0xd5, 0x67, 0x0c, 0x3e, 0x6d,
0xe7, 0x9d, 0x39, 0x58, 0x00, 0x90, 0x01, 0xa6,
0x95, 0x4d, 0xef, 0xaa, 0x28, 0x9f, 0x4f, 0xf8,
0xd5, 0x3d, 0x2a, 0x7c, 0x25, 0xf4, 0x84, 0x7e,
0x92, 0x1c, 0xcd, 0x32, 0xfc, 0xba, 0x03, 0x5d,
0xd3, 0x18, 0x4d, 0x8f, 0x3a, 0xe6, 0x81, 0x27,
0x37, 0x79, 0xd7, 0x1f, 0x65, 0xc4, 0xec, 0x50,
0x80, 0x2a, 0xe9, 0xcc, 0x99, 0x53, 0x62, 0xee,
0xbc, 0x72, 0x7c, 0xba, 0x4e, 0xd0, 0x0c, 0x92,
0x4a, 0xa7, 0x9c, 0x67, 0x59, 0xb6, 0x74, 0x19,
0xd5, 0x6b, 0xaa, 0x69, 0x6b, 0xd0, 0xd8, 0x79,
0xa9, 0x9b, 0x70, 0x4f, 0x3b, 0x6f, 0x3f, 0x45,
0x89, 0x99, 0x01, 0x80, 0xaa, 0xa6, 0x5b, 0x76,
0xaf, 0x0b, 0x70, 0xcc, 0x07, 0x9b, 0xfc, 0x58,
0x56, 0xdc, 0xd9, 0x17, 0xf8, 0x63, 0x6e, 0x79,
0x4a, 0xff, 0xc3, 0x36, 0x3e, 0x7e, 0x4f, 0x12,
0x33, 0x03, 0xfc, 0x5a, 0x54, 0xcf, 0x91, 0x93,
0xd7, 0x7b, 0x01, 0x49, 0x6e, 0x6e, 0x3e, 0x21,
0x05, 0xcd, 0x20, 0xf9, 0xc2, 0x2f, 0xbb, 0x68,
0x32, 0x0c, 0x03, 0xc3, 0x30, 0xa8, 0xac, 0xac,
0xe4, 0x9b, 0xbc, 0x82, 0xe0, 0xf3, 0xe7, 0xf4,
0x0f, 0x59, 0xc4, 0x82, 0x77, 0xa9, 0x3b, 0xfd,
0x02, 0xdb, 0x33, 0xdb, 0xc9, 0x90, 0x0c, 0xe0,
0x3f, 0x78, 0x48, 0x02, 0x10, 0xc2, 0x61, 0x20,
0x84, 0xe0, 0xc6, 0x1e, 0x9d, 0xcf, 0x3f, 0xa2,
0xdc, 0x09, 0x04, 0x88, 0x7c, 0xe8, 0x60, 0x55,
0x7d, 0x07, 0x93, 0xb4, 0x05, 0xe4, 0x72, 0xb9,
0x62, 0x04, 0x84, 0x3c, 0x2e, 0x95, 0x76, 0x3e,
0x9f, 0x9f, 0x00, 0x68, 0xba, 0x65, 0xb3, 0x7e,
0xe6, 0x67, 0x6a, 0x36, 0xef, 0x66, 0x79, 0xc3,
0x63, 0xc4, 0xe4, 0x39, 0x24, 0x93, 0x49, 0x72,
0xb9, 0x3c, 0x80, 0x32, 0x31, 0x48, 0x80, 0xaa,
0xba, 0xf1, 0x7a, 0xdd, 0x0e, 0x20, 0x93, 0xc9,
0x90, 0x48, 0x24, 0xc8, 0x66, 0xb3, 0x28, 0x8a,
0x82, 0xaa, 0xaa, 0x7f, 0xcb, 0x05, 0x60, 0x4f,
0x00, 0x28, 0x8a, 0x72, 0xfb, 0x42, 0xcb, 0xb9,
0xed, 0x42, 0x88, 0x09, 0x53, 0x14, 0x4b, 0x92,
0x9c, 0x7f, 0x87, 0xc7, 0xe3, 0x69, 0x07, 0x72,
0xfc, 0x0f, 0xfd, 0x06, 0x79, 0xcd, 0x1b, 0x0c,
0xce, 0xbd, 0xad, 0x59, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
/* edit_find_replace.png - 1681 bytes */
static const unsigned char edit_find_replace_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x06,
0x1c, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x97, 0x5b, 0x48, 0x14, 0x5f, 0x1c, 0xc7, 0xbf,
0x73, 0x66, 0x6f, 0xee, 0x96, 0x9b, 0x79, 0x89,
0x2c, 0xf2, 0x92, 0xed, 0xa6, 0xa8, 0x50, 0x69,
0x14, 0xf4, 0x90, 0xa5, 0x50, 0xd8, 0x43, 0x42,
0x0f, 0x45, 0xd0, 0xed, 0x51, 0x34, 0x33, 0x23,
0x08, 0xa4, 0x42, 0x7c, 0xe8, 0xa2, 0x48, 0x51,
0x44, 0xbd, 0x14, 0x8a, 0x58, 0xd8, 0x15, 0x31,
0x0b, 0xba, 0x90, 0xd6, 0x4b, 0x4a, 0x98, 0xe8,
0xae, 0x25, 0xa9, 0x69, 0xdb, 0x65, 0xd5, 0xbd,
0x39, 0xeb, 0xde, 0x67, 0xfe, 0x0f, 0xd3, 0xf9,
0x8f, 0xbb, 0x36, 0xec, 0xf6, 0xff, 0x3f, 0xf4,
0xd2, 0xef, 0xe5, 0xc7, 0xcc, 0x99, 0x39, 0xe7,
0xf3, 0x3d, 0xbf, 0xcb, 0x9c, 0x01, 0xfe, 0xda,
0x9f, 0x35, 0x46, 0x6e, 0xe0, 0xda, 0xb5, 0xeb,
0xd7, 0xaf, 0x5e, 0xfd, 0xf8, 0xd1, 0xed, 0x76,
0xbb, 0x39, 0x2e, 0x2b, 0xcb, 0xef, 0xf7, 0xfb,
0xfd, 0x7e, 0x41, 0x08, 0x04, 0x02, 0x81, 0x50,
0x88, 0x10, 0xb9, 0xf7, 0x94, 0x4a, 0xa5, 0x92,
0x65, 0x79, 0x5e, 0xa5, 0x52, 0xa9, 0x54, 0x2a,
0x41, 0x88, 0x11, 0xe3, 0xa7, 0x75, 0x75, 0xd5,
0xd4, 0x54, 0x57, 0x9f, 0x3c, 0xb9, 0x6b, 0x57,
0xac, 0x02, 0x14, 0x72, 0x03, 0x2e, 0x97, 0xcb,
0xe5, 0x74, 0x66, 0x65, 0x6d, 0xdf, 0x5e, 0x54,
0x54, 0x52, 0xc2, 0x30, 0x9d, 0x9d, 0x5d, 0x5d,
0x9d, 0x9d, 0x0c, 0x93, 0x9f, 0xbf, 0x69, 0xd3,
0x8e, 0x1d, 0x80, 0xc7, 0xc3, 0x30, 0x5a, 0x2d,
0x10, 0x0c, 0xf2, 0x3c, 0x21, 0x80, 0x4a, 0x25,
0x08, 0x3e, 0x1f, 0xf0, 0xe1, 0xc3, 0xdb, 0xb7,
0x1d, 0x1d, 0x84, 0x94, 0x94, 0x14, 0x17, 0x17,
0x15, 0x01, 0x1b, 0x36, 0xac, 0x5f, 0x5f, 0x50,
0x10, 0x0d, 0x1d, 0x68, 0x6c, 0x6c, 0x6a, 0xba,
0x70, 0x61, 0xe7, 0xce, 0xdf, 0x8d, 0x80, 0xac,
0x00, 0xba, 0xe3, 0x14, 0xdc, 0x60, 0x28, 0x28,
0xd8, 0xb1, 0x03, 0x18, 0x19, 0x71, 0x3a, 0xe3,
0xe2, 0x80, 0x82, 0x02, 0x83, 0x21, 0x29, 0x09,
0x50, 0xab, 0x95, 0x4a, 0x85, 0x02, 0x30, 0x99,
0x26, 0x26, 0x6c, 0x36, 0x40, 0xaf, 0xcf, 0xc9,
0x29, 0x2d, 0x05, 0x1e, 0x3f, 0xee, 0xea, 0xea,
0xec, 0x04, 0x74, 0x3a, 0x9d, 0x4e, 0xa7, 0x03,
0x52, 0x53, 0x97, 0x2f, 0x4f, 0x4d, 0x5d, 0xb8,
0x4e, 0x7c, 0x7c, 0x7c, 0xbc, 0x5e, 0x4f, 0xaf,
0xa2, 0x45, 0x8c, 0x61, 0x22, 0x9f, 0x93, 0x4d,
0x05, 0x9e, 0xe7, 0x79, 0x80, 0x90, 0xcc, 0xcc,
0xdc, 0xdc, 0x2d, 0x5b, 0x80, 0xd1, 0x51, 0xa7,
0x53, 0xad, 0x06, 0xca, 0xca, 0x36, 0x6f, 0x4e,
0x4f, 0x07, 0xb2, 0xb3, 0x57, 0xae, 0x5c, 0xb2,
0x04, 0x48, 0x4b, 0x4b, 0x4e, 0xd6, 0x6a, 0x81,
0xbc, 0xbc, 0xb4, 0xb4, 0xa5, 0x4b, 0x81, 0x60,
0x90, 0x65, 0x75, 0x3a, 0x20, 0x25, 0x25, 0x2f,
0xaf, 0xb4, 0x14, 0x68, 0x6f, 0xbf, 0x7b, 0xb7,
0xbd, 0x7d, 0xe1, 0xfc, 0x82, 0x20, 0x08, 0xb1,
0x24, 0x58, 0x53, 0xd3, 0xbe, 0x7d, 0x84, 0x08,
0x82, 0xe8, 0x79, 0x3e, 0x72, 0x9c, 0x44, 0x9b,
0x40, 0x10, 0xe2, 0xe2, 0x92, 0x92, 0x80, 0xb4,
0xb4, 0x65, 0xcb, 0xe2, 0xe3, 0x01, 0xaf, 0xd7,
0xe7, 0xf3, 0xfb, 0x01, 0x97, 0x8b, 0xe3, 0xe6,
0xe6, 0x00, 0xb7, 0xdb, 0xe3, 0xf1, 0xfb, 0x81,
0x6f, 0xdf, 0xac, 0xd6, 0x99, 0x19, 0x80, 0x65,
0x83, 0x41, 0x8f, 0x07, 0xf8, 0xfa, 0xd5, 0xe5,
0x62, 0xe6, 0x55, 0x98, 0xd9, 0x6c, 0x36, 0x9b,
0xcd, 0x80, 0xc9, 0x64, 0x32, 0x99, 0x4c, 0xa2,
0x80, 0x58, 0xc0, 0x0f, 0x1e, 0xbc, 0x74, 0xe9,
0xf5, 0x6b, 0x60, 0xeb, 0xd6, 0x3d, 0x7b, 0xaa,
0xaa, 0xa4, 0xfb, 0x51, 0x53, 0x88, 0x9a, 0x5a,
0xad, 0x56, 0xab, 0x54, 0x80, 0xcf, 0x27, 0x2e,
0xe9, 0xf5, 0x06, 0x83, 0x82, 0x00, 0x10, 0x42,
0x08, 0xc3, 0x00, 0xb3, 0xb3, 0xa2, 0x00, 0xbd,
0x7e, 0xf1, 0x62, 0x9d, 0x0e, 0xc8, 0xca, 0x52,
0xa9, 0x34, 0x1a, 0xa0, 0xaf, 0x6f, 0x74, 0xd4,
0xe1, 0x90, 0xe6, 0x31, 0x1a, 0x8d, 0x46, 0xa3,
0x51, 0xda, 0x79, 0xb9, 0x08, 0x50, 0xc0, 0x43,
0x87, 0x2e, 0x5f, 0x7e, 0xf3, 0x06, 0x98, 0x9c,
0x7c, 0xf5, 0xaa, 0xa5, 0x05, 0x18, 0x18, 0x30,
0x9b, 0xa7, 0xa6, 0x42, 0x21, 0xf1, 0x29, 0x96,
0x8d, 0x59, 0x80, 0x20, 0xcc, 0xcd, 0xcd, 0xcc,
0x00, 0x16, 0x0b, 0xc7, 0xe9, 0x74, 0x80, 0xc7,
0xe3, 0x72, 0xd9, 0x6c, 0x80, 0x56, 0xab, 0x52,
0x89, 0xe3, 0x62, 0x58, 0x35, 0x1a, 0xa5, 0x92,
0xe7, 0x81, 0xc9, 0x49, 0xbb, 0x3d, 0x18, 0x04,
0x12, 0x13, 0x35, 0x1a, 0x8d, 0x06, 0xb0, 0xdb,
0xa5, 0x08, 0x0c, 0x0f, 0xd3, 0x39, 0x81, 0xec,
0xec, 0xec, 0xec, 0x9c, 0x1c, 0x69, 0x1d, 0x96,
0xed, 0xed, 0x3d, 0x75, 0x8a, 0x65, 0x17, 0x82,
0x8f, 0x8c, 0xcc, 0xcc, 0x00, 0x36, 0x9b, 0xc9,
0x74, 0xef, 0x1e, 0xcb, 0x56, 0x57, 0xb7, 0xb5,
0xf1, 0xbc, 0x14, 0x5b, 0x59, 0x01, 0x73, 0x73,
0x6e, 0xb7, 0xdb, 0x0d, 0x7c, 0xf8, 0xf0, 0xee,
0xdd, 0xf3, 0xe7, 0xc0, 0xaa, 0x55, 0x85, 0x85,
0x65, 0x65, 0x80, 0xcd, 0xe6, 0xf1, 0x28, 0x14,
0x80, 0x5e, 0xaf, 0xd1, 0xa8, 0x54, 0x00, 0xcb,
0x8a, 0x45, 0x6c, 0xb7, 0x3b, 0x9d, 0x1c, 0x07,
0xc4, 0xc5, 0xe9, 0x74, 0x84, 0x00, 0x53, 0x53,
0xfd, 0xfd, 0xf7, 0xef, 0x03, 0xdb, 0xb6, 0x15,
0x15, 0x6d, 0xdb, 0x06, 0xac, 0x5d, 0xbb, 0x76,
0xad, 0xd1, 0x28, 0x75, 0x1d, 0x1a, 0x81, 0x4b,
0x97, 0xf6, 0xef, 0x57, 0x28, 0x00, 0x9a, 0x2a,
0xe3, 0xe3, 0x2f, 0x5f, 0x36, 0x37, 0x03, 0x7d,
0x7d, 0x83, 0x83, 0xdf, 0xbf, 0x03, 0x1c, 0x37,
0x32, 0xf2, 0xe8, 0x11, 0x10, 0x09, 0x2e, 0x5b,
0x03, 0x15, 0x15, 0x47, 0x8f, 0x96, 0x97, 0x0f,
0x0f, 0xe7, 0xe6, 0xe6, 0xe6, 0xe6, 0xe7, 0x03,
0x99, 0x99, 0x19, 0x19, 0xab, 0x57, 0x03, 0x13,
0x13, 0xbd, 0xbd, 0x0f, 0x1e, 0x00, 0x06, 0xc3,
0xf2, 0xe5, 0x5a, 0x2d, 0x30, 0x36, 0x66, 0xb5,
0xce, 0xce, 0x02, 0xfd, 0xfd, 0xe3, 0xe3, 0x0e,
0x87, 0x58, 0xf4, 0x82, 0x20, 0x81, 0x27, 0x24,
0x24, 0x24, 0x24, 0x24, 0x00, 0x84, 0x30, 0x0c,
0xcb, 0x86, 0x83, 0x03, 0x40, 0x73, 0x73, 0x45,
0x45, 0x72, 0xf2, 0x7c, 0xf0, 0x67, 0xcf, 0x9a,
0x9b, 0x81, 0xfe, 0xfe, 0xe1, 0xe1, 0xa9, 0xa9,
0xe8, 0xe0, 0xd4, 0xfe, 0x1d, 0xa8, 0xaf, 0xaf,
0xaf, 0xaf, 0xab, 0x13, 0x84, 0xb4, 0xb4, 0xf4,
0xf4, 0x8c, 0x0c, 0xe9, 0x81, 0xe4, 0xe4, 0xa4,
0xa4, 0xa4, 0x24, 0x60, 0x68, 0xc8, 0x64, 0x1a,
0x1a, 0x02, 0x38, 0xce, 0xed, 0xe6, 0x38, 0xf9,
0x94, 0x33, 0x18, 0xd6, 0xac, 0x31, 0x18, 0x80,
0x92, 0x92, 0xe2, 0xe2, 0x92, 0x12, 0x09, 0x58,
0xa1, 0x50, 0x28, 0x14, 0x0a, 0xe0, 0xd6, 0xad,
0xf2, 0xf2, 0xc4, 0x44, 0xe0, 0xe0, 0xc1, 0xa6,
0x26, 0x11, 0xfc, 0xc5, 0x8b, 0xe6, 0x66, 0xc0,
0x64, 0xfa, 0xfc, 0xd9, 0x6e, 0x07, 0xa6, 0xa6,
0x06, 0x06, 0xda, 0xdb, 0xa3, 0x83, 0x47, 0x4d,
0xa1, 0x48, 0xf0, 0x23, 0x47, 0x0e, 0x1f, 0x3e,
0x72, 0x44, 0xec, 0x22, 0x66, 0x73, 0x64, 0x9d,
0x84, 0x77, 0x15, 0x41, 0x90, 0x72, 0x5e, 0xab,
0xd5, 0x6a, 0xb5, 0x5a, 0xa0, 0xbb, 0xbb, 0xa1,
0xa1, 0xb0, 0x50, 0x02, 0x1f, 0x1b, 0xeb, 0xe9,
0xb9, 0x73, 0x07, 0x18, 0x1a, 0x1a, 0x1b, 0xb3,
0xd9, 0x80, 0x99, 0x99, 0xc1, 0xc1, 0xbb, 0x77,
0x63, 0x07, 0x97, 0x15, 0x60, 0xb5, 0x5a, 0xad,
0x3f, 0x7e, 0x48, 0xfe, 0xd8, 0xb1, 0xaa, 0xaa,
0xea, 0x6a, 0xc0, 0xe9, 0x74, 0x3a, 0x1d, 0x0e,
0xb1, 0x9b, 0x18, 0x0c, 0x0b, 0x81, 0x23, 0xaf,
0x09, 0x21, 0x84, 0x65, 0x81, 0x96, 0x96, 0xca,
0xca, 0x94, 0x14, 0xe0, 0xc0, 0x81, 0xc6, 0xc6,
0x9e, 0x1e, 0xe0, 0xd3, 0xa7, 0xa7, 0x4f, 0x6f,
0xde, 0x04, 0xcc, 0xe6, 0x2f, 0x5f, 0x1c, 0x0e,
0x11, 0xfc, 0xde, 0x3d, 0xc0, 0xe3, 0x59, 0xb7,
0xae, 0xae, 0x0e, 0x00, 0xda, 0xda, 0x6a, 0x6b,
0x63, 0xc5, 0x9f, 0x57, 0x03, 0xb5, 0xb5, 0xb5,
0xb5, 0xa7, 0x4f, 0x33, 0x4c, 0x4d, 0xcd, 0xf1,
0xe3, 0x27, 0x4e, 0x30, 0x4c, 0x28, 0xc4, 0xf3,
0x81, 0x00, 0xcf, 0x13, 0x42, 0x08, 0x21, 0xe1,
0x6d, 0x8f, 0x61, 0xc4, 0x9c, 0xfe, 0xd5, 0x84,
0x4a, 0xa5, 0x52, 0xa9, 0x54, 0xce, 0x07, 0x6f,
0x68, 0xe8, 0xee, 0x06, 0x46, 0x46, 0x44, 0xf0,
0xc1, 0xc1, 0xf1, 0x71, 0xbb, 0x5d, 0x02, 0xaf,
0xaa, 0x6a, 0x6d, 0x0d, 0x06, 0x63, 0x07, 0x8e,
0x39, 0x85, 0x28, 0x30, 0xcf, 0x8b, 0xdf, 0xe4,
0xf9, 0xfd, 0xfb, 0x57, 0x3b, 0x4f, 0x8b, 0x94,
0x16, 0xf3, 0xd8, 0x18, 0xb0, 0x71, 0x23, 0xf0,
0xfe, 0x7d, 0x4f, 0x4f, 0x4f, 0x0f, 0x30, 0x31,
0x31, 0x39, 0x69, 0xb7, 0x8b, 0xed, 0xf0, 0xfe,
0x7d, 0xe0, 0xc0, 0x81, 0x2b, 0x57, 0xac, 0x56,
0x69, 0x7e, 0xea, 0x45, 0xa3, 0x7d, 0x9e, 0xf6,
0xfd, 0xff, 0x20, 0x80, 0x22, 0x86, 0x42, 0xa1,
0x50, 0x28, 0x24, 0x2f, 0x80, 0x61, 0x18, 0x86,
0x10, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01, 0xe0,
0xc6, 0x8d, 0xf2, 0xf2, 0x15, 0x2b, 0x80, 0xc1,
0xc1, 0x1f, 0x3f, 0xd2, 0xd3, 0x01, 0x87, 0xa3,
0xb5, 0xf5, 0xf6, 0x6d, 0x20, 0x33, 0x93, 0x90,
0x81, 0x01, 0x60, 0xef, 0xde, 0xf3, 0xe7, 0xcd,
0x66, 0x31, 0x25, 0x9d, 0x4e, 0x80, 0x65, 0x59,
0x96, 0x65, 0x81, 0x40, 0xc0, 0xef, 0x0f, 0x04,
0xe8, 0xcc, 0xf4, 0x74, 0xe4, 0x72, 0x85, 0x0b,
0x59, 0xf8, 0xe9, 0x8b, 0xfa, 0x21, 0x9b, 0x2f,
0x60, 0x7e, 0x64, 0x94, 0x4a, 0xb1, 0xff, 0x53,
0x01, 0x1c, 0xc7, 0x71, 0x1c, 0x07, 0x9c, 0x3d,
0xfb, 0xf0, 0xa1, 0x20, 0x00, 0x95, 0x95, 0xc5,
0xc5, 0xe3, 0xe3, 0xc0, 0xae, 0x5d, 0x15, 0x15,
0x4f, 0x9e, 0x48, 0xa9, 0x35, 0x3d, 0x3d, 0x3d,
0x3d, 0x3d, 0x0d, 0x88, 0xc7, 0x6d, 0xb1, 0x56,
0x08, 0x01, 0x7c, 0x3e, 0x9f, 0xcf, 0xe7, 0xa3,
0xab, 0x26, 0x26, 0x8a, 0x9e, 0xde, 0xf1, 0x78,
0x7e, 0x53, 0x80, 0x94, 0xdf, 0x6a, 0xb5, 0x5a,
0xad, 0x56, 0x4b, 0x5e, 0x2e, 0xd5, 0x28, 0x90,
0xc5, 0x62, 0xb1, 0x58, 0x2c, 0x80, 0xd7, 0xeb,
0xf5, 0x7a, 0xbd, 0x12, 0x20, 0xf5, 0xb4, 0x9d,
0xd2, 0x9d, 0xa7, 0x9e, 0xbe, 0x1f, 0x0e, 0x4c,
0xab, 0x43, 0xfe, 0xdc, 0x24, 0x23, 0x40, 0x10,
0xc4, 0x89, 0x3b, 0x3a, 0x2e, 0x5e, 0x6c, 0x6c,
0x3c, 0x77, 0x6e, 0xf7, 0xee, 0x48, 0x60, 0x39,
0x21, 0x52, 0xed, 0x88, 0x87, 0x0c, 0x9e, 0x17,
0xef, 0xd0, 0x5f, 0x16, 0x69, 0x8b, 0xc2, 0xdb,
0x40, 0x5d, 0xdd, 0x99, 0x33, 0xf5, 0xf5, 0xf4,
0x70, 0x41, 0x4f, 0x51, 0x34, 0xa9, 0xe4, 0x05,
0xc4, 0xd8, 0x6f, 0x15, 0x3f, 0x85, 0xea, 0x74,
0xa2, 0x5f, 0xbc, 0x38, 0xdc, 0x2f, 0x5a, 0x14,
0x3e, 0x4e, 0xff, 0xd8, 0x68, 0x31, 0x52, 0x00,
0x0a, 0x44, 0x77, 0x98, 0x9e, 0x94, 0x68, 0xae,
0xbb, 0xdd, 0xe1, 0xe3, 0xb4, 0xac, 0xff, 0xb7,
0x00, 0x69, 0xdf, 0xc2, 0xc1, 0xe8, 0x35, 0x15,
0x18, 0x39, 0x4e, 0x85, 0x50, 0x80, 0x48, 0x21,
0x34, 0x45, 0xe4, 0x40, 0x63, 0xfd, 0x25, 0xfd,
0x6b, 0x7f, 0xce, 0xfe, 0x01, 0xc9, 0xa7, 0x95,
0x94, 0xde, 0x64, 0xc1, 0x5d, 0x00, 0x00, 0x00,
0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
0x82};

View File

@@ -1,229 +0,0 @@
/* edit_paste.png - 561 bytes */
static const unsigned char edit_paste_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59,
0x73, 0x00, 0x00, 0x0b, 0x13, 0x00, 0x00, 0x0b,
0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18, 0x00, 0x00,
0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xd5,
0x0a, 0x0e, 0x00, 0x1c, 0x15, 0xaf, 0xe2, 0xf1,
0x18, 0x00, 0x00, 0x01, 0xd0, 0x49, 0x44, 0x41,
0x54, 0x38, 0xcb, 0x95, 0x93, 0xb1, 0x6b, 0x53,
0x51, 0x14, 0xc6, 0x7f, 0xf7, 0xbd, 0x34, 0x82,
0x24, 0x31, 0x8d, 0xd4, 0x94, 0x0c, 0x85, 0x22,
0x06, 0x5c, 0x5c, 0xb4, 0x6a, 0x62, 0x04, 0xd1,
0x12, 0x70, 0x76, 0xd0, 0x21, 0x38, 0x14, 0x45,
0x6d, 0x1d, 0xc4, 0xc5, 0x41, 0x97, 0x82, 0x38,
0x08, 0x8e, 0xfa, 0x0f, 0x34, 0x83, 0xbb, 0x9b,
0xa8, 0x4b, 0xd5, 0x2e, 0xba, 0x38, 0x29, 0x91,
0x52, 0xa8, 0xd1, 0x48, 0x42, 0x5e, 0x6f, 0x6c,
0xd0, 0x46, 0xef, 0x39, 0x0e, 0xa1, 0x31, 0x2f,
0x6d, 0x20, 0x7e, 0xdb, 0xfd, 0xce, 0x3d, 0x3f,
0xce, 0xf9, 0xe0, 0x18, 0x06, 0x54, 0x2a, 0x95,
0x8c, 0xef, 0x7b, 0xcf, 0x9d, 0x93, 0xd9, 0x7e,
0xdf, 0xf7, 0xbd, 0x17, 0xce, 0x49, 0xb1, 0x5c,
0x2e, 0x6b, 0xbf, 0x6f, 0x00, 0x6e, 0xce, 0x9a,
0x2b, 0x06, 0x1e, 0x2a, 0x8c, 0x2b, 0x1e, 0x76,
0xf2, 0x12, 0xb9, 0xdc, 0x11, 0x3c, 0xcf, 0x00,
0x20, 0xa2, 0xac, 0xac, 0x7c, 0x60, 0x5f, 0xed,
0x29, 0x06, 0x01, 0x68, 0xaa, 0xea, 0xad, 0xc7,
0x2f, 0x59, 0x32, 0xf3, 0x67, 0x89, 0xf8, 0x9e,
0x09, 0x2e, 0x9c, 0x39, 0x18, 0xfb, 0xd2, 0xc9,
0xf0, 0x2e, 0xc8, 0xd2, 0xb4, 0x1d, 0xa6, 0xa7,
0xa7, 0x30, 0x66, 0x1b, 0x20, 0xac, 0xad, 0xad,
0x93, 0x4c, 0x44, 0x39, 0x9a, 0xfc, 0xcc, 0xa4,
0xbf, 0xce, 0xb3, 0xd7, 0xab, 0x56, 0x54, 0x53,
0x11, 0x20, 0xe6, 0x79, 0x66, 0x2c, 0x1a, 0xf1,
0x79, 0x5f, 0xcf, 0xb2, 0x78, 0xff, 0x11, 0x41,
0x10, 0x50, 0xa9, 0x54, 0x42, 0xab, 0xcd, 0xcd,
0x1d, 0x22, 0x95, 0x4a, 0x71, 0xef, 0xee, 0x6d,
0x2e, 0x66, 0xbe, 0x21, 0xaa, 0x31, 0x20, 0x1a,
0xe9, 0xff, 0xd4, 0xde, 0x82, 0x44, 0x22, 0x81,
0xaa, 0x30, 0x33, 0x73, 0x6c, 0x30, 0x1e, 0xe2,
0xf1, 0x38, 0x5b, 0x7f, 0xc0, 0xa9, 0xe9, 0x79,
0x3d, 0x80, 0x6a, 0x28, 0x1b, 0x96, 0xdf, 0xbc,
0x0d, 0xbd, 0x0b, 0xf9, 0x1c, 0xbb, 0x29, 0xc2,
0x10, 0x9d, 0x3e, 0x95, 0xe7, 0x1f, 0x5c, 0x10,
0x71, 0xc3, 0x01, 0xba, 0x4b, 0x61, 0x7b, 0x02,
0x55, 0x45, 0x45, 0xc8, 0x9d, 0x3c, 0xfe, 0x7f,
0x13, 0x14, 0xf2, 0x39, 0x44, 0x04, 0x11, 0x41,
0x55, 0xb0, 0xd6, 0x32, 0x31, 0x91, 0x1e, 0x0d,
0xd0, 0xdf, 0x28, 0xd2, 0x6d, 0x6e, 0xfd, 0x68,
0x8d, 0x3e, 0x81, 0x88, 0xeb, 0x41, 0xaa, 0x5f,
0xab, 0x34, 0x1a, 0xf5, 0x1d, 0x21, 0x87, 0x01,
0x03, 0x35, 0xe7, 0xba, 0x80, 0x56, 0xcb, 0xd2,
0xa8, 0xd7, 0x29, 0x16, 0xcf, 0x0f, 0xdb, 0x14,
0x6f, 0xd8, 0x04, 0xd6, 0x6e, 0x50, 0xfb, 0x5e,
0x43, 0x44, 0x7a, 0xfe, 0xf5, 0xf9, 0xab, 0x5c,
0x9e, 0x5a, 0x1e, 0xbe, 0xc2, 0xde, 0x31, 0xa5,
0x19, 0x34, 0x49, 0xa7, 0x33, 0xa4, 0xd3, 0x19,
0xb2, 0xd9, 0xc3, 0x58, 0xbb, 0x81, 0xaa, 0x70,
0x63, 0xe1, 0x5a, 0xaf, 0xd9, 0x37, 0x1a, 0x02,
0x6c, 0x8a, 0xe8, 0xef, 0xf6, 0x2f, 0xb7, 0xe7,
0x44, 0xf2, 0x23, 0x0f, 0x16, 0xef, 0xf0, 0xd3,
0xed, 0x8c, 0xa6, 0xb0, 0xff, 0x13, 0xab, 0xed,
0x03, 0x00, 0x24, 0xb5, 0x8a, 0x31, 0x66, 0x53,
0x55, 0x3b, 0x06, 0x60, 0xe1, 0x5c, 0xf7, 0x1a,
0x31, 0x8c, 0x33, 0x82, 0x54, 0xbb, 0xd7, 0xf8,
0xe4, 0x15, 0x4b, 0x7f, 0x01, 0x4f, 0xe6, 0xe1,
0x98, 0x78, 0x69, 0xc4, 0xda, 0x00, 0x00, 0x00,
0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
0x82};
/* edit_paste.png - 1209 bytes */
static const unsigned char edit_paste_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x09,
0x58, 0xf7, 0xdc, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x04,
0x44, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xd5,
0x57, 0x4d, 0x68, 0x53, 0x4b, 0x14, 0xfe, 0xee,
0xcd, 0x4d, 0x34, 0xda, 0x34, 0x7f, 0xe6, 0xa7,
0x86, 0x80, 0x10, 0x68, 0xb1, 0x3b, 0xa9, 0x5d,
0x74, 0x23, 0x51, 0x4c, 0x4a, 0x70, 0x61, 0x8d,
0x6e, 0x84, 0xb8, 0xeb, 0x4e, 0xec, 0xd6, 0xb8,
0x10, 0x8a, 0x86, 0xe2, 0xc6, 0xb8, 0x10, 0x05,
0x69, 0x05, 0xc1, 0x80, 0x5b, 0xdd, 0x24, 0x3b,
0xcd, 0x42, 0x83, 0x60, 0xb3, 0x28, 0x42, 0x41,
0x41, 0x90, 0x5a, 0x69, 0xfe, 0xcc, 0xcf, 0xcd,
0x4d, 0x62, 0xd2, 0x64, 0xc6, 0xc5, 0x70, 0xb1,
0x49, 0xee, 0x7d, 0x4d, 0x7c, 0x6d, 0x9f, 0xef,
0x6c, 0x0e, 0x33, 0x73, 0xe6, 0xcc, 0xf9, 0xce,
0x77, 0xce, 0xdc, 0xb9, 0xc0, 0xff, 0x5c, 0xb8,
0xbd, 0x72, 0x14, 0x0a, 0x85, 0x42, 0xa1, 0xd0,
0x9b, 0x37, 0x6c, 0xe4, 0xf5, 0xfe, 0xb3, 0x75,
0x32, 0x19, 0x8b, 0xc5, 0x62, 0xb1, 0xd8, 0xd9,
0xb3, 0xfb, 0x0e, 0x60, 0x71, 0x71, 0x71, 0x11,
0xe0, 0xf9, 0xaf, 0x5f, 0x93, 0x49, 0x40, 0xa7,
0x93, 0xe7, 0x5b, 0x2d, 0x87, 0xe3, 0xe2, 0xc5,
0x53, 0xa7, 0x04, 0xe1, 0xd0, 0xa1, 0xd1, 0xd1,
0x57, 0xaf, 0x08, 0x21, 0x84, 0x52, 0x9b, 0x6d,
0x6a, 0x6a, 0x6a, 0x6a, 0x62, 0x02, 0xe0, 0x38,
0x8e, 0xe3, 0x76, 0x78, 0xa7, 0x94, 0x52, 0x4a,
0x81, 0x74, 0x3a, 0x9d, 0xfe, 0xf4, 0x09, 0xe0,
0x79, 0x9e, 0xe7, 0xb8, 0x7c, 0xbe, 0xdd, 0x6e,
0x36, 0xab, 0xd5, 0x60, 0x50, 0xa7, 0xcb, 0x66,
0x5f, 0xbe, 0x5c, 0x5d, 0x95, 0xed, 0x4f, 0x9c,
0xf0, 0x7a, 0x81, 0x56, 0x8b, 0x9d, 0x4f, 0xc8,
0xd0, 0x00, 0x16, 0x16, 0x7c, 0x3e, 0x8d, 0xe6,
0xda, 0x35, 0x4a, 0x01, 0x42, 0x1e, 0x3e, 0x24,
0x84, 0x10, 0x60, 0x64, 0x44, 0x5e, 0xff, 0xf9,
0xd3, 0x6c, 0x9e, 0x99, 0xe1, 0x79, 0x87, 0x63,
0x7c, 0x7c, 0x66, 0x86, 0xe3, 0xdc, 0x6e, 0xb7,
0xdb, 0xe1, 0x18, 0x3c, 0x73, 0x9b, 0x9b, 0x9b,
0x9b, 0xf9, 0x3c, 0x90, 0xc9, 0x7c, 0xfe, 0x9c,
0x4a, 0x51, 0x7a, 0xf8, 0x70, 0xb1, 0x98, 0x4a,
0x11, 0x42, 0x29, 0x5b, 0xe7, 0x79, 0x8e, 0x03,
0x24, 0x89, 0x52, 0x42, 0x78, 0xfe, 0xc6, 0x8d,
0x47, 0x8f, 0x5e, 0xbf, 0xee, 0x74, 0x9e, 0x3f,
0xef, 0xf5, 0x23, 0xa8, 0x65, 0xbc, 0x54, 0x7a,
0xf7, 0x8e, 0x90, 0x07, 0x0f, 0x82, 0xc1, 0x33,
0x67, 0x3c, 0x1e, 0xa3, 0x31, 0x9b, 0xdd, 0xde,
0xb6, 0xdb, 0x81, 0x0f, 0x1f, 0x44, 0x71, 0x72,
0x12, 0x68, 0x34, 0x44, 0xb1, 0xd3, 0x01, 0xac,
0x56, 0xab, 0xd5, 0x66, 0x03, 0x3c, 0x1e, 0x8f,
0x67, 0x7c, 0xbc, 0x27, 0x3b, 0x1c, 0x63, 0x42,
0x69, 0xdc, 0x6c, 0x36, 0x9b, 0x00, 0x90, 0xc9,
0x64, 0x32, 0x13, 0x13, 0x1c, 0xa7, 0xd7, 0xbb,
0x5c, 0x27, 0x4f, 0x6a, 0x34, 0xd3, 0xd3, 0xa3,
0xa3, 0xeb, 0xeb, 0x80, 0xd1, 0x08, 0x64, 0xb3,
0x46, 0x63, 0x3c, 0x9e, 0x4a, 0x7d, 0xf9, 0x12,
0x8d, 0x32, 0x0f, 0x03, 0x00, 0x90, 0x4b, 0xc5,
0x60, 0x10, 0x04, 0xc0, 0x64, 0xd2, 0x6a, 0xb5,
0x5a, 0x9e, 0x07, 0x56, 0x57, 0x8b, 0xc5, 0xc9,
0x49, 0x20, 0x1c, 0xbe, 0x7d, 0xfb, 0xde, 0x3d,
0xa0, 0x52, 0x29, 0x97, 0x2b, 0x15, 0x20, 0x1a,
0x8d, 0x46, 0xef, 0xdf, 0x07, 0xd6, 0xd6, 0xd6,
0xd6, 0xd6, 0xd7, 0x07, 0x67, 0xc0, 0x60, 0x30,
0x18, 0x46, 0x46, 0x80, 0x70, 0x38, 0x1c, 0xbe,
0x75, 0x0b, 0x30, 0x9b, 0x2d, 0x16, 0xb3, 0x19,
0x58, 0x5a, 0xba, 0x73, 0xe7, 0xe6, 0x4d, 0x20,
0x18, 0x74, 0x3a, 0x0b, 0x05, 0x80, 0x10, 0x4a,
0x39, 0xee, 0xd8, 0x31, 0x56, 0x86, 0xfd, 0x7e,
0x84, 0xdd, 0x0e, 0xe2, 0x38, 0x4a, 0x19, 0x99,
0x2c, 0x63, 0x56, 0xab, 0xc5, 0x62, 0xb5, 0x02,
0x82, 0xa0, 0xd1, 0x68, 0x34, 0x40, 0x24, 0x12,
0x89, 0x44, 0x22, 0x40, 0xbb, 0xdd, 0x6e, 0xb7,
0xdb, 0x83, 0x03, 0x10, 0x04, 0x41, 0x10, 0x84,
0xdf, 0xbd, 0x62, 0x34, 0x1a, 0x8d, 0x26, 0x13,
0x50, 0xaf, 0xb7, 0x5a, 0x8c, 0xa9, 0x01, 0xfd,
0x0c, 0x7e, 0xa4, 0x1a, 0x40, 0x16, 0x80, 0x56,
0xab, 0xd5, 0x6a, 0xb5, 0xc3, 0xef, 0x97, 0x9b,
0x5b, 0x69, 0x65, 0x4f, 0x01, 0xa8, 0xb9, 0x4b,
0x24, 0x12, 0x89, 0x44, 0xe2, 0xcf, 0x02, 0x07,
0x80, 0xd9, 0xd9, 0xd9, 0x59, 0xbf, 0x7f, 0xf8,
0xfd, 0x43, 0x03, 0x50, 0x93, 0x40, 0x20, 0x10,
0x08, 0x04, 0x06, 0x0b, 0x98, 0xd2, 0x6e, 0x4d,
0x08, 0x40, 0x08, 0xbb, 0xdf, 0x0e, 0x00, 0x80,
0x32, 0x07, 0xbb, 0x31, 0xa0, 0x14, 0xb8, 0xec,
0x89, 0x52, 0xc0, 0xe7, 0xf3, 0xf9, 0x7c, 0xbe,
0x03, 0x01, 0xa0, 0x2c, 0xbd, 0x0c, 0x28, 0x65,
0x78, 0xe7, 0xb8, 0x17, 0x88, 0x28, 0x8a, 0x62,
0xa5, 0x02, 0xd8, 0xed, 0x76, 0xbb, 0xd3, 0xb9,
0x0f, 0x00, 0x76, 0x6b, 0xa5, 0x78, 0x3c, 0x1e,
0x97, 0x19, 0x50, 0xca, 0xb4, 0x1c, 0xb8, 0xdf,
0xef, 0xf7, 0xfb, 0xfd, 0xfd, 0xf3, 0xa2, 0x58,
0xad, 0x8a, 0xe2, 0xf0, 0xe7, 0x0e, 0xc5, 0x80,
0x92, 0x33, 0xb9, 0x76, 0xe5, 0x26, 0x54, 0xcb,
0xb0, 0x6c, 0x27, 0xeb, 0x5e, 0xbb, 0x7c, 0x3e,
0x97, 0xcb, 0xe7, 0x87, 0xcf, 0xfc, 0x50, 0x00,
0x94, 0x44, 0x2d, 0x20, 0xb5, 0x12, 0xda, 0xda,
0xda, 0xda, 0xfa, 0xfe, 0x1d, 0x90, 0x24, 0x49,
0xaa, 0xd5, 0x80, 0x7a, 0xbd, 0x5e, 0xaf, 0xd7,
0x7f, 0xdb, 0xfd, 0x55, 0x00, 0x76, 0x8e, 0x65,
0x00, 0x1b, 0x1b, 0x1b, 0x1b, 0xdf, 0xbe, 0x01,
0x73, 0x73, 0x73, 0x73, 0x97, 0x2f, 0xf7, 0xfb,
0xab, 0x54, 0x2a, 0x95, 0x72, 0xf9, 0x80, 0x01,
0x74, 0x3a, 0xea, 0x81, 0xf7, 0x97, 0x50, 0x77,
0xa6, 0xe5, 0x80, 0x45, 0x51, 0x14, 0x45, 0x91,
0x31, 0x53, 0xad, 0xfe, 0x47, 0x0c, 0x28, 0x35,
0x65, 0xad, 0x26, 0x49, 0x92, 0x04, 0xe4, 0x72,
0xb9, 0x5c, 0x2e, 0x07, 0x50, 0xda, 0x7d, 0xdf,
0xcb, 0x81, 0x67, 0xb3, 0xd9, 0x6c, 0x26, 0x03,
0x2c, 0x2f, 0x3f, 0x7d, 0xba, 0xbc, 0x0c, 0x5c,
0xb8, 0xe0, 0x74, 0xa6, 0xd3, 0x7b, 0x00, 0xa0,
0xb7, 0x71, 0x8f, 0x1e, 0xd5, 0xe9, 0x08, 0x01,
0xf2, 0xf9, 0x42, 0x21, 0x9f, 0x07, 0xc6, 0xc6,
0xc6, 0xc6, 0x5c, 0xae, 0xfe, 0x7d, 0x4a, 0x73,
0x3b, 0x45, 0xce, 0xbc, 0x5a, 0xe0, 0x56, 0xab,
0x4e, 0x57, 0xab, 0xed, 0x03, 0x03, 0x6e, 0x37,
0x21, 0x1f, 0x3f, 0x02, 0x4b, 0x4b, 0x77, 0xef,
0x86, 0xc3, 0xec, 0xd1, 0xc5, 0xf3, 0x7f, 0x44,
0x5e, 0x97, 0x5c, 0xb9, 0xe2, 0x72, 0xbd, 0x7f,
0x0f, 0x1c, 0x39, 0xa2, 0xd1, 0xb4, 0x5a, 0xc3,
0xef, 0xef, 0x03, 0xf0, 0xec, 0x59, 0x32, 0x09,
0x34, 0x9b, 0x0b, 0x0b, 0xe7, 0xcf, 0x03, 0xc5,
0xa2, 0x24, 0x35, 0x1a, 0xed, 0xb6, 0xcd, 0x76,
0xfa, 0xf4, 0xf1, 0xe3, 0x95, 0x0a, 0x30, 0x3d,
0x4d, 0xe9, 0xdb, 0xb7, 0xea, 0x0e, 0x07, 0xbd,
0xbf, 0xd5, 0x85, 0xbd, 0x43, 0xcb, 0x65, 0x49,
0x92, 0x5f, 0xb7, 0x94, 0xe6, 0x72, 0xaa, 0xd6,
0x6a, 0x0b, 0xd7, 0xaf, 0x9f, 0x3b, 0x07, 0x5c,
0xba, 0xc4, 0x71, 0x3c, 0xcf, 0xf3, 0x8f, 0x1f,
0xb3, 0x2a, 0xb7, 0xd9, 0x94, 0x0e, 0x53, 0x0b,
0x62, 0x70, 0xe9, 0x87, 0x4d, 0x29, 0xc0, 0x71,
0xa5, 0x12, 0x21, 0x7a, 0xbd, 0xc3, 0x11, 0x89,
0x6c, 0x6f, 0x3b, 0x9d, 0x5e, 0xef, 0x93, 0x27,
0x2b, 0x2b, 0x2b, 0x2b, 0x2f, 0x5e, 0x34, 0x1a,
0xbb, 0x02, 0xe8, 0x95, 0xf9, 0xf9, 0xf9, 0xf9,
0xab, 0x57, 0xf5, 0x7a, 0x36, 0x32, 0x99, 0x98,
0xb6, 0x58, 0x98, 0x66, 0x3f, 0x1c, 0x80, 0x0c,
0xd0, 0x6e, 0xef, 0x9e, 0x37, 0x18, 0x98, 0xae,
0xd7, 0x99, 0x2e, 0x95, 0x98, 0x2e, 0x14, 0x98,
0x96, 0x3f, 0x65, 0x3f, 0x7e, 0x30, 0x5d, 0x2c,
0x76, 0x8f, 0xab, 0x55, 0x16, 0xf8, 0xbf, 0xf9,
0x62, 0xfc, 0xa5, 0xf2, 0x0b, 0xaf, 0xc4, 0x0e,
0xdb, 0x06, 0x1b, 0x53, 0xf5, 0x00, 0x00, 0x00,
0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
0x82};

View File

@@ -1,235 +0,0 @@
/* edit_redo.png - 591 bytes */
static const unsigned char edit_redo_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd6, 0x07, 0x1a, 0x0a, 0x27, 0x15, 0x3f,
0xb8, 0xed, 0x21, 0x00, 0x00, 0x01, 0xdc, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0x9d, 0x93, 0x4d,
0x6b, 0x13, 0x51, 0x18, 0x85, 0x9f, 0x3b, 0x5f,
0x4d, 0x8c, 0xa4, 0x42, 0x4c, 0x63, 0x83, 0x1f,
0x6d, 0x36, 0xd5, 0x76, 0xd3, 0xd2, 0x2a, 0x7e,
0x54, 0x63, 0x0d, 0x42, 0xa9, 0x38, 0x6e, 0x44,
0x2b, 0x82, 0xb8, 0x1a, 0x70, 0xad, 0x3b, 0xc1,
0xbf, 0xe0, 0x7e, 0x56, 0xdd, 0x75, 0x29, 0x44,
0x0a, 0x85, 0x8a, 0xc5, 0x52, 0xba, 0x6a, 0xa4,
0xa8, 0x1b, 0xc1, 0x4d, 0x75, 0x21, 0x29, 0x62,
0x4c, 0x26, 0x4d, 0x9a, 0xc9, 0x64, 0xc6, 0xcd,
0x18, 0x27, 0x9d, 0x41, 0x82, 0x67, 0xf9, 0x5e,
0x9e, 0xc3, 0xb9, 0xe7, 0xbe, 0x17, 0xfa, 0x90,
0x6e, 0x6a, 0x9e, 0x6e, 0x6a, 0xd3, 0x51, 0x67,
0x12, 0xfd, 0x6b, 0x5b, 0x37, 0xb5, 0xc2, 0x7f,
0x1b, 0x3c, 0x7e, 0x60, 0x00, 0xbc, 0xd1, 0x4d,
0x6d, 0x2e, 0x38, 0x17, 0x11, 0x71, 0x07, 0x80,
0x3c, 0xb0, 0x08, 0x4c, 0x01, 0x93, 0x01, 0x03,
0x96, 0x96, 0x4d, 0x80, 0x1b, 0x45, 0xc3, 0x5e,
0x0f, 0x19, 0xe8, 0xa6, 0x76, 0x01, 0x78, 0x3e,
0x27, 0xb4, 0x54, 0xb6, 0x70, 0x75, 0x58, 0x4d,
0x8d, 0xe6, 0x10, 0x02, 0x55, 0x8e, 0x61, 0xd9,
0x3f, 0x29, 0x7d, 0x5b, 0xe1, 0xca, 0xe8, 0xbd,
0x1e, 0x13, 0x11, 0x80, 0x17, 0x80, 0x17, 0x8f,
0xf2, 0xf9, 0xf3, 0xf2, 0x50, 0x4e, 0xaa, 0xd9,
0x65, 0xbc, 0xda, 0xa7, 0x9e, 0x74, 0x1f, 0x9b,
0x35, 0x80, 0xae, 0xc9, 0xb9, 0x3d, 0x7b, 0x56,
0xf8, 0xf0, 0x04, 0xf0, 0xf2, 0xe1, 0xb5, 0xeb,
0x37, 0x63, 0x99, 0x33, 0x58, 0x95, 0x75, 0x2c,
0x4f, 0x23, 0xee, 0xda, 0x00, 0x0c, 0x3a, 0x0d,
0x36, 0xdb, 0xce, 0xdf, 0xe2, 0x84, 0xc4, 0xa5,
0x91, 0xbb, 0x2c, 0x2d, 0x9b, 0x28, 0xfe, 0xec,
0xe9, 0x9d, 0xb3, 0xe3, 0x93, 0xb1, 0x74, 0x96,
0xfa, 0xaf, 0x77, 0x24, 0x5a, 0x0d, 0x12, 0x34,
0x18, 0x6e, 0x55, 0x78, 0x45, 0x02, 0x47, 0xea,
0xed, 0x3a, 0x3d, 0x78, 0xb2, 0x7b, 0x0d, 0x05,
0x60, 0x40, 0xd5, 0x66, 0x8f, 0x8f, 0x4d, 0xa7,
0xe3, 0xd6, 0x7b, 0xb2, 0xfb, 0x55, 0x76, 0xa4,
0x04, 0x9a, 0x22, 0xa8, 0x1d, 0x89, 0x33, 0xee,
0x43, 0x17, 0x15, 0x30, 0xeb, 0x16, 0x99, 0x63,
0xa7, 0xd9, 0x5c, 0xfd, 0xd0, 0xed, 0x40, 0x01,
0xe8, 0xb8, 0x6e, 0x46, 0xc8, 0x82, 0x54, 0xc3,
0x62, 0xab, 0x54, 0xf7, 0xd6, 0x5a, 0x95, 0xd0,
0xeb, 0x4c, 0x5c, 0x3e, 0x11, 0x82, 0xbb, 0x7b,
0xe0, 0x74, 0x9c, 0xe4, 0xd1, 0xc6, 0x57, 0xb6,
0x77, 0x76, 0x59, 0x6b, 0xb5, 0x2d, 0xe0, 0x19,
0x30, 0x55, 0x34, 0x6c, 0x51, 0x34, 0x6c, 0x01,
0xf0, 0x36, 0x39, 0x14, 0x82, 0x81, 0x6e, 0x07,
0xec, 0x37, 0xab, 0xee, 0x4a, 0x5d, 0x48, 0xc0,
0xfd, 0xa2, 0x61, 0xaf, 0x1e, 0x4e, 0xe0, 0xc3,
0x33, 0x45, 0xc3, 0x2e, 0x45, 0x6e, 0xa2, 0xaa,
0xc8, 0x07, 0x80, 0x17, 0x05, 0xfb, 0x0a, 0xc1,
0xc1, 0x04, 0x1b, 0xcd, 0xbd, 0xb2, 0x5a, 0x90,
0xbd, 0x18, 0xa6, 0x36, 0x7f, 0xd8, 0xe4, 0xcf,
0x35, 0xa2, 0x24, 0x03, 0x8c, 0xdd, 0x96, 0xdd,
0x2f, 0x07, 0xed, 0xfa, 0xad, 0x99, 0xdc, 0x8f,
0xd4, 0x6e, 0xf9, 0x94, 0xd0, 0xd5, 0xad, 0xcf,
0xaf, 0x3b, 0x76, 0x3f, 0x7f, 0x24, 0xb8, 0x89,
0x23, 0xc0, 0x02, 0x50, 0x05, 0x36, 0x9e, 0x24,
0xdd, 0xef, 0x02, 0xbc, 0xf9, 0x45, 0xa7, 0xf3,
0x2f, 0x83, 0xdf, 0xd7, 0x4b, 0xba, 0x05, 0x5e,
0xcf, 0x35, 0xde, 0x00, 0x00, 0x00, 0x00, 0x49,
0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};
/* edit_redo.png - 1234 bytes */
static const unsigned char edit_redo_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x04,
0x5d, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x96, 0x4d, 0x6b, 0x13, 0x5d, 0x14, 0xc7, 0xcf,
0xbd, 0x33, 0x93, 0x69, 0x4c, 0x6d, 0x8d, 0x69,
0xe3, 0x18, 0x2b, 0x36, 0x8a, 0x88, 0x52, 0x2d,
0x58, 0x15, 0x0a, 0x62, 0xa5, 0xa2, 0x34, 0x55,
0xba, 0x10, 0x44, 0x04, 0x57, 0x22, 0x7e, 0x06,
0x97, 0x7e, 0x01, 0x17, 0xea, 0xae, 0x1b, 0x17,
0xfa, 0x09, 0x5c, 0xf8, 0x52, 0x10, 0x14, 0x14,
0x71, 0x51, 0x6c, 0xbb, 0x10, 0x4b, 0x4d, 0xb0,
0x96, 0xa4, 0x79, 0xc1, 0x4c, 0x9a, 0x97, 0x49,
0x66, 0x32, 0xf7, 0x9e, 0x67, 0x71, 0xb9, 0x84,
0x4e, 0x33, 0x4f, 0x9b, 0xd6, 0x07, 0x11, 0x9e,
0xb3, 0x39, 0x9c, 0x70, 0xce, 0x9d, 0xdf, 0xff,
0x9c, 0x33, 0x37, 0x03, 0xf0, 0xbf, 0x6d, 0xcd,
0xa6, 0xa6, 0xa6, 0xa7, 0x03, 0x01, 0x44, 0xe1,
0x77, 0xef, 0xfe, 0x5d, 0xe7, 0xd2, 0x3f, 0x23,
0xa7, 0x5c, 0x16, 0x42, 0xc2, 0xe1, 0xbf, 0x4e,
0xc0, 0xf9, 0xf3, 0x13, 0x13, 0xa7, 0x4e, 0xc9,
0xa8, 0x58, 0xdc, 0xa9, 0x90, 0x3f, 0x34, 0x81,
0xdf, 0x27, 0x84, 0xec, 0x14, 0x44, 0x3c, 0x38,
0x14, 0x12, 0xd1, 0x9d, 0x3b, 0xc2, 0x3f, 0x7e,
0xbc, 0x19, 0x78, 0xb9, 0xdc, 0x6c, 0xe6, 0xf3,
0x00, 0x3d, 0x3d, 0x9a, 0x16, 0x8d, 0x02, 0x7c,
0xf8, 0xf0, 0xfa, 0xf5, 0xc2, 0x82, 0xcc, 0xda,
0xbb, 0xf7, 0xc5, 0x8b, 0x7b, 0xf7, 0x1c, 0xc7,
0x34, 0xff, 0x33, 0x01, 0x02, 0x3c, 0x91, 0x10,
0xd1, 0xcb, 0x97, 0x89, 0x44, 0x20, 0x10, 0x8b,
0x2d, 0x2c, 0x30, 0x76, 0xee, 0xdc, 0xc0, 0xc0,
0x89, 0x13, 0x96, 0xd5, 0xdd, 0xdd, 0x68, 0xa8,
0xaa, 0xb7, 0xae, 0xd9, 0x6c, 0x36, 0x5d, 0x17,
0xa0, 0x5a, 0x75, 0x9c, 0x62, 0x11, 0xc0, 0xb6,
0x2b, 0x15, 0xce, 0x01, 0x0c, 0xc3, 0x30, 0x0c,
0xa3, 0x73, 0x21, 0x1d, 0x0b, 0x10, 0xe0, 0x57,
0xae, 0x88, 0xe8, 0xcd, 0x9b, 0x6b, 0xd7, 0xc6,
0xc7, 0x47, 0x47, 0x01, 0x6a, 0xb5, 0x60, 0x90,
0x31, 0x80, 0xb5, 0xb5, 0x52, 0xc9, 0x34, 0x01,
0x1c, 0x07, 0xb1, 0x5e, 0x07, 0xa0, 0x94, 0x52,
0x42, 0x00, 0x08, 0x51, 0x55, 0x42, 0x00, 0x1c,
0xc7, 0xb6, 0x6d, 0x1b, 0x80, 0x52, 0x11, 0x9b,
0x66, 0x36, 0x5b, 0xab, 0x01, 0x10, 0x42, 0x29,
0x00, 0x40, 0x3c, 0x1e, 0x8f, 0xc7, 0xe3, 0x5e,
0x21, 0xa1, 0x90, 0x10, 0x62, 0x59, 0xdb, 0x16,
0x20, 0xc0, 0x0f, 0x1f, 0x16, 0x51, 0x32, 0x79,
0xe9, 0xd2, 0xd5, 0xab, 0xa3, 0xa3, 0x00, 0xcd,
0x26, 0xa2, 0x65, 0x01, 0x14, 0x0a, 0xa6, 0x99,
0xcd, 0xae, 0x3b, 0x9a, 0x00, 0x00, 0x70, 0xee,
0xba, 0x88, 0x00, 0x94, 0x2a, 0x0a, 0x21, 0x00,
0x88, 0x9a, 0x66, 0xdb, 0xa2, 0xf3, 0x88, 0x00,
0xb6, 0x5d, 0xad, 0x72, 0xde, 0x12, 0x20, 0xad,
0xbd, 0x10, 0x4d, 0x13, 0x42, 0x5c, 0x57, 0xfe,
0xa2, 0x42, 0x47, 0xf6, 0xe4, 0xc9, 0x85, 0x0b,
0x67, 0xcf, 0x1e, 0x3b, 0x66, 0xdb, 0xa2, 0xab,
0xba, 0x9e, 0xcf, 0x9b, 0xe6, 0xea, 0x2a, 0x00,
0x22, 0x63, 0xff, 0x56, 0xc9, 0x18, 0x21, 0xb6,
0x0d, 0xa0, 0xaa, 0x42, 0x88, 0xeb, 0xda, 0x36,
0xe7, 0x1b, 0xf3, 0xda, 0x83, 0xcb, 0x55, 0x6a,
0x81, 0x6f, 0x53, 0xc0, 0xe4, 0x24, 0x62, 0x7f,
0xbf, 0xae, 0x03, 0x64, 0xb3, 0xd5, 0x6a, 0x2a,
0x05, 0xa0, 0x28, 0x8a, 0x42, 0x29, 0x40, 0x24,
0x12, 0x0e, 0xef, 0xdb, 0x27, 0xb2, 0x28, 0x05,
0xd0, 0x34, 0x42, 0x74, 0x1d, 0x00, 0x71, 0xfd,
0x09, 0x88, 0x00, 0x8c, 0x01, 0x94, 0xcb, 0x9c,
0x2f, 0x2e, 0x02, 0x04, 0x02, 0xa1, 0x10, 0x21,
0x00, 0x03, 0x03, 0x86, 0x31, 0x38, 0xd8, 0xf9,
0x3b, 0xd0, 0xa1, 0x00, 0x01, 0x16, 0x0c, 0x02,
0x28, 0x0a, 0x21, 0xaa, 0x0a, 0xd0, 0xdb, 0xdb,
0xd7, 0xd7, 0xd3, 0x03, 0xa0, 0x69, 0xb9, 0x9c,
0x65, 0x01, 0xbc, 0x7d, 0xfb, 0xe9, 0xd3, 0xd2,
0x92, 0x7f, 0xfd, 0xc5, 0x8b, 0x93, 0x93, 0x67,
0xce, 0x00, 0xa8, 0x6a, 0x57, 0x17, 0xc0, 0xf6,
0xc1, 0xa5, 0x6d, 0xeb, 0x7f, 0x80, 0x10, 0x80,
0xee, 0xee, 0xde, 0xde, 0x60, 0x10, 0x20, 0x97,
0x2b, 0x14, 0x32, 0x19, 0x44, 0x01, 0x5e, 0x2a,
0x89, 0x8c, 0xe3, 0xc7, 0x05, 0x00, 0x21, 0xd2,
0xcb, 0x5a, 0x45, 0x21, 0x44, 0xd3, 0x76, 0x0e,
0xbe, 0x6d, 0x01, 0x8a, 0x02, 0xa0, 0xaa, 0x00,
0x86, 0xa1, 0x28, 0x43, 0x43, 0x88, 0x8b, 0x8b,
0x1f, 0x3f, 0x96, 0x4a, 0x72, 0xff, 0x6f, 0xdc,
0x10, 0x00, 0xdf, 0xbe, 0xf9, 0xd5, 0xdb, 0x36,
0x63, 0xb5, 0x9a, 0x17, 0xfc, 0xe0, 0xc1, 0x4e,
0xc1, 0xa5, 0x75, 0xbc, 0x42, 0xb6, 0x8d, 0x58,
0xa9, 0x30, 0xd6, 0x68, 0x20, 0xaa, 0xaa, 0x7c,
0xa9, 0x74, 0xfd, 0xe8, 0xd1, 0x4c, 0xc6, 0x71,
0xbe, 0x7e, 0x6d, 0xcd, 0xa8, 0xbd, 0xb5, 0x07,
0x4f, 0xa7, 0x3b, 0xe5, 0x90, 0xb6, 0xc5, 0x09,
0x48, 0xa0, 0x54, 0xea, 0xc0, 0x81, 0xb9, 0x39,
0xc6, 0x2a, 0x95, 0xb5, 0xb5, 0x46, 0xa3, 0x50,
0x68, 0x65, 0x3c, 0x7c, 0xf8, 0xe0, 0x01, 0x80,
0xbc, 0x48, 0xe5, 0x95, 0x28, 0xeb, 0x5a, 0x82,
0x1c, 0xa7, 0x56, 0x43, 0x3c, 0x74, 0x48, 0x80,
0x67, 0x32, 0x7e, 0x79, 0x5b, 0xb5, 0x4d, 0x26,
0xd0, 0x3a, 0x18, 0x11, 0x11, 0xf1, 0xf3, 0xe7,
0x5f, 0xbf, 0x4c, 0x73, 0x7e, 0x7e, 0x62, 0x82,
0x10, 0x80, 0xe1, 0x61, 0xef, 0x45, 0xa8, 0x28,
0x7e, 0x27, 0x09, 0xe0, 0x40, 0xc0, 0xd3, 0x3f,
0x4f, 0x03, 0xe5, 0x9d, 0xe5, 0xe7, 0xb7, 0x3c,
0x01, 0x6f, 0x47, 0x28, 0xad, 0x56, 0x57, 0x57,
0x01, 0xee, 0xdf, 0x9f, 0x99, 0xa9, 0xd7, 0x15,
0x25, 0x1c, 0x76, 0x5d, 0xc6, 0x1c, 0x07, 0x51,
0x55, 0x1b, 0x0d, 0x5d, 0x2f, 0x95, 0x12, 0x89,
0x47, 0x8f, 0x34, 0xed, 0xd6, 0xad, 0xf5, 0x42,
0xe4, 0xa7, 0x84, 0x9f, 0xd7, 0xb4, 0xf5, 0xb1,
0xac, 0xf3, 0x9f, 0xa0, 0xd7, 0x7c, 0x3a, 0xd6,
0x02, 0x97, 0xfe, 0xc7, 0x8f, 0x77, 0xef, 0x38,
0xb7, 0xac, 0x23, 0x47, 0x2e, 0x5f, 0xa6, 0x34,
0x9f, 0xcf, 0x64, 0x96, 0x97, 0x8b, 0xc5, 0xa9,
0xa9, 0xd3, 0xa7, 0xc7, 0xc7, 0xe3, 0x71, 0xce,
0xb3, 0xd9, 0x74, 0xba, 0x58, 0x1c, 0x1b, 0x33,
0xcd, 0x54, 0x0a, 0x71, 0x7a, 0xda, 0xb2, 0x0a,
0x85, 0xd6, 0x39, 0x12, 0xcc, 0xcf, 0xb7, 0x9e,
0xd3, 0x1e, 0xd8, 0x7f, 0x02, 0x9b, 0x08, 0xd8,
0xe8, 0x97, 0x96, 0x5e, 0xbd, 0xe2, 0xfc, 0xcb,
0x97, 0xc1, 0xc1, 0xb1, 0x31, 0x4a, 0x67, 0x67,
0xf3, 0xf9, 0x6c, 0xd6, 0x34, 0x6f, 0xdf, 0x8e,
0xc5, 0x22, 0x91, 0x5d, 0xbb, 0x56, 0x56, 0x7a,
0x7a, 0x86, 0x86, 0x18, 0xbb, 0x79, 0x73, 0xff,
0xfe, 0x91, 0x11, 0x4a, 0xbf, 0x7f, 0x5f, 0x5e,
0x7e, 0xff, 0x9e, 0x73, 0xb9, 0xeb, 0x5e, 0x50,
0x2f, 0xb0, 0x14, 0x24, 0x81, 0xe5, 0x8a, 0xfa,
0xaf, 0xd2, 0x26, 0x02, 0xfc, 0x05, 0x25, 0x93,
0x33, 0x33, 0x9c, 0x27, 0x93, 0x7b, 0xf6, 0xc4,
0xe3, 0x84, 0x3c, 0x7d, 0xea, 0x38, 0xaa, 0xea,
0xba, 0x9a, 0x26, 0x32, 0x08, 0x21, 0x84, 0x52,
0x42, 0x2a, 0x15, 0xc3, 0x18, 0x1e, 0xa6, 0xd4,
0xb6, 0x43, 0xa1, 0xfe, 0x7e, 0x42, 0x5c, 0xb7,
0x54, 0xfa, 0xf9, 0x13, 0xd1, 0xb6, 0x39, 0x77,
0xdd, 0x8d, 0x60, 0x5e, 0x60, 0x3f, 0x01, 0x2d,
0x3e, 0x9f, 0xdd, 0xf2, 0x0a, 0xf0, 0x76, 0xca,
0x6f, 0x47, 0x29, 0x1d, 0x19, 0xb9, 0x7b, 0x57,
0x51, 0x22, 0x91, 0x68, 0xf4, 0xe4, 0x49, 0x4a,
0xaf, 0x5f, 0x17, 0x1f, 0x69, 0xd1, 0xa8, 0xf8,
0x56, 0xca, 0xe5, 0xe6, 0xe7, 0x9f, 0x3d, 0x63,
0xec, 0xf9, 0x73, 0xce, 0x19, 0x43, 0xe4, 0xbc,
0xaf, 0x8f, 0x73, 0x45, 0xe1, 0xdc, 0x30, 0x62,
0x31, 0x42, 0x54, 0x55, 0xd7, 0xbb, 0xba, 0x10,
0x39, 0x4f, 0xa7, 0x57, 0x56, 0x10, 0xeb, 0xf5,
0xb9, 0xb9, 0xd9, 0x59, 0xc6, 0xe4, 0x75, 0xed,
0x15, 0xb6, 0xe5, 0xaf, 0x51, 0xff, 0x95, 0x6a,
0xef, 0xfd, 0x1a, 0xe1, 0x67, 0x7e, 0xb7, 0xce,
0xe6, 0x2b, 0xf4, 0xd7, 0xdb, 0x3f, 0xc6, 0xc6,
0x73, 0xce, 0xcc, 0x6b, 0x02, 0xd3, 0x00, 0x00,
0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
0x60, 0x82};

View File

@@ -1,287 +0,0 @@
/* edit_undo.png - 650 bytes */
static const unsigned char edit_undo_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd6, 0x07, 0x1a, 0x0a, 0x0e, 0x00, 0x16,
0x23, 0x96, 0x21, 0x00, 0x00, 0x02, 0x17, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0x95, 0x93, 0x4f,
0x68, 0x92, 0x61, 0x1c, 0xc7, 0xbf, 0xcf, 0xf3,
0xbe, 0xcf, 0xd4, 0xe5, 0xfe, 0xe8, 0xc6, 0x1a,
0xd2, 0x88, 0xd6, 0xc1, 0xf2, 0x10, 0x14, 0x84,
0x41, 0x83, 0x15, 0x04, 0x42, 0xb0, 0x43, 0x78,
0x08, 0x82, 0x62, 0x44, 0x50, 0x5d, 0x3b, 0x8c,
0x3c, 0x78, 0x28, 0xc7, 0x8c, 0x1d, 0x22, 0xba,
0x74, 0xa9, 0x58, 0x41, 0x10, 0x34, 0xe9, 0x50,
0x2c, 0x16, 0xc1, 0x52, 0x8c, 0x5a, 0x76, 0x8a,
0x94, 0xb4, 0x68, 0x0d, 0x72, 0x13, 0x5c, 0xbe,
0x3a, 0xe7, 0x86, 0xef, 0xeb, 0xf3, 0x3c, 0x1d,
0xc2, 0xa5, 0x9b, 0x96, 0x7d, 0x6f, 0xcf, 0x17,
0xbe, 0x9f, 0xe7, 0x79, 0x7e, 0xcf, 0xf7, 0x01,
0x9a, 0x28, 0x3a, 0x05, 0x89, 0x16, 0xa4, 0x6e,
0x35, 0xe6, 0xee, 0xa1, 0x97, 0x29, 0xc8, 0xa2,
0x45, 0xd1, 0xda, 0x85, 0xdf, 0xc7, 0x6c, 0x4c,
0x41, 0xd6, 0xed, 0x0d, 0xb5, 0x9a, 0xff, 0x73,
0x02, 0xbf, 0x8f, 0xd9, 0x3c, 0x4e, 0x23, 0xe7,
0xf6, 0x86, 0x80, 0xc2, 0xd5, 0xcd, 0x6b, 0xe8,
0xa4, 0x27, 0xc3, 0x05, 0xcd, 0x80, 0xb6, 0xc5,
0xc3, 0xc9, 0xec, 0xc5, 0xf1, 0x09, 0xbd, 0x54,
0x0b, 0x20, 0x5b, 0xc3, 0x46, 0x6e, 0x1c, 0x2a,
0xd5, 0x00, 0x8b, 0x17, 0x90, 0x15, 0x70, 0x2e,
0x01, 0x88, 0xf2, 0x9b, 0xd9, 0xc7, 0x5f, 0x19,
0x05, 0x79, 0x95, 0x28, 0x78, 0x02, 0x41, 0xe3,
0x47, 0x15, 0xa0, 0xf8, 0x7d, 0xac, 0xdd, 0xe3,
0x34, 0x56, 0xdd, 0xde, 0x10, 0x8c, 0x9f, 0xd7,
0x41, 0x28, 0x45, 0xb9, 0x0c, 0x80, 0x2f, 0x42,
0x5f, 0x4f, 0x41, 0x5b, 0x89, 0x41, 0xca, 0x92,
0x3a, 0xe8, 0x3a, 0xd1, 0x67, 0xb6, 0x28, 0xbd,
0x36, 0xe4, 0x4f, 0x0f, 0xec, 0xab, 0xbc, 0x8e,
0x44, 0xc5, 0x32, 0x00, 0x28, 0x13, 0x17, 0x84,
0x5e, 0x0d, 0x53, 0xaa, 0xfc, 0xa6, 0xaa, 0x0c,
0x52, 0x4a, 0x08, 0xc1, 0x21, 0x84, 0x80, 0xe0,
0x6b, 0x28, 0xaf, 0xa7, 0x60, 0xb2, 0x98, 0xc8,
0x8e, 0xae, 0x5d, 0x9d, 0x9d, 0x62, 0xed, 0xd0,
0xee, 0xfd, 0xfa, 0xa3, 0x48, 0x54, 0x18, 0xf4,
0x65, 0x92, 0xd9, 0xe7, 0x43, 0x5e, 0xb0, 0x8e,
0x93, 0x00, 0x00, 0xce, 0x75, 0x2c, 0x7c, 0xfb,
0x88, 0xc5, 0xef, 0x71, 0xa4, 0xd3, 0x5f, 0xea,
0x06, 0x56, 0xd4, 0xe2, 0xb0, 0xf7, 0xbb, 0x60,
0x6e, 0x67, 0x07, 0x86, 0x9d, 0xdd, 0xe1, 0xed,
0x33, 0x18, 0x19, 0xc3, 0x42, 0xe2, 0x26, 0xf6,
0xb8, 0xae, 0x40, 0xf0, 0x62, 0x5d, 0x58, 0x14,
0xef, 0x22, 0x93, 0x65, 0x28, 0xeb, 0x1c, 0x3d,
0x8e, 0x4b, 0xf8, 0xf4, 0x76, 0xba, 0x74, 0xfc,
0x6c, 0xda, 0xaa, 0x02, 0x40, 0x20, 0x68, 0x68,
0xf0, 0x31, 0x3b, 0x30, 0x99, 0x73, 0x8f, 0x8c,
0x01, 0x00, 0x62, 0x33, 0x77, 0xea, 0xdf, 0xcb,
0x42, 0xe0, 0x3a, 0x72, 0x19, 0x85, 0xcc, 0x03,
0x98, 0xcc, 0x3a, 0x08, 0x91, 0x6a, 0x5d, 0x0f,
0x02, 0x41, 0x43, 0x9b, 0x4d, 0x32, 0xfb, 0xfc,
0xb3, 0xc9, 0xcd, 0xcc, 0xd0, 0x28, 0xc8, 0xd0,
0x28, 0x08, 0x80, 0x83, 0xa5, 0xbc, 0x3c, 0x95,
0x98, 0xbb, 0xfd, 0xbe, 0x6f, 0xe0, 0x1c, 0xb8,
0xe8, 0x00, 0x91, 0xd2, 0x84, 0xbf, 0xd5, 0xb8,
0x51, 0x95, 0xc3, 0xf7, 0xe1, 0x78, 0x37, 0x4d,
0xe5, 0xea, 0xf2, 0x0d, 0x11, 0x79, 0x68, 0x93,
0xdb, 0x9a, 0x58, 0xbb, 0x73, 0x23, 0x7f, 0xf8,
0x3c, 0x96, 0x14, 0x61, 0x95, 0x1b, 0xc5, 0x38,
0x84, 0x6a, 0xcf, 0x37, 0x05, 0x34, 0x83, 0x44,
0xa7, 0x30, 0xd8, 0xed, 0x38, 0x2c, 0xb4, 0xec,
0x12, 0x00, 0xdc, 0x6a, 0xf8, 0x99, 0xfe, 0xa1,
0xa3, 0x5d, 0x3b, 0xf7, 0xce, 0x7c, 0x8e, 0x3d,
0xa9, 0x1c, 0x3b, 0xa3, 0x5d, 0xfb, 0x6f, 0x80,
0x6c, 0xeb, 0xb7, 0xa6, 0x3e, 0x3c, 0x7f, 0x41,
0x75, 0xed, 0x69, 0xd5, 0xfb, 0x05, 0x05, 0x16,
0xe2, 0x25, 0x2b, 0xbe, 0x24, 0x14, 0x00, 0x00,
0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
0x60, 0x82};
/* edit_undo.png - 1586 bytes */
static const unsigned char edit_undo_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x05,
0xbd, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xe5,
0x97, 0x4b, 0x68, 0x13, 0x5d, 0x18, 0x86, 0xdf,
0x33, 0x97, 0x4c, 0xe2, 0x34, 0x69, 0x53, 0x13,
0x9b, 0x34, 0xf6, 0x6a, 0xac, 0xf5, 0xb6, 0xd0,
0x8d, 0x88, 0x56, 0xb0, 0x8a, 0x8a, 0x22, 0x16,
0x75, 0x53, 0x91, 0x22, 0x52, 0xa1, 0xab, 0x2e,
0x15, 0x37, 0x0a, 0xe2, 0x65, 0x29, 0x2a, 0xba,
0x50, 0x90, 0xd2, 0x8d, 0xa5, 0x22, 0x28, 0x8a,
0x20, 0xda, 0x68, 0x6b, 0xb5, 0x76, 0xd1, 0x6a,
0xa5, 0x82, 0x56, 0xeb, 0x25, 0xbd, 0x25, 0xd6,
0xa4, 0x21, 0xd7, 0x49, 0xe6, 0xf6, 0x2f, 0xe6,
0x1f, 0x42, 0x52, 0x63, 0x6a, 0x15, 0x85, 0xff,
0x3f, 0x9b, 0x97, 0x99, 0x9c, 0x73, 0xe6, 0x7d,
0xbe, 0xf3, 0x7d, 0xe7, 0x9c, 0x00, 0xff, 0xf7,
0xd6, 0xd5, 0xd5, 0xd1, 0x51, 0x5d, 0xdd, 0xdc,
0xdc, 0xdb, 0xdb, 0xd6, 0x06, 0xa8, 0xea, 0x9f,
0xfe, 0x3e, 0x35, 0xdf, 0x81, 0xb7, 0x6f, 0x5f,
0xbf, 0x5e, 0x56, 0xb6, 0x79, 0x33, 0xc7, 0x09,
0xc2, 0xc7, 0x8f, 0xd7, 0xae, 0xfd, 0x69, 0xe3,
0xf3, 0x06, 0xd0, 0x8d, 0xdb, 0x6c, 0x14, 0x35,
0x36, 0xe6, 0xf1, 0xac, 0x5b, 0xb7, 0x63, 0xc7,
0xf6, 0xed, 0x7f, 0xcb, 0xfe, 0x4f, 0x00, 0xcc,
0x36, 0xbe, 0x75, 0xeb, 0xd2, 0xa5, 0x00, 0x20,
0xcb, 0xe3, 0xe3, 0x7f, 0x0f, 0x80, 0x99, 0xaf,
0x71, 0x51, 0x54, 0xd5, 0x8a, 0x0a, 0x80, 0x65,
0x19, 0x66, 0xc1, 0x02, 0xad, 0xef, 0x9b, 0x37,
0x80, 0x5e, 0x0b, 0xc9, 0xa4, 0x28, 0x02, 0x43,
0x43, 0x82, 0x20, 0x8a, 0xc0, 0xcb, 0x97, 0xc9,
0xa4, 0xa2, 0x10, 0xd2, 0xd9, 0x39, 0x38, 0x38,
0x39, 0xc9, 0xb2, 0x3d, 0x3d, 0xa7, 0x4f, 0x9f,
0x3d, 0x9b, 0x4a, 0xc5, 0x62, 0xbf, 0x0a, 0x40,
0xff, 0xac, 0x71, 0x55, 0x95, 0xa4, 0x2f, 0x5f,
0x00, 0xc0, 0x60, 0x58, 0xbb, 0x16, 0x20, 0x84,
0x10, 0x49, 0x02, 0x4a, 0x4b, 0x2b, 0x2b, 0x79,
0x1e, 0x70, 0xb9, 0xaa, 0xab, 0x5d, 0x2e, 0xc0,
0x6e, 0x77, 0xb9, 0x9c, 0x4e, 0x87, 0xa3, 0xa8,
0xc8, 0x62, 0xa1, 0xe9, 0x68, 0x34, 0x14, 0x0a,
0x04, 0xc2, 0xe1, 0x25, 0x4b, 0x56, 0xac, 0x58,
0xb4, 0x48, 0x96, 0xf7, 0xee, 0x75, 0xb9, 0x96,
0x2f, 0x67, 0xd9, 0xe7, 0xcf, 0x7b, 0x7a, 0x7a,
0x7b, 0x15, 0x25, 0x1c, 0xfe, 0x6d, 0x00, 0xf7,
0xef, 0xb7, 0xb7, 0x57, 0x54, 0x6c, 0xd8, 0x60,
0xb5, 0x02, 0x5e, 0x6f, 0x77, 0xb7, 0x6e, 0x3c,
0x91, 0x10, 0xc5, 0xea, 0x6a, 0x80, 0xa2, 0x8c,
0xc6, 0x35, 0x6b, 0xd2, 0xfd, 0x55, 0x15, 0x60,
0x59, 0x00, 0xa0, 0x28, 0xa7, 0x53, 0x53, 0x9b,
0x0d, 0x60, 0x18, 0x8e, 0x2b, 0x2d, 0x05, 0x78,
0xbe, 0xa0, 0x40, 0x51, 0xca, 0xcb, 0x2b, 0x2b,
0x6b, 0x6a, 0x96, 0x2d, 0x5b, 0xb9, 0x92, 0x65,
0x39, 0x4e, 0x92, 0x6a, 0x6b, 0x6d, 0x36, 0x55,
0x9d, 0x99, 0xd9, 0xb4, 0x49, 0x03, 0x19, 0x18,
0xd0, 0x40, 0xa6, 0xa6, 0xe6, 0x0d, 0xd0, 0xd5,
0x75, 0xe3, 0xc6, 0x92, 0x25, 0x4d, 0x4d, 0x3c,
0x2f, 0x49, 0x9f, 0x3e, 0xdd, 0xbd, 0xab, 0x1b,
0x8f, 0xc7, 0x45, 0xb1, 0xa2, 0x02, 0xa0, 0x28,
0x42, 0x18, 0x06, 0xa0, 0x69, 0x86, 0xe1, 0xb8,
0xef, 0x4f, 0x26, 0xcb, 0x80, 0x28, 0xa6, 0x52,
0x91, 0x08, 0x90, 0x4c, 0x26, 0x12, 0x7e, 0x3f,
0x30, 0x36, 0xe6, 0xf5, 0xf6, 0xf5, 0x69, 0xa0,
0x46, 0x23, 0xc0, 0xf3, 0x16, 0x8b, 0xc5, 0x42,
0x88, 0xc5, 0x62, 0xb7, 0x97, 0x97, 0xbb, 0x5c,
0x46, 0x63, 0x2c, 0xe6, 0xf5, 0xca, 0x72, 0x65,
0xe5, 0xaa, 0x55, 0x2c, 0xfb, 0xe4, 0x89, 0x06,
0x22, 0x8a, 0x73, 0x05, 0x20, 0xd9, 0x2f, 0xee,
0xdc, 0xd1, 0x52, 0x67, 0xe1, 0xc2, 0xcc, 0xd4,
0x11, 0x04, 0x49, 0x72, 0xbb, 0xb5, 0x3e, 0xda,
0xf4, 0x84, 0x18, 0x8d, 0x40, 0x3c, 0x1e, 0x8d,
0x4e, 0x4e, 0x02, 0x81, 0xc0, 0xf4, 0xf4, 0xeb,
0xd7, 0xf9, 0x3f, 0xc8, 0x30, 0x0c, 0x03, 0x00,
0x25, 0x25, 0x8b, 0x17, 0x6f, 0xdb, 0x06, 0x0c,
0x0e, 0x3e, 0x7b, 0xf6, 0xe2, 0xc5, 0xab, 0x57,
0x89, 0x44, 0x24, 0x12, 0x0c, 0xf6, 0xf7, 0xef,
0xdc, 0xd9, 0xd2, 0x02, 0xb4, 0xb4, 0xcc, 0x1b,
0x40, 0x6f, 0xb9, 0x6a, 0xc0, 0xef, 0xff, 0xfa,
0x35, 0x95, 0x02, 0xc2, 0xe1, 0x70, 0x78, 0x62,
0x02, 0x58, 0xba, 0xd4, 0xed, 0xae, 0xaa, 0x02,
0x00, 0x9a, 0x76, 0x38, 0xd2, 0xe3, 0x05, 0x41,
0x10, 0x12, 0x09, 0x20, 0x16, 0x8b, 0x46, 0x7d,
0x3e, 0x40, 0x10, 0xa2, 0xd1, 0x60, 0x10, 0x20,
0x84, 0x61, 0x08, 0x01, 0x0c, 0x06, 0x93, 0xa9,
0xac, 0x0c, 0x48, 0x26, 0x45, 0xb1, 0xb6, 0x16,
0x18, 0x1d, 0x1d, 0x18, 0xb8, 0x7d, 0x7b, 0x78,
0x78, 0xcb, 0x96, 0xe6, 0x66, 0x60, 0xf5, 0xea,
0xb9, 0x02, 0xe4, 0xdc, 0x85, 0x1a, 0x1a, 0x0e,
0x1f, 0x1e, 0x1b, 0x7b, 0xfc, 0x58, 0x03, 0xa9,
0xaf, 0xef, 0xeb, 0xf3, 0x78, 0xa6, 0xa6, 0x3c,
0x9e, 0xf5, 0xeb, 0xeb, 0xeb, 0x9d, 0x4e, 0x20,
0x1e, 0xcf, 0xdc, 0x41, 0xfa, 0xfb, 0x1f, 0x3c,
0x78, 0xfa, 0x74, 0xf6, 0x3c, 0xe1, 0xb0, 0xaa,
0x16, 0x14, 0x00, 0x0e, 0x87, 0xd3, 0x59, 0x5e,
0xae, 0xaa, 0x85, 0x85, 0x45, 0x45, 0x13, 0x13,
0x84, 0x00, 0xc9, 0x64, 0x38, 0xac, 0xd5, 0x88,
0x24, 0x01, 0x80, 0xc1, 0x60, 0xb7, 0x57, 0x56,
0x02, 0xc0, 0xf4, 0xf4, 0x5c, 0xed, 0xcf, 0xe1,
0x1c, 0xd0, 0x41, 0x82, 0x41, 0x49, 0xb2, 0x5a,
0xeb, 0xeb, 0xfb, 0xfb, 0x1f, 0x3d, 0x7a, 0xff,
0x1e, 0xa8, 0xaa, 0xaa, 0xaa, 0xd2, 0x22, 0x9f,
0xd9, 0x36, 0x6e, 0x3c, 0x74, 0x08, 0x20, 0x44,
0xd7, 0x60, 0x30, 0x12, 0x31, 0x1a, 0x1b, 0x1b,
0x43, 0xa1, 0x40, 0xe0, 0xdb, 0xb7, 0xe9, 0xe9,
0x44, 0x22, 0x16, 0x2b, 0x29, 0x51, 0x55, 0x59,
0x96, 0x24, 0x59, 0xd6, 0x6a, 0x43, 0x14, 0x01,
0x51, 0x54, 0x14, 0x9a, 0x2e, 0x28, 0x90, 0x24,
0xbf, 0x7f, 0xcf, 0x1e, 0xa7, 0x53, 0xd7, 0x5f,
0x06, 0xc8, 0x04, 0x79, 0xf2, 0x64, 0x7c, 0x3c,
0x91, 0x70, 0x3a, 0x77, 0xed, 0xd2, 0x41, 0x00,
0x86, 0xa9, 0xae, 0x9e, 0x35, 0x2d, 0xa5, 0xeb,
0xc1, 0x83, 0xad, 0xad, 0xdf, 0xbe, 0x75, 0x76,
0xfa, 0x7c, 0xc1, 0x20, 0x21, 0x47, 0x8e, 0x4c,
0x4c, 0x4c, 0x4c, 0x84, 0x42, 0x00, 0xc7, 0x99,
0x4c, 0x85, 0x85, 0xaa, 0x2a, 0x49, 0xa2, 0x18,
0x08, 0xa8, 0xaa, 0xa2, 0xc8, 0xb2, 0x20, 0x00,
0x92, 0xa4, 0x28, 0x46, 0x63, 0x5a, 0x7f, 0x53,
0xd3, 0x0d, 0xd1, 0xff, 0xee, 0x5a, 0x2c, 0xdb,
0xde, 0x7e, 0xf1, 0xa2, 0xc3, 0xb1, 0x7b, 0xb7,
0x7e, 0x70, 0x65, 0x5e, 0xe6, 0x0c, 0x86, 0xef,
0x2b, 0xcb, 0x3e, 0x7c, 0xd8, 0xd6, 0x66, 0xb5,
0x86, 0x42, 0x81, 0xc0, 0xbb, 0x77, 0xab, 0x56,
0xc9, 0xf2, 0x87, 0x0f, 0xfd, 0xfd, 0x0e, 0x87,
0x24, 0xdd, 0xbf, 0x7f, 0xf5, 0xaa, 0xd9, 0xac,
0x8f, 0x27, 0x64, 0x2e, 0xae, 0x7e, 0xb0, 0x02,
0xfa, 0x04, 0xe9, 0x48, 0x6a, 0xca, 0x30, 0xba,
0xa1, 0xa6, 0xa6, 0xd6, 0x56, 0x9f, 0xcf, 0xe3,
0x19, 0x1e, 0xf6, 0xfb, 0x4b, 0x4a, 0xf6, 0xed,
0xcb, 0x1c, 0x9f, 0x0b, 0x80, 0xe3, 0x68, 0x9a,
0x10, 0x55, 0x05, 0x28, 0x8a, 0xa2, 0x58, 0x36,
0x95, 0x0a, 0x87, 0x23, 0x91, 0x05, 0x0b, 0x52,
0x29, 0x59, 0x96, 0xe5, 0x64, 0x52, 0x3f, 0x07,
0xf4, 0x40, 0x51, 0x79, 0x33, 0x24, 0x47, 0x11,
0x67, 0x03, 0x68, 0x47, 0x55, 0x7a, 0x62, 0x1d,
0x84, 0xa2, 0x5a, 0x5a, 0x8e, 0x1d, 0xf3, 0xfb,
0xbb, 0xbb, 0xb5, 0x67, 0x9b, 0x4d, 0x53, 0x7d,
0xf1, 0x67, 0x47, 0x32, 0x91, 0x50, 0x14, 0x8e,
0xf3, 0xf9, 0x08, 0x61, 0x18, 0x9e, 0x77, 0x3a,
0x23, 0x91, 0x40, 0xe0, 0xed, 0x5b, 0x8a, 0x12,
0x45, 0x49, 0x22, 0x44, 0x3b, 0xe3, 0xd3, 0xc0,
0x5a, 0x79, 0xa7, 0x55, 0x51, 0xf2, 0x00, 0xe8,
0x1f, 0xcc, 0xb7, 0x02, 0xba, 0x66, 0x47, 0x2a,
0xfb, 0x7d, 0x7a, 0xbe, 0x6b, 0xd7, 0x4e, 0x9f,
0x2e, 0x2c, 0x6c, 0x68, 0x30, 0x9b, 0xcd, 0x66,
0x42, 0x1c, 0x8e, 0x54, 0x4a, 0x92, 0x58, 0x76,
0x72, 0x72, 0x7c, 0x7c, 0x6a, 0x4a, 0x51, 0xec,
0xf6, 0x58, 0x2c, 0x14, 0x4a, 0x26, 0x3b, 0x3a,
0xb4, 0xfe, 0xfa, 0xed, 0x2a, 0x91, 0xc8, 0x34,
0xae, 0xa7, 0x58, 0xfa, 0x7f, 0x47, 0x9e, 0xcb,
0x5c, 0x36, 0x50, 0x2e, 0x30, 0x7d, 0x85, 0xb2,
0x57, 0x8a, 0xa6, 0xcd, 0x66, 0xb3, 0x19, 0x60,
0x18, 0xb7, 0xbb, 0xa6, 0x86, 0xe7, 0x8f, 0x1f,
0xaf, 0xaa, 0x72, 0xbb, 0xe3, 0x71, 0x9f, 0xef,
0xd6, 0xad, 0x9b, 0x37, 0xbb, 0xbb, 0x59, 0xf6,
0xeb, 0x57, 0xbf, 0x5f, 0x55, 0xcf, 0x9c, 0x39,
0x79, 0xf2, 0xc2, 0x05, 0xe0, 0xde, 0x3d, 0x6d,
0x9c, 0x7e, 0xd6, 0xeb, 0x27, 0xb2, 0xae, 0xd9,
0x20, 0x39, 0x2f, 0x73, 0xb9, 0x0c, 0xd3, 0x79,
0xfa, 0xa7, 0x23, 0xef, 0x76, 0xbb, 0xdd, 0x14,
0xc5, 0xf3, 0xed, 0xed, 0xe7, 0xcf, 0x5b, 0xad,
0x97, 0x2f, 0x5b, 0xad, 0x45, 0x45, 0x82, 0x10,
0x89, 0x78, 0x3c, 0xdd, 0xdd, 0xd1, 0xa8, 0x2c,
0x4f, 0x4e, 0x7e, 0xf9, 0xa2, 0x28, 0x27, 0x4e,
0x9c, 0x3a, 0x75, 0xe5, 0x0a, 0xd0, 0xd3, 0x93,
0x99, 0x2a, 0xd9, 0xc6, 0xb3, 0x53, 0x28, 0x0d,
0x40, 0x7e, 0x6c, 0x28, 0x57, 0x6a, 0xa4, 0x9f,
0x59, 0x96, 0x65, 0x01, 0x86, 0xa9, 0xab, 0xdb,
0xb0, 0x81, 0xe3, 0xac, 0xd6, 0xba, 0xba, 0x35,
0x6b, 0x68, 0xda, 0xe9, 0xb4, 0x58, 0x78, 0x5e,
0x51, 0x8a, 0x8b, 0x8d, 0x46, 0x8e, 0x93, 0xe5,
0xe5, 0xcb, 0x63, 0xb1, 0x78, 0x5c, 0x92, 0x28,
0xea, 0xe8, 0xd1, 0x73, 0xe7, 0x54, 0xb5, 0xad,
0x2d, 0xd3, 0x88, 0x2c, 0x67, 0x6a, 0x2a, 0x95,
0xa9, 0x3a, 0x80, 0xfe, 0x7b, 0xba, 0x16, 0x72,
0xd4, 0x00, 0x70, 0xe0, 0x40, 0x63, 0xa3, 0xc1,
0x40, 0x88, 0xc9, 0x64, 0x32, 0xa9, 0xaa, 0xc1,
0x20, 0x08, 0x82, 0xc0, 0x30, 0x84, 0x8c, 0x8c,
0x8c, 0x8c, 0x28, 0x8a, 0xa2, 0xc8, 0xb2, 0x2c,
0x2b, 0x0a, 0x21, 0x9a, 0x09, 0x59, 0xde, 0xbf,
0xbf, 0xae, 0x4e, 0x14, 0x79, 0xbe, 0xb8, 0xb8,
0xb8, 0x58, 0x51, 0xec, 0xf6, 0xd1, 0x51, 0xaf,
0x57, 0x14, 0xbd, 0xde, 0xcf, 0x9f, 0x47, 0x47,
0x81, 0xa1, 0xa1, 0x4b, 0x97, 0x6e, 0xdc, 0x00,
0x66, 0x66, 0xb2, 0x23, 0x98, 0x69, 0x48, 0xd7,
0x6c, 0xa0, 0xd9, 0x91, 0xcf, 0xb3, 0x02, 0xf9,
0x52, 0x2a, 0x57, 0x8a, 0x65, 0xef, 0x3a, 0xf9,
0x9e, 0xb3, 0x8b, 0x52, 0xd7, 0x6c, 0xa0, 0xd9,
0xc5, 0xfb, 0x9f, 0x69, 0xff, 0x00, 0xcd, 0x22,
0xea, 0x2d, 0xd8, 0x5b, 0x2a, 0x93, 0x00, 0x00,
0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
0x60, 0x82};

View File

@@ -1,197 +0,0 @@
/* folder.png - 498 bytes */
static const unsigned char folder_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x0b, 0x0a, 0x12, 0x39, 0x0d, 0xf9,
0xdd, 0x70, 0x50, 0x00, 0x00, 0x01, 0x7f, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xa5, 0x91, 0x4d,
0x88, 0x52, 0x51, 0x18, 0x86, 0x9f, 0x63, 0x2a,
0xfe, 0x40, 0xa6, 0x8b, 0x10, 0x5a, 0x04, 0x41,
0xb4, 0x0e, 0x82, 0x99, 0x20, 0x9a, 0xe5, 0x2c,
0xe3, 0x62, 0x11, 0xb4, 0xa9, 0x88, 0x20, 0x88,
0xfe, 0x98, 0xdd, 0x6c, 0x66, 0xb6, 0xb3, 0x08,
0xa2, 0x5d, 0x50, 0x33, 0xce, 0x2a, 0x44, 0xa4,
0x65, 0x49, 0x50, 0xb6, 0x6c, 0x17, 0x18, 0x46,
0x9b, 0x88, 0x22, 0x28, 0x05, 0x0b, 0xb1, 0x7b,
0x8f, 0x47, 0xcf, 0xfd, 0x66, 0x71, 0xed, 0x0a,
0xe2, 0x05, 0xcd, 0x97, 0x0f, 0x0e, 0x9c, 0xc3,
0xf7, 0xbc, 0x2f, 0xef, 0x51, 0x97, 0x2e, 0x97,
0xb6, 0x8a, 0xc5, 0xe2, 0x36, 0x53, 0x32, 0xc6,
0x04, 0xe7, 0xc0, 0xdc, 0xda, 0xdb, 0xdd, 0x7f,
0x42, 0x84, 0xd4, 0x9d, 0x7b, 0xb7, 0xe5, 0xfa,
0xd5, 0x1b, 0x33, 0x1f, 0xb5, 0xf6, 0x78, 0xb6,
0xf7, 0x94, 0x5e, 0xaf, 0x77, 0xa5, 0x5a, 0xa9,
0x3d, 0x8f, 0x04, 0x94, 0x9c, 0x8b, 0xb4, 0x3e,
0xb5, 0xa2, 0x4c, 0x78, 0xdb, 0x78, 0x33, 0x7d,
0xf5, 0xa8, 0x5a, 0xa9, 0x3d, 0x00, 0x88, 0x03,
0xa4, 0xd3, 0x19, 0x8e, 0xe4, 0xf2, 0x91, 0x00,
0xe7, 0x42, 0x29, 0x70, 0x53, 0x0a, 0xa5, 0x14,
0xb5, 0x17, 0xd5, 0xfb, 0x40, 0x00, 0x30, 0xc6,
0xe0, 0x79, 0x2e, 0xaf, 0x3f, 0xf6, 0x69, 0x76,
0x32, 0xcc, 0xa5, 0xc3, 0x0e, 0x67, 0x6e, 0x3a,
0x52, 0x48, 0xe9, 0xcf, 0x61, 0x82, 0x66, 0x27,
0xc3, 0xe3, 0x8d, 0x75, 0xb4, 0xb1, 0x73, 0x31,
0x52, 0xc9, 0x43, 0xdc, 0x7d, 0x58, 0x3f, 0x15,
0x07, 0xf0, 0x3c, 0x17, 0x80, 0x9f, 0xbf, 0x35,
0x5f, 0xda, 0x7f, 0xe7, 0x02, 0x9c, 0x38, 0x9a,
0x05, 0x20, 0xa6, 0xb5, 0x26, 0x9d, 0x9e, 0x33,
0xfa, 0x0c, 0xc5, 0x5c, 0xd7, 0x0d, 0x13, 0xfc,
0x17, 0xe0, 0x5f, 0x07, 0x4b, 0x01, 0x16, 0x4d,
0x60, 0xad, 0x8f, 0x1e, 0x06, 0x65, 0x87, 0xbf,
0x90, 0x88, 0xf9, 0x08, 0x20, 0x22, 0x28, 0xa5,
0x10, 0x11, 0x44, 0xc0, 0x17, 0xc1, 0x5a, 0x61,
0x68, 0x7d, 0xcc, 0x48, 0x18, 0x8c, 0x2c, 0x43,
0x2b, 0xe4, 0xb2, 0xc9, 0x09, 0xc0, 0xf3, 0x5c,
0x8e, 0xe7, 0x06, 0x74, 0xfb, 0x86, 0x1f, 0x5d,
0x0f, 0x44, 0xe1, 0x23, 0x8c, 0x07, 0x11, 0x10,
0x04, 0x91, 0x31, 0x18, 0x18, 0x59, 0x99, 0x00,
0x7e, 0x75, 0xda, 0x9c, 0x3e, 0x7b, 0x8e, 0x0f,
0x5f, 0xff, 0x8c, 0x97, 0x02, 0x77, 0x11, 0xf0,
0x11, 0x04, 0x05, 0x22, 0x61, 0xaa, 0x95, 0x93,
0x05, 0xea, 0x2f, 0x5f, 0x91, 0xd7, 0xdf, 0xcb,
0xea, 0xfc, 0xb5, 0x9d, 0x86, 0x9b, 0x38, 0xb6,
0xb6, 0x68, 0x79, 0xd9, 0xe1, 0xb7, 0xf7, 0xef,
0xca, 0x9b, 0xab, 0x2c, 0xab, 0x03, 0xc2, 0x87,
0xb4, 0xca, 0xa7, 0xb0, 0xe2, 0xf8, 0x00, 0x00,
0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
0x60, 0x82};
/* folder.png - 1019 bytes */
static const unsigned char folder_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x03,
0x86, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0xcd, 0x4b, 0x1b, 0x41, 0x14, 0x7f, 0x3b,
0x9b, 0x68, 0x22, 0x46, 0x8a, 0x8a, 0xa0, 0x05,
0x7b, 0x4f, 0xed, 0xc9, 0x42, 0xb1, 0x20, 0xfa,
0x67, 0xf4, 0xaa, 0x12, 0x24, 0x88, 0x44, 0x2f,
0xbd, 0xb4, 0x16, 0x0a, 0x3d, 0xb5, 0xb4, 0x9e,
0x64, 0xb5, 0x22, 0x08, 0x8a, 0xf8, 0x41, 0xcf,
0xde, 0x5a, 0x0f, 0x82, 0xa0, 0xf8, 0x95, 0x48,
0x89, 0xf1, 0xd0, 0x43, 0x5b, 0x13, 0x4d, 0x4d,
0x4c, 0x36, 0xd9, 0xec, 0xe7, 0x4c, 0x0f, 0xeb,
0xeb, 0x26, 0x9b, 0x6c, 0x35, 0xb4, 0xa8, 0x07,
0x7f, 0x97, 0x37, 0xef, 0xcd, 0xce, 0xcc, 0xfb,
0xbd, 0xdf, 0xce, 0xbe, 0x04, 0xe0, 0x0e, 0x77,
0xf8, 0x27, 0x70, 0xf6, 0xc0, 0xc8, 0xc8, 0xe8,
0x68, 0x28, 0xf4, 0xfa, 0xb5, 0x61, 0x50, 0xaa,
0xeb, 0xaf, 0x5e, 0x5d, 0xb6, 0x81, 0xaa, 0xaa,
0xaa, 0xaa, 0x5a, 0x3e, 0xa5, 0x86, 0x41, 0xe9,
0xb3, 0x67, 0xd3, 0xd3, 0x1f, 0x3f, 0xce, 0xcc,
0x2c, 0x2d, 0x5d, 0x3b, 0x81, 0xe1, 0xe1, 0x50,
0x68, 0x68, 0x88, 0xb1, 0x81, 0x81, 0xbe, 0xbe,
0x40, 0xa0, 0xfa, 0x0d, 0x05, 0x61, 0x6a, 0x6a,
0x62, 0x02, 0x20, 0x95, 0x4a, 0xa5, 0x52, 0xa9,
0xc7, 0x8f, 0x57, 0x56, 0x96, 0x96, 0x3e, 0x7d,
0xda, 0xde, 0xbe, 0x76, 0x02, 0x5d, 0x5d, 0x4f,
0x9e, 0x3c, 0x7d, 0x0a, 0x90, 0x48, 0x24, 0x12,
0x89, 0x44, 0xf5, 0x1b, 0xef, 0xee, 0xee, 0xef,
0xef, 0xec, 0x00, 0x68, 0x9a, 0xa6, 0x69, 0x1a,
0x00, 0x63, 0x8c, 0x31, 0x56, 0x6e, 0x11, 0x4d,
0x4d, 0x8d, 0x8d, 0xcd, 0xcd, 0xcf, 0x9f, 0x4f,
0x4e, 0x0a, 0xc2, 0xd4, 0xd4, 0xbb, 0x77, 0x57,
0x3d, 0xc7, 0xe5, 0x34, 0xe1, 0xf7, 0xfb, 0xfd,
0x0f, 0x1f, 0x02, 0x10, 0x42, 0x08, 0xcf, 0x57,
0x4f, 0xa0, 0xad, 0xad, 0xad, 0xed, 0xfe, 0x7d,
0xe7, 0x79, 0x42, 0x08, 0x21, 0x04, 0x80, 0xe7,
0x79, 0x9e, 0xe7, 0x01, 0x16, 0x17, 0x97, 0x97,
0x17, 0x16, 0xde, 0xbe, 0x0d, 0x06, 0x83, 0xc1,
0x60, 0x70, 0x72, 0x52, 0x10, 0x04, 0x41, 0x10,
0x44, 0xb1, 0x6a, 0x05, 0x06, 0x07, 0x83, 0xc1,
0x40, 0x80, 0xb1, 0x9e, 0x9e, 0xee, 0xee, 0xde,
0x5e, 0x80, 0xcf, 0x9f, 0x63, 0x31, 0xc6, 0x00,
0xf6, 0xf6, 0x7e, 0xfe, 0xac, 0x9e, 0xc6, 0xff,
0x83, 0xdb, 0xad, 0x69, 0x67, 0x67, 0x6f, 0xde,
0x6c, 0x6c, 0xcc, 0xce, 0x86, 0x42, 0x63, 0x63,
0x18, 0x77, 0x54, 0xa0, 0xa3, 0xa3, 0xa3, 0xe3,
0xd1, 0x23, 0x80, 0x0f, 0x1f, 0xbe, 0x7c, 0x09,
0x87, 0x01, 0x5e, 0xbc, 0xe8, 0xef, 0xef, 0xe9,
0x01, 0x90, 0x65, 0x4d, 0x33, 0x8c, 0xeb, 0x27,
0xf0, 0xfe, 0xfd, 0xdc, 0xdc, 0xfa, 0xfa, 0xcb,
0x97, 0xa6, 0x77, 0x05, 0x02, 0x07, 0x07, 0x07,
0x07, 0x91, 0x88, 0xe5, 0xa7, 0xd3, 0xf9, 0xbc,
0xaa, 0x02, 0x24, 0x93, 0xd9, 0xac, 0xa2, 0x5c,
0x5f, 0xe2, 0xed, 0xed, 0xcd, 0xcd, 0x75, 0x75,
0xce, 0xf3, 0xc4, 0x1e, 0x90, 0x65, 0x59, 0x96,
0x65, 0x4b, 0x81, 0x9b, 0x46, 0xa1, 0xa0, 0xaa,
0x7f, 0x53, 0x9c, 0x38, 0x4d, 0xd8, 0x15, 0xb8,
0xad, 0x28, 0x23, 0x20, 0x49, 0x92, 0x24, 0x49,
0xb7, 0x49, 0x81, 0x42, 0xa1, 0x50, 0x40, 0xef,
0xe8, 0xe8, 0x52, 0x02, 0x88, 0xdb, 0xa2, 0x40,
0x26, 0x93, 0xc9, 0x64, 0x32, 0x00, 0x84, 0xe8,
0x7a, 0x36, 0x9b, 0xcb, 0x5d, 0x99, 0x80, 0x5d,
0x01, 0xaf, 0xb7, 0xa6, 0xa6, 0x52, 0x3f, 0xc0,
0x66, 0x54, 0xdc, 0xa0, 0x00, 0x00, 0x28, 0x35,
0x47, 0x94, 0x52, 0x6a, 0xfa, 0x94, 0xa2, 0xcf,
0x18, 0x80, 0x61, 0x94, 0x5a, 0x5d, 0xaf, 0x6c,
0x25, 0x49, 0x96, 0x15, 0x05, 0x80, 0x10, 0xc6,
0x0c, 0x23, 0x16, 0xb3, 0x9f, 0x6f, 0xfb, 0x0a,
0x71, 0x7f, 0xfa, 0x82, 0x5d, 0x01, 0x5d, 0x37,
0x0c, 0x4a, 0x01, 0x14, 0x45, 0xd7, 0xcd, 0x94,
0xcc, 0x44, 0x8b, 0x09, 0xe0, 0x0e, 0x26, 0x11,
0xdc, 0xcb, 0xea, 0xb8, 0x66, 0x1c, 0x4f, 0xc1,
0x28, 0xc7, 0xe1, 0x4e, 0xd6, 0x5a, 0x80, 0xfa,
0x7a, 0x8f, 0xc7, 0xe5, 0x02, 0x38, 0x3d, 0x4d,
0xa7, 0xd3, 0x69, 0x4d, 0x23, 0xc4, 0x30, 0x24,
0x29, 0x9f, 0xbf, 0xa8, 0xfb, 0x45, 0xe1, 0x29,
0x75, 0x24, 0x80, 0x0a, 0x74, 0x76, 0x46, 0xa3,
0x9b, 0x9b, 0x00, 0x84, 0xf0, 0x3c, 0x21, 0x00,
0x8a, 0xa2, 0x69, 0x94, 0x16, 0xa7, 0x65, 0x25,
0x5a, 0x9c, 0xd6, 0x65, 0x09, 0x16, 0x13, 0xaa,
0xa4, 0x69, 0x63, 0xa3, 0xcf, 0x47, 0x08, 0xc0,
0xc9, 0xc9, 0xaf, 0x5f, 0xd9, 0x2c, 0xc7, 0x11,
0x22, 0xcb, 0xc9, 0xe4, 0xda, 0xda, 0x45, 0xdd,
0x2f, 0xf2, 0x56, 0x55, 0x1b, 0x01, 0xb7, 0x1b,
0x47, 0x91, 0xc8, 0xd7, 0xaf, 0xd1, 0x28, 0x40,
0x43, 0xc3, 0xbd, 0x7b, 0x2d, 0x2d, 0x00, 0x89,
0xc4, 0xf9, 0xb9, 0xa2, 0x00, 0xc8, 0x72, 0xa9,
0x02, 0xf6, 0x74, 0xcb, 0x89, 0x38, 0x8d, 0xad,
0x51, 0x71, 0x09, 0x7c, 0x3e, 0xaf, 0xd7, 0xe5,
0xb2, 0x0a, 0x95, 0x4c, 0x9e, 0x9f, 0x8b, 0xa2,
0x61, 0xb8, 0x5c, 0x67, 0x67, 0x5b, 0x5b, 0xb8,
0xa2, 0xa6, 0xc6, 0x81, 0x80, 0xd5, 0x32, 0x3c,
0x9e, 0xd6, 0x56, 0xbf, 0x1f, 0xe0, 0xc1, 0x03,
0x9f, 0x8f, 0xe7, 0x01, 0xa2, 0xd1, 0x78, 0x3c,
0x9f, 0xb7, 0x0e, 0x33, 0x49, 0x54, 0xa6, 0x60,
0x8f, 0x97, 0xbe, 0x3a, 0xc5, 0xda, 0x98, 0xe3,
0xe2, 0x82, 0xd4, 0xd6, 0xba, 0xdd, 0x94, 0x02,
0xfc, 0xf8, 0x71, 0x74, 0x74, 0x78, 0xc8, 0x98,
0x28, 0x8a, 0x62, 0x3e, 0x2f, 0x8a, 0xdf, 0xbf,
0x47, 0xa3, 0xb1, 0x18, 0x5e, 0x62, 0xaf, 0xd7,
0xb4, 0xb9, 0x9c, 0x8d, 0x40, 0xa1, 0x10, 0x0e,
0x87, 0xc3, 0x91, 0x48, 0x20, 0xf0, 0xed, 0xdb,
0xfc, 0xfc, 0xde, 0xde, 0xf4, 0x34, 0xdc, 0x28,
0x38, 0x2e, 0x97, 0x3b, 0x3c, 0x5c, 0x5d, 0x1d,
0x1f, 0x8f, 0xc7, 0x8f, 0x8f, 0xe3, 0xf1, 0xe3,
0xe3, 0xb2, 0x27, 0x4a, 0x5d, 0xfc, 0xce, 0x78,
0x3c, 0xa6, 0xf5, 0xf9, 0x4a, 0x19, 0x63, 0x1c,
0x25, 0xc4, 0xcb, 0x84, 0xb5, 0xb5, 0xd7, 0xb8,
0x3c, 0xa1, 0xca, 0xcf, 0xa1, 0xc5, 0x9e, 0x8b,
0x16, 0xff, 0x2a, 0xa1, 0xc5, 0x8e, 0x90, 0xcd,
0xa2, 0xcf, 0x55, 0x3e, 0x00, 0x89, 0xe0, 0x65,
0x41, 0x8b, 0x77, 0xc4, 0x9e, 0xb8, 0x7d, 0xbd,
0x9d, 0x80, 0xd3, 0x73, 0x08, 0x7c, 0x21, 0x71,
0x1d, 0xfa, 0xba, 0x5e, 0xd9, 0xe2, 0xfc, 0x4d,
0xfc, 0xac, 0xbc, 0x43, 0x29, 0x7e, 0x03, 0xc4,
0x0c, 0x3e, 0x03, 0x1d, 0xa3, 0x8f, 0xcb, 0x00,
0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae,
0x42, 0x60, 0x82};

View File

@@ -1,251 +0,0 @@
/* folder_new.png - 635 bytes */
static const unsigned char folder_new_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x0b, 0x11, 0x0f, 0x07, 0x00, 0x55,
0x4f, 0xf7, 0x2d, 0x00, 0x00, 0x02, 0x08, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xa5, 0x90, 0x3d,
0x68, 0x53, 0x61, 0x14, 0x86, 0x9f, 0xef, 0xf6,
0xde, 0x96, 0x7b, 0x53, 0x49, 0xdb, 0xb4, 0x24,
0xa4, 0xb5, 0x0a, 0x56, 0x5c, 0x15, 0x07, 0x15,
0xfc, 0x9d, 0xc4, 0xc9, 0x4a, 0x14, 0x45, 0x07,
0x15, 0x17, 0x41, 0xc4, 0xc1, 0x4d, 0x10, 0x5d,
0x9d, 0x04, 0x11, 0x41, 0x50, 0x5b, 0x27, 0x11,
0x71, 0x70, 0xb2, 0x45, 0xb0, 0x95, 0x2e, 0xba,
0xd4, 0x40, 0x25, 0x0e, 0x2d, 0x41, 0x2d, 0x42,
0xdb, 0x68, 0xab, 0x21, 0xbd, 0xf7, 0xe6, 0xbb,
0x3f, 0xc7, 0x21, 0x21, 0xad, 0xa5, 0x41, 0xc5,
0x87, 0x0f, 0xbe, 0xe1, 0x9c, 0xf3, 0x9e, 0xf7,
0xbc, 0xea, 0xc4, 0xc9, 0xdc, 0x8d, 0x4c, 0x26,
0x73, 0x93, 0x35, 0x68, 0xad, 0x6b, 0x7f, 0x55,
0x5f, 0x1c, 0x7a, 0xf4, 0xf8, 0x3e, 0x4d, 0x50,
0x97, 0xaf, 0x5c, 0x92, 0xf3, 0x67, 0x2f, 0xac,
0x5b, 0xf4, 0x7d, 0x8f, 0x87, 0x43, 0x0f, 0x28,
0x97, 0xcb, 0xa7, 0x9f, 0x3d, 0x7d, 0xfe, 0x24,
0x9c, 0x3f, 0xaa, 0x00, 0x0b, 0x08, 0xcc, 0xf4,
0x0b, 0x69, 0x08, 0xe4, 0x8e, 0x1d, 0xa7, 0xf0,
0xb1, 0xd0, 0x6c, 0x09, 0x63, 0xe3, 0xaf, 0x69,
0x31, 0x84, 0xde, 0x0c, 0x0c, 0x6c, 0x16, 0xfa,
0x32, 0x32, 0x76, 0xe4, 0xa0, 0x5c, 0x07, 0xde,
0x9b, 0x00, 0xb6, 0xed, 0xd0, 0x91, 0xec, 0x6c,
0x2a, 0x90, 0x1b, 0x1c, 0xa4, 0xbb, 0xe3, 0x1b,
0x03, 0x1b, 0x67, 0xe9, 0x48, 0xf5, 0x10, 0x84,
0xd6, 0xa1, 0xd8, 0x28, 0xde, 0x55, 0xf1, 0xdc,
0x6d, 0x53, 0x6b, 0x8d, 0xe7, 0xb9, 0xbc, 0xfa,
0x50, 0x61, 0xaa, 0xe4, 0xac, 0x33, 0x2e, 0x0c,
0xa4, 0x7f, 0x72, 0x66, 0x5f, 0x11, 0xab, 0xbd,
0x17, 0xc3, 0x3e, 0x85, 0x63, 0x76, 0xb1, 0xec,
0x4d, 0x6c, 0x2f, 0x7e, 0x1e, 0xbd, 0xd7, 0x70,
0x30, 0x55, 0x72, 0xb8, 0x73, 0xf5, 0x30, 0xbe,
0x8e, 0x7e, 0x0f, 0x89, 0x90, 0x64, 0xeb, 0x34,
0x59, 0xbb, 0x84, 0xed, 0x64, 0x69, 0x31, 0x53,
0x28, 0x65, 0x60, 0x99, 0x36, 0xa1, 0x48, 0xc2,
0x04, 0xf0, 0x3c, 0x17, 0x80, 0xb9, 0x25, 0x9f,
0xe2, 0xc2, 0xf2, 0x1a, 0x81, 0x98, 0x94, 0x03,
0x41, 0xf7, 0x06, 0xb2, 0xd1, 0x34, 0xed, 0x6a,
0x02, 0xcb, 0xda, 0x46, 0xa8, 0x27, 0x29, 0xce,
0xb5, 0x62, 0xfa, 0xbe, 0x8f, 0x6d, 0x3b, 0x4d,
0xef, 0x17, 0x0c, 0x96, 0xbc, 0x1e, 0x0a, 0xa5,
0x9d, 0x54, 0xf4, 0x0c, 0xfd, 0xfa, 0x2d, 0x76,
0x5b, 0x1e, 0x37, 0x48, 0x30, 0x92, 0xef, 0xc7,
0x74, 0x5d, 0xb7, 0xe1, 0xa0, 0x19, 0x91, 0x98,
0x7c, 0xf7, 0xd2, 0x54, 0x74, 0x92, 0xd9, 0xf2,
0x16, 0xda, 0x5a, 0x7c, 0x92, 0xed, 0x7d, 0xcc,
0xcc, 0x4f, 0xd2, 0xc8, 0xe0, 0xcf, 0x18, 0x54,
0x23, 0x87, 0xaa, 0x5b, 0xeb, 0x6d, 0xb3, 0x6d,
0xaa, 0x81, 0x89, 0xb1, 0x3a, 0x83, 0xbf, 0x25,
0x8a, 0x62, 0xfc, 0x40, 0x00, 0x56, 0x1c, 0x58,
0x46, 0x8c, 0x00, 0x22, 0x82, 0x52, 0x0a, 0x11,
0x41, 0x04, 0x62, 0x11, 0xa2, 0x48, 0x08, 0xa2,
0x18, 0x1d, 0x0a, 0xd5, 0x30, 0x22, 0x88, 0x84,
0x64, 0xa2, 0x75, 0x45, 0xc0, 0xf3, 0x5c, 0x36,
0x25, 0xab, 0x2c, 0x56, 0x34, 0x5f, 0x17, 0x3d,
0x10, 0x45, 0x8c, 0x50, 0x7f, 0x88, 0x80, 0x20,
0x88, 0xd4, 0x85, 0x81, 0x30, 0x5a, 0xe5, 0x60,
0xbe, 0xb4, 0xc0, 0x8e, 0x3d, 0x7b, 0xc9, 0x7f,
0xfa, 0x51, 0x1f, 0xaa, 0x6d, 0x17, 0x81, 0x18,
0x41, 0x50, 0x20, 0xd2, 0x70, 0xb5, 0x6b, 0x6b,
0x17, 0xa3, 0x2f, 0x47, 0xe8, 0xf4, 0x67, 0x87,
0xd5, 0xfe, 0x73, 0xb7, 0xc6, 0x5d, 0xab, 0xf7,
0x00, 0xff, 0x48, 0x22, 0xf8, 0xf2, 0xee, 0xcd,
0xf0, 0xb5, 0xdd, 0xfc, 0x2f, 0xbf, 0x00, 0x5c,
0xb6, 0xf8, 0x8a, 0x37, 0xe1, 0x9a, 0xa9, 0x00,
0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae,
0x42, 0x60, 0x82};
/* folder_new.png - 1316 bytes */
static const unsigned char folder_new_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x04,
0xaf, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0x4b, 0x6b, 0x53, 0x4d, 0x18, 0x7e, 0xce,
0x9c, 0x49, 0x9a, 0xc4, 0xa6, 0x37, 0x6d, 0x4b,
0x2b, 0x54, 0x21, 0x42, 0xa1, 0xd6, 0x85, 0xa6,
0x20, 0x16, 0x44, 0xff, 0x81, 0x3b, 0x29, 0xb8,
0xf2, 0xd2, 0x95, 0x48, 0xed, 0x5a, 0x28, 0xf8,
0x07, 0xcc, 0x4a, 0x44, 0x8b, 0x3b, 0x37, 0x41,
0x5c, 0xe8, 0x46, 0x57, 0x2a, 0x64, 0x21, 0x28,
0xd6, 0xda, 0x1b, 0x49, 0xeb, 0x05, 0x69, 0x6d,
0x4e, 0x92, 0xe6, 0xd2, 0x5c, 0x4e, 0x4e, 0xce,
0x65, 0xe6, 0x5b, 0x9c, 0x4e, 0x93, 0x9e, 0x24,
0xf4, 0x8b, 0x97, 0xef, 0xdb, 0xf4, 0xdd, 0xbc,
0xf3, 0xce, 0x9c, 0x79, 0xe7, 0x79, 0xde, 0x4b,
0x66, 0x02, 0x1c, 0xc8, 0x81, 0xfc, 0x96, 0x48,
0xce, 0x89, 0xdb, 0xb7, 0xa7, 0xa7, 0xa7, 0xa6,
0xee, 0xde, 0xb5, 0x2c, 0xc6, 0x4c, 0x73, 0x66,
0x66, 0x3f, 0x07, 0xba, 0xae, 0xeb, 0xba, 0x5e,
0xb5, 0x19, 0xb3, 0x2c, 0xc6, 0x26, 0x26, 0x66,
0x67, 0x1f, 0x3d, 0x7a, 0xfc, 0x38, 0x1c, 0xfe,
0xcf, 0x09, 0xdc, 0xba, 0x35, 0x35, 0x75, 0xf3,
0x26, 0xe7, 0xd7, 0xaf, 0x5f, 0xbd, 0x3a, 0x39,
0xd9, 0xba, 0xc3, 0x07, 0x0f, 0x1e, 0x3e, 0xbc,
0x7f, 0x1f, 0xc8, 0x64, 0x32, 0x99, 0x4c, 0x66,
0x6c, 0xec, 0xe9, 0xd3, 0x70, 0xf8, 0xd9, 0xb3,
0x8f, 0x1f, 0xf7, 0xdb, 0x67, 0x9a, 0x89, 0xc4,
0xa5, 0x4b, 0xd2, 0x0e, 0x1e, 0x97, 0xcb, 0xd6,
0x86, 0x41, 0x69, 0x7f, 0xff, 0xf3, 0xe7, 0x9c,
0xb7, 0x4c, 0xe0, 0xdc, 0xb9, 0xb3, 0x67, 0xc7,
0xc7, 0x01, 0x45, 0x51, 0x14, 0x45, 0x69, 0x9d,
0xc8, 0xa7, 0x4f, 0x9f, 0x3f, 0xcf, 0xcd, 0x01,
0x86, 0x61, 0x18, 0x86, 0x01, 0x70, 0xce, 0x39,
0xe7, 0xf5, 0x5a, 0x96, 0x09, 0xe1, 0x1c, 0xb8,
0x78, 0x71, 0x7c, 0xdc, 0xef, 0x0f, 0x85, 0x6e,
0xdc, 0xb8, 0x7c, 0x39, 0x97, 0x8b, 0x46, 0x6d,
0x2f, 0x6e, 0xb7, 0xf0, 0x26, 0xb4, 0x4d, 0x48,
0x55, 0xc5, 0x39, 0xb4, 0x19, 0x80, 0x91, 0x91,
0x91, 0x91, 0x93, 0x27, 0x01, 0x42, 0x08, 0x91,
0xe5, 0xd6, 0x09, 0x0c, 0x0e, 0x0e, 0x0e, 0x1e,
0x3d, 0xda, 0x7c, 0x5d, 0x96, 0x65, 0x99, 0x73,
0xa0, 0xaf, 0xaf, 0xbb, 0x3b, 0x9d, 0x06, 0x5c,
0x2e, 0xc6, 0x22, 0x91, 0xe9, 0x69, 0x5d, 0x97,
0xe5, 0xb1, 0xb1, 0x54, 0x0a, 0x90, 0xa4, 0x8e,
0x0e, 0x4a, 0x29, 0x65, 0x2c, 0x16, 0xfb, 0xf1,
0x43, 0x92, 0x18, 0x53, 0x94, 0x50, 0xc8, 0xce,
0x54, 0x38, 0x6c, 0x13, 0xa9, 0x54, 0xea, 0x08,
0x88, 0x9a, 0x5e, 0x59, 0x59, 0x59, 0x59, 0x5e,
0x06, 0x5e, 0xbf, 0x5e, 0x5d, 0xe5, 0x1c, 0x98,
0x9f, 0xff, 0xf9, 0xb3, 0x75, 0x1a, 0x8d, 0x85,
0x73, 0xe0, 0xc4, 0x89, 0xfe, 0xfe, 0xed, 0x6d,
0xe0, 0xca, 0x95, 0xf3, 0xe7, 0x63, 0x31, 0xe0,
0xcc, 0x99, 0xe1, 0xe1, 0xd3, 0xa7, 0x01, 0xd3,
0xa4, 0x74, 0x62, 0xa2, 0xb7, 0x57, 0x96, 0x29,
0xed, 0xe9, 0x01, 0x4a, 0xa5, 0x72, 0x39, 0x12,
0xe9, 0xee, 0x4e, 0x26, 0x13, 0x89, 0x17, 0x2f,
0x66, 0x66, 0x02, 0x81, 0xfe, 0x7e, 0x45, 0x11,
0x25, 0xb9, 0xbc, 0xdc, 0x34, 0x03, 0xa3, 0xa3,
0xa3, 0xa3, 0xa7, 0x4e, 0x01, 0xf7, 0xee, 0xbd,
0x79, 0xb3, 0xb0, 0x00, 0xdc, 0xb9, 0x73, 0xed,
0xda, 0x85, 0x0b, 0x80, 0xa6, 0x19, 0x86, 0x65,
0xfd, 0x3a, 0x78, 0x42, 0x00, 0xd3, 0x04, 0x8e,
0x1c, 0xf1, 0xf9, 0xbe, 0x7e, 0x05, 0x02, 0x81,
0xae, 0x2e, 0x45, 0x01, 0x7c, 0x3e, 0xaf, 0x77,
0x60, 0x00, 0x90, 0x65, 0x4a, 0x0f, 0x1f, 0x06,
0x24, 0x49, 0x92, 0x08, 0x01, 0x28, 0x95, 0x65,
0xaf, 0x17, 0xc8, 0xe5, 0xca, 0x65, 0xb7, 0x3b,
0x10, 0xb0, 0xbd, 0x74, 0x76, 0x0a, 0x7f, 0x4d,
0x09, 0x2c, 0x2d, 0x2d, 0x2d, 0x2d, 0x2e, 0x56,
0xed, 0x6c, 0xb6, 0x54, 0xd2, 0x75, 0x20, 0x95,
0xca, 0xe7, 0x2b, 0x95, 0x5f, 0x27, 0x20, 0x49,
0x00, 0x63, 0x40, 0xb1, 0xe8, 0xf3, 0x51, 0x0a,
0x1c, 0x3a, 0x44, 0x48, 0x67, 0x27, 0x40, 0x88,
0x24, 0xad, 0xad, 0x01, 0x7e, 0xbf, 0x2c, 0x47,
0x22, 0x80, 0xcb, 0xe5, 0x72, 0x0d, 0x0f, 0x03,
0xa6, 0x69, 0x18, 0x73, 0x73, 0xc0, 0xb7, 0x6f,
0x8a, 0xe2, 0x76, 0x03, 0xc1, 0xe0, 0xf1, 0xe3,
0x40, 0x26, 0xb3, 0x1b, 0x10, 0xe7, 0x01, 0x9a,
0xa6, 0x69, 0x9a, 0x56, 0xcd, 0xc0, 0x9f, 0x16,
0xce, 0xed, 0x2c, 0x64, 0xb3, 0xe5, 0x72, 0x6f,
0x2f, 0xb0, 0xbc, 0x9c, 0x4c, 0x06, 0x83, 0x40,
0x2c, 0x96, 0x4a, 0x0d, 0x0d, 0x01, 0xa9, 0xd4,
0xd6, 0xd6, 0xbb, 0x77, 0x40, 0x2e, 0x97, 0xc9,
0x84, 0xc3, 0xc0, 0xc6, 0x46, 0x3a, 0x4d, 0x08,
0xf0, 0xea, 0xd5, 0xfc, 0xfc, 0xd0, 0x90, 0xf0,
0xb2, 0xb9, 0xd9, 0x72, 0x06, 0xfe, 0xb4, 0x58,
0x16, 0xe7, 0x94, 0x02, 0x5b, 0x5b, 0xaa, 0xda,
0xd7, 0x07, 0x14, 0x8b, 0xba, 0xde, 0xd1, 0x01,
0xac, 0xaf, 0xe7, 0x72, 0x81, 0x00, 0xd0, 0xd6,
0x46, 0x69, 0xb9, 0x6c, 0x97, 0xd4, 0xc0, 0x00,
0xf0, 0xe5, 0x4b, 0x22, 0x51, 0xc5, 0x53, 0x28,
0x34, 0x25, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0xb5,
0x19, 0xb0, 0x7b, 0xe0, 0x6f, 0x0a, 0x21, 0x80,
0xa6, 0x99, 0xa6, 0xcf, 0x57, 0xd5, 0x42, 0xda,
0xdb, 0x5d, 0x2e, 0xd3, 0x04, 0x2a, 0x15, 0xc3,
0xa0, 0x74, 0x6d, 0xcd, 0x79, 0x2f, 0x90, 0x66,
0x4e, 0xff, 0x76, 0x06, 0xfe, 0xad, 0x6c, 0x6f,
0x6f, 0x6f, 0x17, 0x0a, 0x00, 0x21, 0xa6, 0x99,
0xcf, 0x17, 0x8b, 0x75, 0xe4, 0x9b, 0x6d, 0x74,
0xf6, 0x80, 0xd7, 0xeb, 0x76, 0x37, 0xba, 0x0f,
0x44, 0x2c, 0x6a, 0x2f, 0x28, 0x00, 0x60, 0xcc,
0x1e, 0x31, 0xc6, 0x98, 0x6d, 0x33, 0x26, 0x6c,
0xce, 0x01, 0xcb, 0xda, 0xab, 0x4d, 0xb3, 0xb1,
0x56, 0x55, 0x4d, 0xab, 0x54, 0x00, 0x42, 0x38,
0xb7, 0xac, 0xd5, 0x55, 0xe7, 0xf9, 0x8e, 0x12,
0x92, 0x76, 0x6f, 0x66, 0x67, 0x06, 0x4c, 0xd3,
0xb2, 0x18, 0x03, 0x2a, 0x15, 0xd3, 0xb4, 0x21,
0xd9, 0x40, 0x6b, 0x09, 0x08, 0x0f, 0x36, 0x11,
0xe1, 0x4b, 0xac, 0x88, 0x79, 0x71, 0x8a, 0x98,
0x95, 0x24, 0xe1, 0xa9, 0xba, 0x17, 0x68, 0x6f,
0xf7, 0x78, 0x28, 0x05, 0x92, 0xc9, 0x6c, 0x36,
0x9b, 0x35, 0x0c, 0x42, 0x2c, 0x4b, 0x55, 0x4b,
0xa5, 0x9d, 0xb8, 0xef, 0x04, 0x9e, 0xb1, 0xa6,
0x04, 0x44, 0x06, 0x82, 0xc1, 0x68, 0xf4, 0xfd,
0x7b, 0x80, 0x10, 0x59, 0x26, 0xc4, 0xae, 0x45,
0xc6, 0x6a, 0x61, 0x55, 0x81, 0xd6, 0xc2, 0xda,
0x0f, 0x60, 0x2d, 0xa1, 0x46, 0x39, 0xed, 0xe9,
0xf1, 0xfb, 0x09, 0x01, 0x12, 0x89, 0xad, 0xad,
0x7c, 0x5e, 0x92, 0x08, 0xd1, 0xb4, 0x54, 0xea,
0xed, 0xdb, 0x9d, 0xb8, 0xef, 0xe0, 0xd6, 0x75,
0x07, 0x01, 0xf1, 0x88, 0x02, 0x16, 0x17, 0x57,
0x56, 0xa2, 0x51, 0xa0, 0xa3, 0xa3, 0xab, 0xab,
0xaf, 0x0f, 0x50, 0x94, 0x5c, 0xae, 0x52, 0xb1,
0x9b, 0xac, 0x36, 0x03, 0x4e, 0xb8, 0xf5, 0x44,
0x9a, 0x8d, 0xab, 0xa3, 0xda, 0x10, 0xf8, 0xfd,
0x5e, 0x2f, 0xa5, 0xd5, 0x40, 0xa5, 0x52, 0xb9,
0x5c, 0xa1, 0x60, 0x59, 0x94, 0xa6, 0xd3, 0x1f,
0x3e, 0x88, 0x1d, 0xe2, 0x8d, 0x54, 0x47, 0xa0,
0xda, 0xff, 0x1e, 0xcf, 0xc0, 0xc0, 0xc8, 0x08,
0x70, 0xec, 0x98, 0xdf, 0x2f, 0xcb, 0x40, 0x34,
0x1a, 0x8f, 0x97, 0x4a, 0xd5, 0xc3, 0x6c, 0x12,
0x8d, 0x29, 0x38, 0xe7, 0xf7, 0x96, 0x4e, 0x6d,
0x6e, 0xec, 0x71, 0x6d, 0x40, 0xda, 0xda, 0x5c,
0x2e, 0xc6, 0x80, 0x8d, 0x8d, 0xb5, 0xb5, 0x58,
0x8c, 0xf3, 0x42, 0xa1, 0x50, 0x28, 0x95, 0x0a,
0x85, 0xf5, 0xf5, 0x68, 0x74, 0x75, 0x55, 0x34,
0xb1, 0xd7, 0x6b, 0xeb, 0x62, 0xd1, 0x41, 0xa0,
0x5c, 0x5e, 0x58, 0x58, 0x58, 0x58, 0x5c, 0x9c,
0x9c, 0xfc, 0xfe, 0xfd, 0xc9, 0x93, 0xf9, 0xf9,
0xd9, 0x59, 0xfc, 0xaf, 0x22, 0x49, 0xc5, 0x62,
0x2c, 0xf6, 0xf2, 0x65, 0x28, 0x14, 0x8f, 0x6f,
0x6e, 0xc6, 0xe3, 0xd5, 0x0b, 0x6c, 0xf7, 0x8b,
0xbd, 0xa6, 0xf8, 0x9d, 0xf1, 0x78, 0x6c, 0xed,
0xf7, 0xef, 0x65, 0x2c, 0xe6, 0x45, 0x0a, 0x45,
0x33, 0x89, 0xd8, 0x3a, 0x63, 0x5c, 0x0f, 0xa8,
0xf1, 0x77, 0x42, 0x8b, 0x57, 0x96, 0xd0, 0xe2,
0xaf, 0x92, 0xd0, 0xe5, 0xb2, 0xad, 0xf3, 0x79,
0x61, 0x4b, 0x8d, 0x0f, 0x10, 0x44, 0x44, 0xb3,
0x08, 0x2d, 0x7a, 0xc4, 0x09, 0xdc, 0xb9, 0xdf,
0x49, 0xa0, 0xd9, 0x77, 0x42, 0x44, 0x41, 0x8a,
0x7d, 0xc2, 0x36, 0xcd, 0xc6, 0x5a, 0xac, 0xff,
0xce, 0xb3, 0xf2, 0x40, 0xfe, 0x8c, 0xfc, 0x03,
0x43, 0x77, 0xd7, 0xb0, 0xfa, 0xd8, 0xe9, 0xe0,
0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44,
0xae, 0x42, 0x60, 0x82};

View File

@@ -1,230 +0,0 @@
/* folder_open.png - 523 bytes */
static const unsigned char folder_open_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x0b, 0x0a, 0x13, 0x00, 0x30, 0xae,
0xf3, 0xdb, 0xcc, 0x00, 0x00, 0x01, 0x98, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xa5, 0x91, 0x4d,
0x4b, 0x5b, 0x41, 0x18, 0x85, 0x9f, 0x91, 0xd4,
0x92, 0x08, 0xa6, 0x29, 0x28, 0xb1, 0x4a, 0xc1,
0xd2, 0x2e, 0x5d, 0x08, 0x42, 0x2d, 0x94, 0xe6,
0x27, 0x94, 0x60, 0x55, 0x70, 0xe3, 0x47, 0x29,
0x48, 0xab, 0xa8, 0x5b, 0xbb, 0x68, 0xb7, 0xdd,
0xb9, 0x12, 0x84, 0x1a, 0x75, 0x55, 0x24, 0x04,
0x97, 0xea, 0xc2, 0x6a, 0x57, 0xe2, 0x42, 0x97,
0xba, 0x13, 0xf1, 0xa3, 0xa0, 0x12, 0x35, 0x29,
0xe6, 0xde, 0x3b, 0xb9, 0x73, 0x5f, 0x17, 0x37,
0x5a, 0x12, 0x12, 0xd4, 0xf6, 0x30, 0x30, 0x30,
0xc3, 0xfb, 0x9c, 0x33, 0x67, 0x54, 0x67, 0x77,
0xc7, 0x97, 0x68, 0x34, 0xfa, 0x95, 0x12, 0x69,
0xad, 0xfd, 0xdd, 0xd1, 0x83, 0x33, 0x89, 0xb9,
0x29, 0x2a, 0x48, 0x0d, 0x8f, 0x7c, 0x92, 0xfe,
0xde, 0xf7, 0x65, 0x2f, 0x6d, 0xdb, 0x62, 0x7a,
0xe6, 0x3b, 0xd9, 0x6c, 0xb6, 0x27, 0x39, 0x9f,
0xfa, 0x51, 0x16, 0xf0, 0x71, 0x68, 0x50, 0xba,
0xde, 0x75, 0xb3, 0xbd, 0xb3, 0x5d, 0xc9, 0x84,
0xd5, 0xb5, 0x9f, 0xa5, 0x47, 0x13, 0xc9, 0xf9,
0xd4, 0x18, 0x40, 0xc0, 0x18, 0x43, 0x30, 0x18,
0xe2, 0x51, 0x38, 0x52, 0x11, 0x10, 0x7f, 0xdb,
0xe1, 0xbb, 0x29, 0x85, 0x52, 0x8a, 0xd4, 0x42,
0x72, 0x14, 0xf0, 0x01, 0x5a, 0x6b, 0x2c, 0x2b,
0xc7, 0x45, 0xe6, 0x9c, 0x7f, 0x51, 0xc0, 0x75,
0xdd, 0x5b, 0x13, 0xdc, 0xbc, 0xb7, 0x90, 0xa0,
0x08, 0x00, 0xdc, 0x24, 0x48, 0x6c, 0x85, 0xef,
0x66, 0x5b, 0x1b, 0xa7, 0xed, 0x43, 0x5c, 0xc2,
0xd5, 0x4e, 0x69, 0x02, 0x8f, 0xf1, 0x81, 0x18,
0x25, 0x26, 0x65, 0x15, 0x7a, 0x18, 0xe0, 0xf3,
0xe4, 0x8a, 0x0f, 0xb8, 0x4e, 0xf0, 0xa4, 0xae,
0x09, 0xc7, 0x35, 0x1c, 0x9d, 0xd9, 0xb7, 0x02,
0x9e, 0xd5, 0xd7, 0x00, 0x50, 0x05, 0x10, 0x0c,
0x86, 0xf8, 0x6d, 0x85, 0xa9, 0x0d, 0x55, 0xdf,
0xbb, 0xc4, 0xaa, 0xeb, 0x0e, 0x32, 0x16, 0x34,
0x37, 0xdc, 0xad, 0x03, 0x63, 0x3c, 0xec, 0xbc,
0x29, 0x4e, 0xb0, 0xbe, 0x07, 0x6d, 0x2d, 0x4f,
0x39, 0x4c, 0x5b, 0x00, 0x88, 0x08, 0x9e, 0x27,
0xb8, 0xc6, 0xc3, 0xc9, 0x1b, 0x2e, 0x6d, 0x97,
0x8b, 0x4b, 0xcd, 0x49, 0xc6, 0xe6, 0x38, 0xe3,
0x90, 0x73, 0x4c, 0xf1, 0x2f, 0x3c, 0x8f, 0x58,
0xa4, 0xff, 0x68, 0x8e, 0xce, 0x2c, 0x10, 0x85,
0x87, 0x50, 0x58, 0x88, 0x80, 0x20, 0x88, 0x28,
0x44, 0x04, 0x01, 0xec, 0xbc, 0xf7, 0x17, 0x70,
0x7c, 0x7a, 0x42, 0xeb, 0xab, 0xd7, 0x6c, 0xee,
0x9e, 0x17, 0x86, 0xc4, 0x1f, 0x12, 0xf0, 0x10,
0x04, 0x05, 0x22, 0xfe, 0xb0, 0xc0, 0xcb, 0x17,
0x8f, 0x59, 0x5e, 0x5c, 0x22, 0x62, 0x1f, 0xcc,
0xaa, 0x37, 0x7d, 0xdf, 0xd6, 0x72, 0x0f, 0x1a,
0x63, 0xf7, 0x2d, 0xaf, 0x26, 0xbf, 0xbf, 0xf1,
0x6b, 0x76, 0xbc, 0x9d, 0xff, 0xd5, 0x15, 0x26,
0x94, 0xc3, 0xfa, 0x0c, 0x4b, 0xb2, 0xef, 0x00,
0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae,
0x42, 0x60, 0x82};
/* folder_open.png - 1261 bytes */
static const unsigned char folder_open_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x04,
0x78, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0xcb, 0x6f, 0x12, 0x5f, 0x14, 0x3e, 0x03,
0x25, 0x8c, 0x3c, 0x4a, 0x6a, 0x91, 0x97, 0x10,
0x13, 0x4d, 0x5a, 0x1b, 0x5d, 0xf9, 0x68, 0x65,
0x63, 0xd7, 0xc6, 0x98, 0xa6, 0x31, 0x8d, 0x2b,
0x96, 0xc6, 0x95, 0x56, 0xa3, 0x3b, 0x13, 0x17,
0xfa, 0x07, 0x34, 0x71, 0xe1, 0xc6, 0x15, 0x31,
0x36, 0x41, 0xdb, 0x6e, 0x8c, 0x0b, 0x13, 0x4d,
0x34, 0x31, 0x56, 0x13, 0x41, 0x04, 0x86, 0x9a,
0x6a, 0x6a, 0xd1, 0x09, 0x30, 0x03, 0x0c, 0x32,
0x33, 0x3c, 0x86, 0x3b, 0x0f, 0x17, 0x93, 0x29,
0x30, 0x3f, 0x48, 0xa1, 0x55, 0x7f, 0x9b, 0x7e,
0x09, 0xdc, 0x3b, 0xe7, 0xde, 0xef, 0xde, 0xf3,
0x9d, 0x73, 0xee, 0x1d, 0x00, 0xd8, 0xc3, 0x1e,
0x76, 0x05, 0x4c, 0xeb, 0x84, 0x42, 0xa1, 0x50,
0x28, 0x74, 0xf2, 0xa4, 0x2c, 0x03, 0x48, 0xd2,
0xf3, 0xe7, 0x18, 0x86, 0x61, 0x06, 0xc3, 0xd6,
0x34, 0xac, 0xf5, 0xdd, 0x1d, 0x46, 0x23, 0x86,
0x19, 0x0c, 0x57, 0xaf, 0x86, 0xc3, 0xe1, 0x70,
0x38, 0xfc, 0xe4, 0xc9, 0x3f, 0x17, 0x30, 0x33,
0x33, 0x33, 0x73, 0xe1, 0x42, 0x34, 0x3a, 0x3f,
0x7f, 0xfd, 0xfa, 0x8d, 0x1b, 0x27, 0x4e, 0x0c,
0xba, 0xd0, 0xe2, 0x62, 0x24, 0xb2, 0xb2, 0x22,
0x08, 0x95, 0x4a, 0xb9, 0x9c, 0xcb, 0x4d, 0x4f,
0x3f, 0x7d, 0x1a, 0x89, 0x2c, 0x2f, 0x7f, 0xf8,
0xf0, 0xb7, 0x05, 0x0c, 0x69, 0x1d, 0x59, 0x06,
0x50, 0x14, 0x51, 0xe4, 0x79, 0x9e, 0xe7, 0x79,
0x80, 0x58, 0x2c, 0x1a, 0x8d, 0x46, 0xfb, 0x5f,
0xe8, 0xd0, 0x21, 0xbf, 0xdf, 0xe7, 0x33, 0x9b,
0x93, 0xc9, 0x5f, 0xbf, 0x28, 0xea, 0xd9, 0xb3,
0xb9, 0xb9, 0x4b, 0x97, 0x2e, 0x5e, 0x3c, 0x77,
0x4e, 0x15, 0x32, 0xc8, 0x4a, 0x3b, 0x16, 0x20,
0x49, 0xb2, 0x5c, 0xa9, 0x98, 0xcd, 0x38, 0xee,
0x70, 0x00, 0x8c, 0x8e, 0x8e, 0x8e, 0x3a, 0x9d,
0x83, 0x2f, 0x18, 0x0c, 0x9e, 0x39, 0x73, 0xf6,
0xec, 0x81, 0x03, 0xef, 0xde, 0xad, 0xae, 0xbe,
0x7e, 0xfd, 0xf1, 0xa3, 0x2a, 0xa4, 0x5f, 0xf6,
0xfd, 0xfb, 0xaa, 0xe0, 0xf9, 0xf9, 0x81, 0x05,
0x18, 0x0c, 0x46, 0x23, 0x86, 0x59, 0xad, 0xcd,
0x66, 0xa3, 0xc1, 0xb2, 0x08, 0xe1, 0x38, 0x8e,
0xe3, 0xb8, 0xc9, 0x94, 0xc9, 0x64, 0x32, 0x9b,
0x9b, 0x00, 0x18, 0x86, 0x61, 0xda, 0x49, 0xc0,
0x30, 0x00, 0x83, 0x41, 0x3d, 0x23, 0x9a, 0x55,
0x8f, 0x63, 0xc7, 0x26, 0x26, 0x8e, 0x1f, 0xef,
0x5f, 0x38, 0x41, 0xac, 0xad, 0xa5, 0x52, 0xd7,
0xae, 0xa9, 0x4f, 0x3b, 0x10, 0xa0, 0x3a, 0x9c,
0x48, 0xe4, 0x72, 0xf9, 0x7c, 0x36, 0x7b, 0xfa,
0xb4, 0xc5, 0xb2, 0x6f, 0x9f, 0xd5, 0x0a, 0xe0,
0x76, 0xbb, 0xdd, 0x1e, 0x0f, 0x80, 0x24, 0x49,
0x92, 0x24, 0x0d, 0x9e, 0x91, 0xed, 0xa0, 0x28,
0x8a, 0xa2, 0x28, 0x3b, 0xe7, 0x0f, 0x75, 0x3e,
0x7e, 0xff, 0x4e, 0xd3, 0x34, 0x4d, 0x51, 0x08,
0x1d, 0x3c, 0xe8, 0xf3, 0x05, 0x02, 0x26, 0x53,
0x36, 0x9b, 0xcf, 0x67, 0xb3, 0x00, 0xf5, 0xba,
0xa2, 0xd8, 0xed, 0x00, 0xc9, 0x64, 0xa5, 0xe2,
0x76, 0x03, 0x54, 0x2a, 0xcd, 0xa6, 0xd9, 0xbc,
0xf3, 0x8d, 0x71, 0xdc, 0x68, 0x6c, 0x0f, 0x48,
0xa3, 0x31, 0x3c, 0x3c, 0x3b, 0x0b, 0x70, 0xea,
0xd4, 0xe5, 0xcb, 0xb3, 0xb3, 0xbd, 0x25, 0x8d,
0x8d, 0xd9, 0x6c, 0x14, 0xf5, 0xfe, 0xfd, 0xe2,
0xe2, 0xc2, 0xc2, 0xcd, 0x9b, 0xc1, 0xa0, 0x4e,
0xc0, 0xe6, 0x26, 0xc3, 0x30, 0x4c, 0xb9, 0x8c,
0xd0, 0xd4, 0xd4, 0xe4, 0x64, 0x30, 0x08, 0xc0,
0xb2, 0x2c, 0xcb, 0xb2, 0x00, 0x6f, 0xdf, 0x6e,
0x6c, 0x00, 0x00, 0xdc, 0xbe, 0x7d, 0xe5, 0xca,
0xf9, 0xf3, 0x7f, 0x3e, 0x13, 0xfd, 0x62, 0x61,
0xe1, 0xe1, 0xc3, 0xa5, 0xa5, 0x89, 0x89, 0x1e,
0x19, 0x60, 0x18, 0x41, 0x10, 0x84, 0x66, 0x13,
0xa1, 0x4c, 0xe6, 0xc7, 0x8f, 0x4c, 0x06, 0x80,
0xa2, 0x68, 0x9a, 0xa2, 0x00, 0x38, 0x4e, 0x14,
0x03, 0x01, 0x80, 0x5a, 0xad, 0xd1, 0x40, 0x08,
0x80, 0x20, 0x48, 0x92, 0xe3, 0xfe, 0x9d, 0xe3,
0x3e, 0xdf, 0xc8, 0x08, 0x8e, 0x03, 0xf0, 0xbc,
0x20, 0x28, 0x8a, 0x28, 0xf6, 0x10, 0x40, 0x10,
0xc5, 0x62, 0xb1, 0x48, 0xd3, 0x08, 0x05, 0x02,
0x7e, 0x7f, 0x20, 0x00, 0x50, 0xad, 0xf2, 0x7c,
0xb5, 0x0a, 0x00, 0x50, 0x2e, 0xff, 0x1f, 0x11,
0xd7, 0xc0, 0xb2, 0x0c, 0x53, 0x2a, 0x29, 0x4a,
0xa3, 0x21, 0x8a, 0x46, 0x23, 0x49, 0x6a, 0xf6,
0xad, 0x77, 0xad, 0x7a, 0x7d, 0xe5, 0x72, 0x92,
0x24, 0x49, 0xb2, 0x2c, 0x8a, 0x24, 0x49, 0x92,
0x24, 0x09, 0x90, 0x4c, 0x6e, 0x6c, 0x50, 0x14,
0xc0, 0xf4, 0xf4, 0xe4, 0xe4, 0xf8, 0x38, 0xc0,
0x6e, 0x0e, 0xdc, 0x4e, 0xe0, 0x70, 0x58, 0x2c,
0x26, 0x13, 0x40, 0xb5, 0x5a, 0xaf, 0x0b, 0x82,
0x2c, 0xfb, 0xfd, 0xd5, 0xea, 0xab, 0x57, 0xb7,
0x6e, 0x69, 0xe3, 0x43, 0x7a, 0x82, 0x28, 0x22,
0x24, 0x8a, 0x08, 0x29, 0x8a, 0xea, 0x6c, 0xad,
0x26, 0xcb, 0x38, 0x0e, 0x10, 0x08, 0xb8, 0x5c,
0x76, 0x3b, 0x40, 0xb9, 0x5c, 0xad, 0x22, 0xa4,
0xde, 0x1e, 0x00, 0xea, 0x1c, 0xad, 0xa7, 0x5d,
0xa8, 0x7a, 0x91, 0xed, 0x76, 0xed, 0x3a, 0xee,
0xc6, 0xd3, 0x43, 0x51, 0x00, 0x2c, 0x16, 0xb3,
0xd9, 0x68, 0x04, 0x20, 0x88, 0x5c, 0xae, 0x58,
0x44, 0x48, 0x1d, 0x21, 0x88, 0x9e, 0x02, 0xac,
0x56, 0x9b, 0xcd, 0x62, 0x89, 0x46, 0x0b, 0x85,
0x42, 0x81, 0xa6, 0x0f, 0x1f, 0x1e, 0x1f, 0x1f,
0x1b, 0x3b, 0x7a, 0x14, 0xc0, 0x62, 0x19, 0x19,
0x71, 0xbb, 0x01, 0x48, 0x92, 0x61, 0xea, 0x75,
0x80, 0x46, 0x43, 0x14, 0x65, 0xb9, 0x73, 0x3b,
0xcd, 0x71, 0xcd, 0x39, 0x0c, 0x53, 0x3f, 0xed,
0xf6, 0x96, 0xad, 0x25, 0xab, 0x5b, 0x56, 0xf7,
0xef, 0xb7, 0xd9, 0x4c, 0x26, 0x00, 0x51, 0x94,
0x24, 0x45, 0x01, 0x48, 0x24, 0xd2, 0xe9, 0x6f,
0xdf, 0x7e, 0xfe, 0x7c, 0xf3, 0x46, 0xad, 0x94,
0x9e, 0x02, 0xd4, 0x0d, 0x3e, 0x7d, 0xe2, 0x79,
0x9e, 0xe7, 0xb8, 0xb9, 0x39, 0xaf, 0xf7, 0xc8,
0x11, 0x9f, 0x0f, 0xa0, 0x54, 0xe2, 0xb8, 0x66,
0x13, 0x20, 0x97, 0x63, 0x18, 0x41, 0xe8, 0x16,
0x2f, 0x0c, 0x6b, 0x8f, 0x68, 0x4b, 0x44, 0xa7,
0xbd, 0x7d, 0x5e, 0x27, 0xaf, 0x15, 0x08, 0x0c,
0x03, 0x68, 0x36, 0x55, 0xc7, 0x63, 0xb1, 0x58,
0x2c, 0x91, 0x40, 0xc8, 0xe5, 0xaa, 0xd5, 0x56,
0x57, 0xef, 0xdd, 0xd3, 0xef, 0xaa, 0x13, 0x60,
0x36, 0x93, 0x24, 0x49, 0x66, 0xb3, 0xc9, 0xa4,
0xdd, 0x3e, 0x3c, 0x6c, 0xb7, 0xcb, 0xf2, 0xd4,
0x94, 0xd7, 0xeb, 0x74, 0x1a, 0x0c, 0x04, 0x41,
0xd3, 0x08, 0x75, 0x8b, 0x7c, 0x67, 0xca, 0xf5,
0x7d, 0x7d, 0x79, 0xe8, 0xb3, 0xa2, 0xe7, 0xb9,
0x5c, 0x0e, 0x87, 0xd9, 0x0c, 0x80, 0x90, 0x24,
0xc9, 0x32, 0xc0, 0x97, 0x2f, 0xe9, 0x74, 0x22,
0x51, 0x28, 0xbc, 0x7c, 0x19, 0x89, 0x2c, 0x2f,
0x3f, 0x7a, 0xb4, 0x8d, 0x00, 0xa7, 0x33, 0x95,
0x4a, 0xa5, 0x52, 0x29, 0xab, 0xd5, 0xe3, 0xf1,
0x7a, 0x3d, 0x1e, 0x83, 0xe1, 0xc5, 0x8b, 0xb5,
0xb5, 0x5a, 0x0d, 0xfa, 0x80, 0x5a, 0x0a, 0x5a,
0x99, 0xb4, 0x97, 0x4c, 0x67, 0xf9, 0xfc, 0x37,
0xe2, 0xed, 0x3c, 0x51, 0x14, 0x45, 0x75, 0x9c,
0xe3, 0xf2, 0x79, 0x49, 0x02, 0xa8, 0xd5, 0x28,
0x6a, 0x69, 0x49, 0x9d, 0xab, 0xfd, 0xc0, 0x6f,
0x85, 0x50, 0x27, 0x80, 0xe3, 0x8a, 0xc5, 0x62,
0xb1, 0x58, 0x5c, 0x5f, 0xff, 0xfc, 0x39, 0x1e,
0x8f, 0xc7, 0xef, 0xde, 0xb5, 0x5a, 0x6d, 0xb6,
0x74, 0xfa, 0xce, 0x9d, 0x7e, 0x24, 0xfc, 0x49,
0x88, 0x62, 0xa9, 0xb4, 0xbe, 0xfe, 0xf5, 0x6b,
0x3c, 0xbe, 0xb2, 0xf2, 0xe0, 0xc1, 0xe3, 0xc7,
0xaa, 0xd5, 0x66, 0x53, 0x5b, 0x96, 0xdd, 0xca,
0x68, 0x77, 0x3a, 0x8e, 0xab, 0xad, 0xc5, 0xd2,
0x49, 0xd4, 0xda, 0xd6, 0x5f, 0x9d, 0xbf, 0x03,
0x2d, 0x47, 0xcd, 0xa6, 0xda, 0x6a, 0x35, 0xc0,
0x30, 0x6a, 0x5b, 0xaf, 0x6f, 0x23, 0xa0, 0x17,
0x34, 0xc7, 0xb1, 0x01, 0x79, 0xbb, 0x85, 0x56,
0x32, 0xff, 0xfa, 0x2d, 0xb4, 0x87, 0xed, 0xf1,
0x1b, 0xf2, 0x64, 0x75, 0xa3, 0x7d, 0x21, 0xad,
0x59, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
0x44, 0xae, 0x42, 0x60, 0x82};

View File

@@ -1,272 +0,0 @@
/* go_down.png - 683 bytes */
static const unsigned char go_down_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49,
0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64,
0x88, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58,
0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72,
0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e,
0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f,
0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00,
0x02, 0x3d, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d,
0x85, 0x93, 0x4d, 0x68, 0x13, 0x41, 0x18, 0x86,
0xdf, 0x99, 0xec, 0xe6, 0x0f, 0x6b, 0xc0, 0x60,
0xd2, 0x43, 0xfc, 0xc1, 0xaa, 0xf5, 0x22, 0x1a,
0x8f, 0x49, 0xb4, 0xe0, 0xc1, 0x8b, 0xf1, 0x22,
0x14, 0x2f, 0x1e, 0x2a, 0xe2, 0x41, 0x14, 0xea,
0xa1, 0x55, 0xf1, 0x2a, 0x08, 0xd2, 0x15, 0x3c,
0xa9, 0x50, 0x84, 0x9c, 0x14, 0x21, 0xa2, 0x52,
0x53, 0x5b, 0x72, 0xb1, 0xd6, 0x55, 0x08, 0xb5,
0x2d, 0x14, 0x7b, 0xa8, 0x55, 0xb4, 0x54, 0xcd,
0x9a, 0xae, 0xfd, 0x0b, 0xe9, 0x26, 0xb3, 0xb3,
0x9f, 0x87, 0xd6, 0x1a, 0x9b, 0x18, 0xdf, 0xe3,
0x37, 0xdf, 0x3c, 0xf3, 0xbe, 0xf3, 0xcd, 0x30,
0x22, 0x42, 0xb5, 0xe2, 0xdd, 0x6a, 0x1e, 0x84,
0x30, 0xea, 0x89, 0xc1, 0xd0, 0x7b, 0x44, 0x73,
0x75, 0x49, 0xa9, 0x69, 0x22, 0x84, 0x6f, 0x5d,
0x48, 0xc3, 0x76, 0x04, 0x6c, 0x47, 0x60, 0xc9,
0x2a, 0x60, 0xc9, 0x32, 0x01, 0x00, 0x77, 0x1f,
0xdd, 0xa8, 0x01, 0xd7, 0x02, 0x00, 0x30, 0xc6,
0x90, 0x9b, 0x79, 0x8e, 0xb2, 0x5d, 0x42, 0xa1,
0x38, 0x83, 0x8f, 0x73, 0x63, 0x68, 0x3f, 0x78,
0xb5, 0xae, 0x29, 0x5e, 0xaf, 0x58, 0x1d, 0xca,
0xa3, 0xf8, 0xeb, 0x6e, 0x6c, 0x08, 0x00, 0x11,
0x88, 0x1c, 0x10, 0x11, 0x14, 0xee, 0x6e, 0x08,
0x50, 0x12, 0x97, 0x55, 0x9d, 0x1c, 0xc4, 0xd6,
0xed, 0xbb, 0x60, 0x39, 0x24, 0xbd, 0x92, 0x6c,
0x48, 0xb2, 0xb1, 0x5c, 0x36, 0x51, 0xbd, 0x16,
0xef, 0x52, 0xd7, 0x0d, 0x32, 0x8e, 0x37, 0x0a,
0x39, 0x48, 0x45, 0x42, 0x2d, 0xd1, 0x8b, 0x27,
0xaf, 0xfb, 0x14, 0x97, 0x0a, 0x22, 0xc7, 0x2b,
0x49, 0x82, 0x98, 0x04, 0xb8, 0x44, 0x51, 0x16,
0xa0, 0x7a, 0x39, 0xb8, 0xc2, 0x70, 0xfe, 0xd4,
0x35, 0x2f, 0x08, 0x10, 0xa2, 0x82, 0x74, 0x36,
0x55, 0x9a, 0x5f, 0x9c, 0x4b, 0x31, 0x22, 0x42,
0xa2, 0x5b, 0x4d, 0xb7, 0x45, 0x8f, 0x27, 0x8f,
0x44, 0x93, 0x9e, 0xf7, 0xf9, 0x57, 0x90, 0x5c,
0x40, 0xa2, 0x8c, 0x15, 0x7b, 0x11, 0xd3, 0xf3,
0x39, 0x10, 0x68, 0x2d, 0x16, 0x47, 0xdb, 0xf6,
0xd3, 0x18, 0x9d, 0x18, 0x29, 0x4f, 0x4e, 0x8d,
0xf7, 0xbd, 0xee, 0x11, 0xed, 0x7c, 0x2d, 0x72,
0xc7, 0xcb, 0xb1, 0x8c, 0xf1, 0xc5, 0x98, 0xa2,
0x48, 0x70, 0x2f, 0x88, 0x57, 0x00, 0x97, 0x8d,
0x42, 0x65, 0x1a, 0xaa, 0x8f, 0xc1, 0xed, 0xe3,
0x50, 0x7d, 0x2e, 0x44, 0x23, 0x47, 0x61, 0x2e,
0x98, 0x34, 0xf9, 0x61, 0xdc, 0x20, 0xc2, 0x99,
0xf5, 0x4b, 0xd4, 0x35, 0x51, 0x04, 0x21, 0xf9,
0x70, 0xf0, 0x9e, 0xe5, 0xe5, 0x4d, 0x08, 0xf8,
0x83, 0x28, 0xd1, 0x4f, 0x94, 0x5d, 0x8b, 0x70,
0x7b, 0x39, 0xdc, 0x3e, 0x17, 0xb6, 0x6d, 0xd9,
0x83, 0x90, 0xaf, 0x05, 0xd9, 0xa1, 0x8c, 0x45,
0x0e, 0x92, 0xba, 0x26, 0x8a, 0x7f, 0x4d, 0x41,
0xd7, 0xc4, 0x44, 0x45, 0xac, 0x74, 0x3e, 0x18,
0xbc, 0x53, 0xda, 0x11, 0x38, 0x00, 0x9b, 0x95,
0xa0, 0x7a, 0x56, 0x4f, 0xde, 0xbc, 0x29, 0x80,
0xfd, 0xa1, 0x63, 0xe8, 0xcb, 0x3e, 0x2e, 0x09,
0x51, 0xe9, 0xd4, 0x35, 0x31, 0x51, 0x77, 0x8c,
0xba, 0x26, 0x7a, 0x67, 0x8d, 0x4f, 0x2f, 0x86,
0xc7, 0x06, 0x44, 0x6b, 0x30, 0x01, 0xae, 0x30,
0x28, 0x6e, 0x8e, 0x43, 0xe1, 0x13, 0xc8, 0xbd,
0x7b, 0x5b, 0xf9, 0x61, 0x7e, 0xeb, 0xd7, 0x35,
0xd1, 0xdb, 0xf0, 0x1d, 0x90, 0x83, 0x8e, 0xa1,
0x91, 0x81, 0xef, 0xa6, 0xb1, 0x40, 0xbb, 0x9b,
0x62, 0xd8, 0xe5, 0x8f, 0xc1, 0xfc, 0xba, 0x4c,
0xb9, 0x51, 0x3d, 0xef, 0xc8, 0xd5, 0xdc, 0x0d,
0x01, 0xba, 0x26, 0x8a, 0x24, 0x91, 0xcc, 0x64,
0x9f, 0x59, 0x5b, 0xb1, 0x0f, 0x41, 0xa7, 0x15,
0x4f, 0xfb, 0x9f, 0x58, 0x8e, 0xfc, 0x93, 0xbb,
0x5a, 0x6c, 0xe3, 0x6f, 0xfc, 0xad, 0x78, 0x97,
0x7a, 0x2e, 0xd2, 0xbc, 0xf3, 0x36, 0x00, 0xcc,
0xe6, 0x3f, 0x5f, 0xda, 0x68, 0xfd, 0xbf, 0x00,
0x00, 0x38, 0x7c, 0x45, 0xbd, 0x0f, 0x00, 0xc3,
0x37, 0xc5, 0xd9, 0x7f, 0xf5, 0xfc, 0x02, 0x73,
0x4a, 0x12, 0x2a, 0x86, 0x68, 0x1c, 0xcb, 0x00,
0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae,
0x42, 0x60, 0x82};
/* go_down.png - 1433 bytes */
static const unsigned char go_down_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x09,
0x58, 0xf7, 0xdc, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x00, 0x48, 0x00,
0x00, 0x00, 0x48, 0x00, 0x46, 0xc9, 0x6b, 0x3e,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x04,
0xf6, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x56, 0x4f, 0x48, 0x54, 0x5d, 0x14, 0xff, 0xbd,
0x7f, 0x33, 0xa3, 0x0b, 0x87, 0x52, 0x73, 0xd2,
0x6c, 0x08, 0x22, 0xed, 0x9f, 0x15, 0x95, 0xda,
0x88, 0x60, 0x11, 0xd8, 0x42, 0x22, 0xa2, 0x20,
0x6a, 0x2d, 0xb6, 0x69, 0x11, 0x21, 0x51, 0xdb,
0x8a, 0xa0, 0xc9, 0x5a, 0xe5, 0x2e, 0x28, 0x17,
0x62, 0x59, 0x60, 0xa4, 0x84, 0x0b, 0x8d, 0x90,
0x66, 0x42, 0x73, 0x51, 0x03, 0x86, 0xc3, 0x0c,
0x3a, 0x33, 0x3a, 0x3a, 0xe5, 0xe4, 0x38, 0x32,
0xe3, 0x9b, 0xb9, 0xf7, 0xbd, 0xfb, 0x2d, 0xde,
0xf7, 0x98, 0x7c, 0x36, 0x9f, 0x3a, 0xfa, 0xf1,
0x7d, 0x8b, 0x0e, 0x3c, 0x0e, 0xe7, 0x9e, 0x7b,
0xef, 0xf9, 0xfd, 0xce, 0xbd, 0xe7, 0xbe, 0x03,
0xfc, 0x91, 0x3f, 0xb2, 0x21, 0xe1, 0x72, 0x5d,
0xe8, 0x70, 0xb4, 0xb6, 0x8a, 0xe2, 0xec, 0x2c,
0xa0, 0xaa, 0x40, 0x49, 0x49, 0xee, 0x10, 0x78,
0x1e, 0x88, 0x44, 0x5c, 0x2e, 0xa7, 0x93, 0x52,
0x9b, 0x6d, 0xbd, 0xab, 0xc5, 0xdc, 0x03, 0x6b,
0xc0, 0xef, 0xdd, 0x6b, 0x69, 0x79, 0xfe, 0x1c,
0xa0, 0x54, 0x55, 0x09, 0x01, 0x14, 0x45, 0x55,
0x29, 0xd5, 0xec, 0x74, 0x3a, 0x63, 0x2b, 0x8a,
0xe6, 0xd7, 0xe7, 0xa5, 0xd3, 0x8a, 0x22, 0xcb,
0x40, 0x7b, 0x7b, 0x57, 0xd7, 0xdd, 0xbb, 0xb9,
0x27, 0x60, 0x03, 0x04, 0x32, 0xc2, 0x71, 0xc0,
0xd0, 0x90, 0xdf, 0xff, 0xf2, 0x25, 0x90, 0x4a,
0x51, 0x9a, 0x4c, 0x66, 0xb4, 0x0e, 0xd4, 0x38,
0x7e, 0xe6, 0xcc, 0xde, 0xbd, 0xcd, 0xcd, 0x1b,
0x8f, 0xcd, 0x6f, 0x06, 0x81, 0xb5, 0x92, 0xe4,
0x72, 0xbe, 0xb0, 0xff, 0x32, 0x01, 0xc6, 0x32,
0xdf, 0x4a, 0x1f, 0x63, 0xbf, 0xfa, 0x19, 0x63,
0x4c, 0x55, 0x33, 0xe3, 0xff, 0x39, 0x81, 0xdf,
0x01, 0xd3, 0xb4, 0x56, 0x25, 0x99, 0x39, 0x1a,
0x60, 0x42, 0x14, 0x25, 0x95, 0xda, 0x8c, 0xb4,
0x69, 0x92, 0xb5, 0x06, 0xea, 0xea, 0x5a, 0x5b,
0x45, 0xf1, 0xfd, 0x7b, 0x0d, 0x4e, 0x43, 0xc3,
0x0a, 0xe6, 0xbc, 0x28, 0x72, 0x9c, 0x2c, 0x6b,
0x80, 0x2d, 0x16, 0x1d, 0x78, 0xe6, 0xd3, 0x6d,
0x4d, 0xa7, 0xd3, 0x8a, 0xb2, 0xb4, 0x04, 0xc8,
0x32, 0xa5, 0x89, 0xc4, 0xca, 0x7d, 0x1c, 0x8e,
0x1b, 0x37, 0x44, 0xf1, 0x77, 0x67, 0xc2, 0xf3,
0xc0, 0x87, 0x0f, 0xda, 0x2b, 0xb5, 0x12, 0x47,
0x56, 0x02, 0xaa, 0xaa, 0x28, 0x8c, 0xb5, 0xb5,
0xd9, 0xed, 0x36, 0xdb, 0x9e, 0x3d, 0x35, 0x35,
0xcd, 0xcd, 0x67, 0xcf, 0xde, 0xbe, 0x9d, 0x97,
0x27, 0x8a, 0x82, 0x20, 0x49, 0x80, 0xa2, 0x30,
0x46, 0xa9, 0xc5, 0xa2, 0xbf, 0x32, 0xaa, 0xca,
0x18, 0xa5, 0x5a, 0x40, 0x55, 0xd5, 0x80, 0x69,
0xa7, 0xa0, 0xaa, 0xb2, 0x0c, 0xc8, 0x32, 0x30,
0x3f, 0x0f, 0x48, 0x92, 0xd9, 0xcc, 0xf3, 0x00,
0xcf, 0x0b, 0x02, 0x00, 0x5c, 0xbd, 0x7a, 0xf1,
0xe2, 0xad, 0x5b, 0x5a, 0x02, 0x00, 0x80, 0x10,
0x42, 0x52, 0x29, 0xe0, 0xcd, 0x9b, 0x81, 0x81,
0xce, 0xce, 0x64, 0x72, 0x6e, 0x6e, 0x7e, 0x3e,
0x1c, 0x7e, 0xf4, 0x28, 0x1b, 0x4e, 0x21, 0x9b,
0x63, 0x6a, 0xca, 0xed, 0x66, 0xcc, 0xeb, 0x2d,
0x28, 0xa8, 0xaa, 0x8a, 0xc5, 0x64, 0x39, 0x12,
0x89, 0xc5, 0xa6, 0xa6, 0xea, 0xeb, 0x77, 0xef,
0x2e, 0x2f, 0xdf, 0xbf, 0x5f, 0x92, 0x3e, 0x7f,
0x0e, 0x85, 0xde, 0xbd, 0x03, 0xfc, 0xfe, 0x68,
0x74, 0x64, 0x04, 0x50, 0x55, 0x9e, 0xd7, 0x9e,
0x4f, 0x60, 0x69, 0x09, 0x88, 0xc5, 0x08, 0x09,
0x87, 0x81, 0x64, 0x52, 0x55, 0xa3, 0x51, 0x80,
0xe7, 0x25, 0x89, 0xe3, 0x00, 0x41, 0x10, 0x45,
0x8e, 0x03, 0xc6, 0xc7, 0xa3, 0x51, 0x97, 0x0b,
0x08, 0x06, 0x63, 0x31, 0x8f, 0x07, 0x28, 0x2b,
0xb3, 0x5a, 0x2b, 0x2b, 0x81, 0xc1, 0x41, 0xb7,
0xbb, 0xb7, 0x37, 0x99, 0x9c, 0x9a, 0x8a, 0x46,
0x83, 0xc1, 0x3b, 0x77, 0x5c, 0xae, 0xb6, 0x36,
0x45, 0x79, 0xfa, 0x74, 0xdd, 0x04, 0x74, 0x09,
0x85, 0xdc, 0x6e, 0x55, 0x75, 0xbb, 0xf3, 0xf3,
0x0f, 0x1c, 0x98, 0x9d, 0xdd, 0xb5, 0x8b, 0x10,
0x42, 0x08, 0xd9, 0xb7, 0xef, 0xd8, 0xb1, 0x8a,
0x8a, 0x93, 0x27, 0x45, 0x31, 0x12, 0x49, 0x24,
0x7c, 0x3e, 0x40, 0x96, 0x19, 0x5b, 0x58, 0x00,
0xbe, 0x7f, 0x97, 0x65, 0x9f, 0x4f, 0x23, 0x94,
0x4a, 0x01, 0x82, 0xa0, 0x01, 0x17, 0x45, 0x4d,
0x6b, 0x57, 0x06, 0x30, 0x99, 0x24, 0xc9, 0x6c,
0x06, 0xea, 0xeb, 0xed, 0xf6, 0x4b, 0x97, 0x80,
0xd1, 0x51, 0x8f, 0x67, 0x78, 0x58, 0x96, 0xbd,
0xde, 0x40, 0xc0, 0xe3, 0xe9, 0xe9, 0x71, 0xb9,
0x9c, 0x4e, 0x45, 0xb9, 0x7e, 0x7d, 0x35, 0x7c,
0xab, 0x12, 0xd0, 0xa5, 0xa6, 0xa6, 0xb4, 0x94,
0xb1, 0xbe, 0xbe, 0xb1, 0x31, 0x4a, 0x27, 0x27,
0x4f, 0x9f, 0x2e, 0x28, 0xc8, 0xcf, 0xb7, 0x5a,
0x4b, 0x4b, 0x2b, 0x2b, 0xed, 0xf6, 0x23, 0x47,
0x04, 0xe1, 0xeb, 0xd7, 0xb9, 0xb9, 0xfe, 0x7e,
0x00, 0x10, 0x45, 0x4a, 0x01, 0x51, 0x34, 0x99,
0x78, 0x3e, 0x43, 0x40, 0x10, 0x24, 0x49, 0xb3,
0x45, 0x91, 0xe7, 0x81, 0xda, 0xda, 0xb2, 0xb2,
0x0b, 0x17, 0x80, 0x40, 0x20, 0x10, 0x08, 0x06,
0x29, 0x1d, 0x1e, 0xfe, 0xf2, 0x65, 0x68, 0xc8,
0xe3, 0x59, 0x5a, 0x8a, 0xc5, 0x14, 0xa5, 0xa9,
0x69, 0x66, 0x66, 0x74, 0x34, 0xf3, 0x0c, 0x6c,
0x02, 0x81, 0xb1, 0xb1, 0xb1, 0x31, 0x80, 0xb1,
0x9d, 0x3b, 0xeb, 0xea, 0x54, 0xf5, 0xf5, 0x6b,
0xbf, 0x7f, 0x7a, 0x7a, 0x7c, 0xfc, 0xf2, 0x65,
0x9b, 0xad, 0xb8, 0xb8, 0xac, 0xcc, 0x6a, 0xdd,
0xbe, 0xbd, 0xa8, 0xa8, 0xbc, 0x9c, 0xe3, 0xe6,
0xe6, 0x08, 0xf1, 0xfb, 0xb5, 0x8c, 0xf3, 0xfc,
0x4a, 0x22, 0x87, 0x0e, 0x6d, 0xdb, 0xd6, 0xd8,
0x08, 0x24, 0x12, 0xb1, 0x18, 0xa5, 0x8c, 0xf5,
0xf7, 0x0f, 0x0e, 0xbe, 0x7d, 0x1b, 0x89, 0x28,
0x0a, 0x21, 0x94, 0x3a, 0x1c, 0xc3, 0xc3, 0x4f,
0x9e, 0x00, 0xbf, 0x96, 0xf9, 0x3f, 0xcb, 0xba,
0x9f, 0xd1, 0x8f, 0x1f, 0x1f, 0x3c, 0x00, 0x16,
0x17, 0x79, 0x9e, 0x10, 0x42, 0x1a, 0x1a, 0xfa,
0xfa, 0x06, 0x06, 0xba, 0xbb, 0x17, 0x16, 0xcc,
0x66, 0x45, 0xd9, 0xb2, 0x05, 0xa8, 0xa8, 0x28,
0x2c, 0x74, 0x38, 0x34, 0xe0, 0x1c, 0x97, 0x29,
0xda, 0x8a, 0x8a, 0xa2, 0xa2, 0x13, 0x27, 0x80,
0xbc, 0x3c, 0x45, 0xd9, 0xba, 0x15, 0xe8, 0xed,
0xed, 0xef, 0xef, 0xe9, 0x59, 0x5c, 0x64, 0x0c,
0x10, 0x84, 0x53, 0xa7, 0xdc, 0xee, 0xc7, 0x8f,
0x81, 0x9f, 0x3f, 0xd7, 0x8b, 0x67, 0xcd, 0x27,
0x60, 0x94, 0x40, 0xc0, 0xed, 0x06, 0xe2, 0xf1,
0x1d, 0x3b, 0xaa, 0xab, 0x39, 0x6e, 0x60, 0xc0,
0xe7, 0x9b, 0x9c, 0xf4, 0x7a, 0xaf, 0x5c, 0xa9,
0xab, 0xab, 0xaa, 0x6a, 0x6c, 0x34, 0x99, 0x54,
0x55, 0x14, 0x65, 0x19, 0xb0, 0x5a, 0x2d, 0x96,
0xe2, 0x62, 0xc0, 0x6e, 0xcf, 0xcb, 0x3b, 0x7a,
0x14, 0xe8, 0xe8, 0xe8, 0xea, 0x7a, 0xf6, 0x2c,
0x91, 0x48, 0x26, 0x65, 0x59, 0x96, 0xcf, 0x9f,
0x77, 0xbb, 0x9d, 0x4e, 0x42, 0x46, 0x46, 0x72,
0xc5, 0x91, 0x33, 0x01, 0x5d, 0x42, 0xa1, 0x4f,
0x9f, 0x54, 0x35, 0x1c, 0xb6, 0xd9, 0x6a, 0x6b,
0x29, 0x1d, 0x1f, 0x9f, 0x98, 0x98, 0x98, 0xf0,
0xf9, 0x9a, 0x9a, 0x1a, 0x1a, 0x0e, 0x1f, 0x3e,
0x77, 0x4e, 0x92, 0x8a, 0x8a, 0x2c, 0x16, 0xbb,
0x1d, 0xe8, 0xec, 0x7c, 0xf5, 0xaa, 0xa3, 0x23,
0x91, 0x88, 0xc7, 0xe3, 0xf1, 0x78, 0xfc, 0xe6,
0x4d, 0x97, 0xeb, 0xe1, 0x43, 0x4a, 0x5f, 0xbc,
0xd8, 0x68, 0xfc, 0x35, 0x12, 0xd0, 0xbb, 0x18,
0xf1, 0xef, 0xff, 0x86, 0x24, 0x69, 0xda, 0x6c,
0xd6, 0x75, 0x28, 0xe4, 0x72, 0x31, 0x36, 0x31,
0x51, 0x58, 0x78, 0xf0, 0xa0, 0x2c, 0x03, 0x33,
0x33, 0x3f, 0x7e, 0x84, 0xc3, 0xc7, 0x8f, 0x7b,
0xbd, 0x93, 0x93, 0xdf, 0xbe, 0x51, 0x3a, 0x3d,
0x1d, 0x0c, 0x4e, 0x4f, 0x77, 0x77, 0xbb, 0x5c,
0x6d, 0x6d, 0x94, 0x3a, 0x9d, 0xda, 0x3a, 0x93,
0x69, 0xf9, 0x7e, 0xfa, 0xfe, 0x3c, 0xbf, 0x3c,
0x6e, 0xf6, 0x62, 0xce, 0xd2, 0x5e, 0xe9, 0x0b,
0x8d, 0x1b, 0x1b, 0x09, 0xe8, 0xb6, 0x20, 0x18,
0x01, 0x54, 0x57, 0x5f, 0xbb, 0x26, 0x08, 0xf7,
0xef, 0x0b, 0x82, 0x20, 0xf0, 0x7c, 0x49, 0xc9,
0xe8, 0x68, 0x7b, 0x3b, 0x21, 0x2d, 0x2d, 0xe9,
0x74, 0x3a, 0x0d, 0x10, 0xb2, 0x1c, 0x98, 0xf6,
0x0b, 0x04, 0x14, 0x65, 0xb9, 0xad, 0xcf, 0xd3,
0x6d, 0xe3, 0x38, 0x63, 0x59, 0x08, 0x18, 0x01,
0xea, 0xf6, 0x6a, 0xe3, 0xab, 0xf9, 0xf5, 0xc0,
0x46, 0x60, 0xc6, 0xf1, 0xd5, 0xfc, 0xe9, 0xb4,
0x4e, 0x38, 0x4b, 0x2b, 0xa1, 0x2f, 0x34, 0x9e,
0x48, 0x36, 0xd1, 0x33, 0xa9, 0x67, 0x50, 0xbf,
0x02, 0xc6, 0xab, 0xa0, 0xf7, 0x3a, 0xfa, 0xfc,
0xb5, 0x9e, 0x80, 0x0e, 0x58, 0xd7, 0x99, 0x2b,
0xb5, 0xce, 0x0e, 0x5d, 0x07, 0xa2, 0x5f, 0x19,
0xa3, 0x36, 0x02, 0x17, 0x0c, 0x35, 0xf6, 0x6b,
0x7f, 0xfa, 0x3b, 0xe2, 0x46, 0x22, 0xfa, 0xbc,
0xcd, 0x68, 0xbc, 0xff, 0xa7, 0xf2, 0x17, 0xde,
0xda, 0xf8, 0x24, 0x62, 0xe8, 0x0f, 0xfe, 0x00,
0x00, 0x00, 0x22, 0x7a, 0x54, 0x58, 0x74, 0x53,
0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00,
0x00, 0x78, 0xda, 0x2b, 0x2f, 0x2f, 0xd7, 0xcb,
0xcc, 0xcb, 0x2e, 0x4e, 0x4e, 0x2c, 0x48, 0xd5,
0xcb, 0x2f, 0x4a, 0x07, 0x00, 0x36, 0xd8, 0x06,
0x58, 0x10, 0x53, 0xca, 0x5c, 0x00, 0x00, 0x00,
0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
0x82};

View File

@@ -1,278 +0,0 @@
/* go_first.png - 666 bytes */
static const unsigned char go_first_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49,
0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64,
0x88, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58,
0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72,
0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e,
0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f,
0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00,
0x02, 0x2c, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d,
0x7d, 0x53, 0x4d, 0x48, 0x54, 0x51, 0x18, 0x3d,
0xdf, 0xbd, 0xef, 0x8d, 0x33, 0x19, 0x46, 0x09,
0x31, 0x41, 0x4d, 0x45, 0x41, 0xc2, 0x50, 0x54,
0x8b, 0xa6, 0xe6, 0x41, 0x20, 0x65, 0xa5, 0x26,
0x24, 0xb8, 0x48, 0x5c, 0x84, 0xa0, 0x41, 0x20,
0x6d, 0x66, 0x84, 0xb6, 0x41, 0xb4, 0x9a, 0x60,
0xd6, 0x19, 0x34, 0xb4, 0x28, 0xa8, 0x45, 0x20,
0xd3, 0xa6, 0x82, 0xa0, 0x18, 0xc8, 0x12, 0xc1,
0x4c, 0x88, 0x08, 0x8a, 0x99, 0x10, 0xed, 0xc7,
0xd1, 0x9c, 0x9f, 0x37, 0xef, 0xfe, 0xb5, 0x08,
0xc9, 0x91, 0x37, 0x73, 0xe1, 0x6e, 0xee, 0x77,
0xce, 0xe1, 0x1c, 0xbe, 0x73, 0x11, 0x4f, 0x58,
0x26, 0x9e, 0xb0, 0x8c, 0x31, 0x06, 0x8d, 0x6e,
0x3c, 0x61, 0x8d, 0x38, 0xe3, 0x56, 0xce, 0x6f,
0x66, 0xa1, 0xc9, 0x71, 0x92, 0xf6, 0x56, 0x22,
0x64, 0x22, 0xe1, 0x83, 0x3d, 0xf9, 0xc5, 0x2f,
0x21, 0x3f, 0x0c, 0x6b, 0x42, 0x3e, 0x0c, 0xc2,
0xfc, 0xb9, 0x13, 0x03, 0x7d, 0x63, 0xfd, 0xb7,
0x7c, 0xc9, 0x00, 0xfc, 0x1d, 0x38, 0x49, 0x7b,
0xb4, 0x35, 0xd4, 0x96, 0x1e, 0xee, 0x1d, 0x0f,
0x85, 0xdb, 0x23, 0xc4, 0x18, 0x6f, 0xe8, 0xb2,
0x4e, 0x60, 0xdd, 0x72, 0x47, 0xe4, 0x58, 0xcf,
0x60, 0xd7, 0x58, 0xa8, 0x2c, 0x8b, 0x98, 0x5b,
0x78, 0x85, 0xe3, 0x7b, 0xce, 0x83, 0x38, 0x5c,
0x27, 0x69, 0x9b, 0x3a, 0x36, 0x61, 0x89, 0xe2,
0x09, 0x6b, 0xfd, 0xf1, 0x08, 0x31, 0x96, 0xed,
0x3d, 0x35, 0xb8, 0x2b, 0x16, 0x3d, 0x6b, 0x7f,
0x5b, 0xfe, 0x80, 0x62, 0x65, 0x11, 0x86, 0x34,
0x62, 0x7b, 0xfb, 0xa0, 0xa1, 0xa0, 0xb5, 0x82,
0xd2, 0x12, 0x4a, 0x4b, 0x48, 0x25, 0x71, 0xfb,
0xfe, 0xf5, 0xff, 0x0e, 0xda, 0x5a, 0xdb, 0xa7,
0x2e, 0x77, 0x5d, 0x0b, 0x6e, 0xdf, 0xb6, 0x83,
0x66, 0x0a, 0xcf, 0x21, 0xb4, 0x0b, 0xe2, 0x06,
0x20, 0x8d, 0x5c, 0xe1, 0x11, 0x34, 0x14, 0xa4,
0xf6, 0x20, 0x64, 0x0d, 0x9e, 0xf0, 0x70, 0x7a,
0xdf, 0x50, 0x7d, 0x84, 0xab, 0x97, 0x6e, 0x84,
0x96, 0xdd, 0xef, 0x98, 0xce, 0xbf, 0x05, 0x88,
0xc0, 0x19, 0x03, 0x67, 0x80, 0x86, 0x80, 0x2b,
0x57, 0xe1, 0xea, 0x35, 0xb8, 0xa2, 0x04, 0xa9,
0x15, 0xa0, 0x18, 0x24, 0xbc, 0x7a, 0x81, 0xb5,
0x5a, 0x11, 0x2b, 0xd5, 0x1f, 0xf8, 0x59, 0x2e,
0xc0, 0x93, 0x2e, 0x14, 0xaf, 0x42, 0xf3, 0x2a,
0x8c, 0x2d, 0x60, 0xd9, 0x04, 0xc6, 0x09, 0x86,
0x03, 0x1a, 0x06, 0x4a, 0x1a, 0xb8, 0xea, 0x0f,
0x80, 0x0d, 0x6b, 0xcc, 0x4c, 0xa6, 0xab, 0xb5,
0xb2, 0x32, 0x87, 0x76, 0xc6, 0x50, 0x55, 0x2b,
0xa8, 0xa8, 0x22, 0x14, 0xf3, 0xc0, 0x6d, 0x82,
0x15, 0x60, 0xb0, 0x5a, 0x18, 0xec, 0x16, 0x06,
0x2b, 0xc0, 0xc0, 0x6d, 0x02, 0xb1, 0x4d, 0x5b,
0xa8, 0x79, 0x95, 0xd8, 0xb3, 0xd7, 0x8f, 0xb3,
0x47, 0x3b, 0x62, 0xe1, 0x33, 0xd1, 0x2b, 0x81,
0x8f, 0xbf, 0x5f, 0xe0, 0x97, 0xfc, 0x0a, 0x6e,
0x11, 0x2e, 0x1e, 0x48, 0x82, 0x71, 0x02, 0x00,
0x68, 0xf5, 0xcf, 0x81, 0x92, 0xa6, 0x5e, 0x20,
0x97, 0x12, 0x73, 0x4e, 0xd2, 0x8e, 0xce, 0x7e,
0x9a, 0xca, 0x2c, 0x2c, 0xe5, 0xbb, 0xbb, 0x3b,
0xfb, 0xb7, 0xac, 0xd2, 0x7e, 0x7c, 0x2e, 0xbd,
0x01, 0x31, 0xc2, 0x9d, 0xbb, 0x37, 0x5d, 0xe1,
0x9a, 0xe0, 0xe6, 0x35, 0xd6, 0xf5, 0x20, 0x97,
0x12, 0x25, 0x00, 0x03, 0x4e, 0xd2, 0x1e, 0x7d,
0x38, 0x79, 0x2f, 0x7d, 0xa1, 0xb3, 0x37, 0xe4,
0xec, 0x1e, 0x22, 0x00, 0x10, 0xae, 0x09, 0xe6,
0x52, 0x82, 0x36, 0x17, 0xc9, 0xb7, 0xca, 0xb9,
0x94, 0x98, 0x10, 0xc2, 0x3b, 0x99, 0x7d, 0xf9,
0xb4, 0xf0, 0x7e, 0xfa, 0x5d, 0x4d, 0x08, 0xcf,
0x0f, 0xd6, 0x58, 0x60, 0x3d, 0x92, 0xd1, 0x88,
0xce, 0xce, 0xcf, 0x64, 0x1f, 0x3c, 0x99, 0xa8,
0x34, 0xc2, 0x35, 0xfd, 0x8d, 0x1b, 0x22, 0x8d,
0x30, 0x8e, 0x61, 0x3f, 0xcc, 0x5f, 0x5a, 0xcc,
0x0f, 0xfb, 0xcc, 0x70, 0xa3, 0x34, 0x00, 0x00,
0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
0x60, 0x82};
/* go_first.png - 1501 bytes */
static const unsigned char go_first_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x09,
0x58, 0xf7, 0xdc, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x00, 0x48, 0x00,
0x00, 0x00, 0x48, 0x00, 0x46, 0xc9, 0x6b, 0x3e,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x05,
0x3a, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x96, 0x5f, 0x48, 0x54, 0x4f, 0x14, 0xc7, 0xcf,
0xcc, 0xdc, 0xbd, 0xbb, 0x6e, 0xca, 0xaf, 0x16,
0xc5, 0x4d, 0x2a, 0x23, 0x35, 0x24, 0x89, 0x84,
0x24, 0x58, 0xb5, 0x55, 0x50, 0xb4, 0x3f, 0x1a,
0x54, 0xba, 0x52, 0x41, 0xff, 0x2c, 0x22, 0xa3,
0x7c, 0xc8, 0x20, 0xab, 0x87, 0x08, 0x4a, 0x29,
0x83, 0xe8, 0xc5, 0x0a, 0x31, 0x02, 0x5f, 0xb2,
0xa2, 0x17, 0xb3, 0x40, 0x2c, 0x7c, 0x48, 0x2a,
0x4d, 0x13, 0xc2, 0x50, 0xca, 0xa8, 0x2d, 0xd4,
0x34, 0x95, 0x4d, 0xf7, 0xcf, 0xbd, 0x77, 0xee,
0xfc, 0x1e, 0xe6, 0x37, 0x5c, 0x77, 0x7f, 0x9a,
0x3f, 0x75, 0xdf, 0x7e, 0x1d, 0xb8, 0x9c, 0x3b,
0xf7, 0xce, 0x9d, 0xf9, 0x7c, 0xcf, 0x9c, 0x33,
0x73, 0x01, 0xfe, 0xd8, 0x1f, 0x5b, 0x94, 0x21,
0x71, 0x93, 0x9e, 0x5e, 0x51, 0x21, 0x49, 0x43,
0x43, 0x00, 0x8c, 0x01, 0xc4, 0xc6, 0xce, 0xd0,
0x15, 0x01, 0x7c, 0xfd, 0xda, 0xde, 0x5e, 0x53,
0xa3, 0x69, 0xf1, 0xf1, 0xf3, 0x9d, 0x28, 0x3d,
0xfd, 0xf4, 0x69, 0x49, 0xda, 0xbd, 0x1b, 0x21,
0x8c, 0x01, 0x4e, 0x9e, 0x7c, 0xf9, 0xf2, 0xda,
0x35, 0x4d, 0xcb, 0xce, 0x5e, 0xac, 0x00, 0xc9,
0xb8, 0xe5, 0xe0, 0xc7, 0x8f, 0x97, 0x94, 0x9c,
0x3b, 0x37, 0xfd, 0x29, 0x63, 0x8c, 0x01, 0xdc,
0xba, 0xd5, 0xd8, 0x58, 0x55, 0x15, 0x17, 0x37,
0x3f, 0x60, 0x84, 0xb8, 0xf0, 0xaa, 0xaa, 0x15,
0x2b, 0x62, 0x62, 0x12, 0x12, 0x4e, 0x9d, 0xfa,
0xf6, 0xed, 0xc7, 0x8f, 0x4f, 0x9f, 0x22, 0x22,
0xc2, 0xb5, 0x02, 0x78, 0xb6, 0x17, 0x0f, 0x1e,
0xbc, 0x7b, 0x57, 0x5d, 0x3d, 0xff, 0x01, 0x39,
0x78, 0x54, 0x14, 0x8f, 0x74, 0x4b, 0xcb, 0x86,
0x0d, 0x49, 0x49, 0x0e, 0x47, 0x79, 0xf9, 0xd1,
0xa3, 0x3b, 0x76, 0x54, 0x56, 0x86, 0x0f, 0x5c,
0x98, 0xb4, 0xf8, 0x21, 0xa6, 0x83, 0x27, 0x26,
0x72, 0xf0, 0xd6, 0xd6, 0xdc, 0xdc, 0x4d, 0x9b,
0x76, 0xed, 0x5a, 0xbe, 0x3c, 0x2d, 0x2d, 0x39,
0x39, 0x2b, 0xcb, 0x64, 0x92, 0x24, 0x42, 0x4c,
0xa6, 0x70, 0xe3, 0x87, 0x41, 0x00, 0x07, 0xcf,
0xcf, 0x97, 0x24, 0x49, 0x32, 0x9b, 0x1b, 0x1b,
0x8b, 0x8a, 0x72, 0x72, 0x0e, 0x1d, 0x8a, 0x8a,
0x8a, 0x89, 0xb1, 0xd9, 0xec, 0x76, 0x84, 0x3a,
0x3b, 0xdd, 0xee, 0xa7, 0x4f, 0x01, 0x36, 0x6f,
0x4e, 0x48, 0x70, 0xb9, 0x00, 0x10, 0x22, 0x04,
0xc0, 0xef, 0xe7, 0xdf, 0x31, 0x36, 0xf7, 0x0c,
0x08, 0x01, 0x0c, 0x0f, 0xf3, 0xda, 0xb3, 0xdb,
0xc3, 0x26, 0x80, 0x17, 0x7d, 0x65, 0xe5, 0xd2,
0xa5, 0x91, 0x91, 0xd1, 0xd1, 0x17, 0x2e, 0x14,
0x17, 0xe7, 0xe6, 0x96, 0x96, 0x5a, 0xad, 0x5e,
0x2f, 0x63, 0xe3, 0xe3, 0x00, 0x9d, 0x9d, 0x6e,
0x77, 0x73, 0x33, 0x80, 0x24, 0x61, 0x2c, 0xcb,
0x00, 0xba, 0xae, 0xeb, 0x9a, 0x06, 0x70, 0xf1,
0xe2, 0xe1, 0xc3, 0x75, 0x75, 0x16, 0x0b, 0xc6,
0x7c, 0xad, 0x10, 0x12, 0x9e, 0x5f, 0x02, 0x59,
0xd8, 0xf9, 0xf3, 0xb7, 0x6f, 0xef, 0xdf, 0x3f,
0xd3, 0xa6, 0xb2, 0x20, 0x01, 0x08, 0x65, 0x64,
0x9c, 0x39, 0x23, 0x49, 0x8f, 0x1f, 0xaf, 0x5a,
0x65, 0xb7, 0x27, 0x25, 0xe5, 0xe5, 0x6d, 0xdf,
0x9e, 0x99, 0xe9, 0x72, 0x59, 0xad, 0x03, 0x03,
0xe3, 0xe3, 0x3d, 0x3d, 0x00, 0xc3, 0xc3, 0x1e,
0xcf, 0xe7, 0xcf, 0x00, 0x84, 0x60, 0x2c, 0x49,
0xc6, 0x26, 0xd0, 0xd2, 0xd2, 0xd7, 0x77, 0xf7,
0xae, 0xf1, 0x9c, 0x10, 0x84, 0x24, 0x69, 0xba,
0x80, 0x60, 0x21, 0x4e, 0x67, 0x42, 0x42, 0x49,
0xc9, 0xdc, 0x44, 0xff, 0x41, 0xc0, 0xf4, 0x78,
0x00, 0xa4, 0xa6, 0x26, 0x27, 0x3b, 0x1c, 0x5b,
0xb7, 0xa6, 0xa5, 0xa5, 0xa4, 0x64, 0x66, 0x9a,
0xcd, 0x1d, 0x1d, 0x6e, 0xf7, 0x93, 0x27, 0x00,
0xbf, 0x7e, 0x05, 0x02, 0xe3, 0xe3, 0x3c, 0xe2,
0x26, 0x13, 0x80, 0xae, 0x33, 0xa6, 0xeb, 0x5c,
0x80, 0xae, 0x03, 0xe8, 0x3a, 0x00, 0x17, 0xc4,
0xdf, 0x33, 0x86, 0x90, 0xa6, 0xf1, 0xd1, 0x39,
0x38, 0x63, 0x18, 0x1b, 0x82, 0x35, 0x4d, 0xd7,
0x55, 0x35, 0x0c, 0x02, 0x44, 0x44, 0xb6, 0x6c,
0xc9, 0xc9, 0x29, 0x28, 0x20, 0x64, 0xd9, 0xb2,
0x25, 0x4b, 0xec, 0x76, 0x42, 0x5e, 0xbc, 0xe8,
0xef, 0x6f, 0x68, 0x00, 0xd0, 0x34, 0xc6, 0x14,
0x85, 0x47, 0x96, 0x83, 0x71, 0x58, 0x71, 0x01,
0x48, 0x12, 0xa5, 0x00, 0xaa, 0x8a, 0xd0, 0xd4,
0x14, 0x00, 0xa5, 0x94, 0x2a, 0x0a, 0x80, 0xa6,
0x69, 0x9a, 0xdf, 0xcf, 0x41, 0x15, 0xc5, 0x10,
0x20, 0x49, 0x08, 0x59, 0x2c, 0x00, 0xaa, 0xca,
0x98, 0xd7, 0x1b, 0x96, 0x15, 0x08, 0x36, 0x5d,
0x67, 0x4c, 0xd3, 0x00, 0x54, 0x55, 0xd7, 0x03,
0x01, 0x00, 0x55, 0xa5, 0xd4, 0xef, 0xe7, 0x29,
0x10, 0x08, 0x18, 0x11, 0xc7, 0x58, 0x96, 0x45,
0x89, 0x6a, 0x1a, 0x80, 0x24, 0x99, 0x4c, 0x18,
0x03, 0x60, 0xcc, 0x4f, 0x07, 0x8c, 0x09, 0xe1,
0xc1, 0xe1, 0x2b, 0xcc, 0x98, 0xae, 0x33, 0x06,
0x10, 0x08, 0x50, 0xea, 0xf3, 0x01, 0x4c, 0x4d,
0x51, 0x3a, 0x36, 0x36, 0x37, 0x0f, 0x9e, 0xab,
0x03, 0x63, 0xfc, 0x7a, 0xf6, 0xac, 0xb5, 0xb5,
0xa9, 0x49, 0xd7, 0xfb, 0xfa, 0x3e, 0x7e, 0xec,
0xed, 0x0d, 0x04, 0xb2, 0xb3, 0x13, 0x13, 0xf7,
0xec, 0x01, 0x88, 0x8c, 0x34, 0x9b, 0x6d, 0x36,
0x80, 0x40, 0x40, 0xd3, 0xbc, 0x5e, 0x00, 0x4a,
0x31, 0x0e, 0x04, 0x00, 0x00, 0x08, 0xe1, 0xe0,
0xb2, 0x8c, 0x31, 0x80, 0xc9, 0x64, 0x36, 0x63,
0x0c, 0x20, 0xcb, 0x16, 0x0b, 0xf7, 0x56, 0x2b,
0xc6, 0x00, 0x66, 0x73, 0x44, 0x04, 0x6f, 0x47,
0x44, 0x10, 0x02, 0x60, 0x32, 0x59, 0x2c, 0x84,
0x18, 0x42, 0x17, 0x2d, 0x80, 0xe3, 0x1b, 0xf7,
0x5d, 0x5d, 0xef, 0xdf, 0xbf, 0x7e, 0xfd, 0xfc,
0x79, 0x6b, 0x6b, 0x7b, 0x7b, 0x73, 0xb3, 0xcf,
0xe7, 0x70, 0xc4, 0xc7, 0xef, 0xdc, 0x09, 0xb0,
0x7a, 0xb5, 0xcd, 0xb6, 0x7e, 0xbd, 0x11, 0x59,
0x01, 0x40, 0x88, 0xc9, 0xc4, 0xbd, 0x2c, 0x23,
0xc4, 0x01, 0xa7, 0x03, 0xcb, 0xb2, 0xd5, 0x2a,
0xc0, 0x79, 0x0a, 0xf1, 0x7e, 0x18, 0xe3, 0x19,
0xd8, 0x08, 0x59, 0x74, 0x0a, 0xbd, 0x7a, 0x75,
0xe3, 0x06, 0xa5, 0xc7, 0x8e, 0x29, 0xca, 0x91,
0x23, 0x03, 0x03, 0xe5, 0xe5, 0x1e, 0xcf, 0xe4,
0x64, 0x43, 0xc3, 0x89, 0x13, 0xdb, 0xb6, 0x65,
0x65, 0x15, 0x15, 0x59, 0x2c, 0xd1, 0xd1, 0x7f,
0xfd, 0x15, 0x1b, 0x0b, 0xf0, 0xe1, 0xc3, 0xc4,
0x44, 0x5b, 0x1b, 0x00, 0xc6, 0x3c, 0x49, 0x0a,
0x0a, 0xd6, 0xac, 0xa9, 0xa8, 0x00, 0x20, 0x44,
0xa4, 0x90, 0x48, 0x29, 0x0e, 0x4a, 0xa9, 0xa6,
0x31, 0x06, 0x40, 0xa9, 0xaa, 0xf2, 0x3a, 0xe2,
0xed, 0x60, 0x93, 0x65, 0xee, 0xfd, 0x7e, 0x11,
0xd0, 0x05, 0x9e, 0x03, 0xb2, 0xdc, 0xd5, 0x55,
0x57, 0x47, 0x69, 0x7d, 0xfd, 0xda, 0xb5, 0x05,
0x05, 0x3f, 0x7f, 0x0e, 0x0c, 0x3c, 0x7c, 0xe8,
0xf7, 0xdf, 0xbb, 0x77, 0xf5, 0x6a, 0x7e, 0xbe,
0xd3, 0x59, 0x58, 0x68, 0xb5, 0x66, 0x64, 0xac,
0x5c, 0xe9, 0x72, 0x21, 0xd4, 0xdd, 0x3d, 0x3a,
0xda, 0xd4, 0x64, 0x7c, 0x59, 0x53, 0x73, 0xe7,
0xce, 0xa5, 0x4b, 0x8a, 0x42, 0xa9, 0xa2, 0x30,
0x26, 0x80, 0x7e, 0x67, 0x08, 0x01, 0x8c, 0x8c,
0xfc, 0x13, 0x6f, 0x29, 0xd8, 0xab, 0xea, 0x02,
0x05, 0x88, 0xe5, 0x25, 0xa4, 0xbf, 0xbf, 0xa9,
0x49, 0xd7, 0xdf, 0xbc, 0xf1, 0x78, 0xdc, 0x6e,
0x9f, 0xaf, 0xb4, 0x54, 0x55, 0x55, 0xf5, 0xd1,
0xa3, 0x9b, 0x37, 0x1d, 0x8e, 0x8d, 0x1b, 0x9d,
0x4e, 0x9b, 0x2d, 0x23, 0x23, 0x25, 0x65, 0xef,
0x5e, 0x49, 0xd2, 0x75, 0x4a, 0x79, 0x84, 0x39,
0x78, 0x7b, 0xfb, 0xf5, 0xeb, 0x9a, 0x96, 0x99,
0xc9, 0xc7, 0xe1, 0x55, 0x63, 0x78, 0x11, 0xe1,
0xd0, 0xb6, 0x98, 0xd7, 0xa8, 0x8e, 0x05, 0x0a,
0xe0, 0x1b, 0x24, 0x00, 0xa5, 0xc2, 0x0f, 0x0d,
0xf5, 0xf4, 0x30, 0xf6, 0xe5, 0x8b, 0xc7, 0xf3,
0xfd, 0xbb, 0xa6, 0x1d, 0x38, 0x40, 0xa9, 0xa2,
0xb4, 0xb5, 0x5d, 0xbe, 0x3c, 0x3a, 0x3a, 0x36,
0x36, 0x32, 0xb2, 0x6e, 0x5d, 0x5e, 0x9e, 0xd3,
0x59, 0x58, 0x68, 0xb1, 0x04, 0x8f, 0x63, 0x7c,
0x1f, 0xec, 0xc5, 0xf8, 0xc2, 0x8b, 0x64, 0x0a,
0x9d, 0xf7, 0x37, 0x02, 0x8a, 0x8b, 0x53, 0x53,
0xcf, 0x9e, 0x35, 0x0e, 0x96, 0x60, 0x53, 0x94,
0xe0, 0x48, 0x18, 0x13, 0x78, 0xbd, 0xa3, 0xa3,
0x00, 0xaa, 0xda, 0xd1, 0x51, 0x5b, 0x4b, 0x69,
0x59, 0x99, 0xaa, 0x1e, 0x3c, 0xd8, 0xdb, 0x5b,
0x56, 0x36, 0x31, 0x31, 0x31, 0x31, 0x36, 0xe6,
0x72, 0xf1, 0x7e, 0x42, 0x88, 0xcf, 0x17, 0x3c,
0x9e, 0x38, 0xba, 0x42, 0xdb, 0xa1, 0x7e, 0x46,
0x01, 0xfc, 0xa7, 0xa9, 0xb6, 0xf6, 0xfe, 0xfd,
0x2b, 0x57, 0x66, 0xfb, 0xf7, 0x18, 0x1c, 0x0c,
0x5e, 0x52, 0x31, 0x90, 0xf8, 0xcf, 0x14, 0x13,
0x13, 0x22, 0x4e, 0x83, 0xee, 0xee, 0xfa, 0x7a,
0x4a, 0xab, 0xab, 0x15, 0xc5, 0xe5, 0x1a, 0x1c,
0x7c, 0xfb, 0x36, 0x2a, 0x2a, 0x2e, 0x0e, 0xe3,
0x7d, 0xfb, 0x78, 0xbf, 0xc9, 0x49, 0xee, 0x35,
0x6d, 0x66, 0x50, 0x31, 0x5e, 0xa8, 0xd0, 0x69,
0xd4, 0x30, 0x2f, 0x13, 0xa0, 0xa2, 0xf8, 0x44,
0x5b, 0x14, 0x95, 0xd8, 0xe6, 0x44, 0xae, 0xe2,
0x59, 0xb6, 0xe9, 0xd0, 0x14, 0x11, 0x81, 0x10,
0xe0, 0x22, 0xf7, 0x05, 0xb0, 0xe8, 0xf7, 0x6f,
0x9b, 0xa7, 0x80, 0x50, 0x33, 0x8a, 0x79, 0xe6,
0x76, 0xe8, 0xbe, 0x3d, 0x1b, 0x78, 0xa8, 0xff,
0x1f, 0xd9, 0xdf, 0xdd, 0x50, 0x87, 0x70, 0x35,
0xc2, 0x80, 0x45, 0x00, 0x00, 0x00, 0x22, 0x7a,
0x54, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77,
0x61, 0x72, 0x65, 0x00, 0x00, 0x78, 0xda, 0x2b,
0x2f, 0x2f, 0xd7, 0xcb, 0xcc, 0xcb, 0x2e, 0x4e,
0x4e, 0x2c, 0x48, 0xd5, 0xcb, 0x2f, 0x4a, 0x07,
0x00, 0x36, 0xd8, 0x06, 0x58, 0x10, 0x53, 0xca,
0x5c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
0x44, 0xae, 0x42, 0x60, 0x82};

View File

@@ -1,252 +0,0 @@
/* go_home.png - 606 bytes */
static const unsigned char go_home_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x0a, 0x0e, 0x14, 0x25, 0x13, 0x53,
0x2a, 0xd2, 0x3b, 0x00, 0x00, 0x01, 0xeb, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0x95, 0x93, 0xbf,
0x6b, 0x53, 0x51, 0x14, 0x80, 0xbf, 0x7b, 0xfb,
0xde, 0x4b, 0xd3, 0x40, 0xf2, 0x24, 0xa0, 0x55,
0x87, 0x64, 0x51, 0x7b, 0x13, 0x68, 0x55, 0xac,
0x11, 0x5c, 0x1c, 0x8c, 0x42, 0x13, 0xa7, 0x87,
0xd4, 0x4a, 0x27, 0x91, 0xa2, 0xa3, 0x18, 0x5c,
0x3a, 0xb4, 0x6e, 0xc1, 0xa9, 0xfe, 0x18, 0xea,
0xd4, 0x25, 0x8b, 0xf5, 0xc7, 0x60, 0x13, 0xf0,
0x0f, 0xf0, 0x3f, 0x10, 0x79, 0x5b, 0x5c, 0xc4,
0x5a, 0xdb, 0xf0, 0x62, 0x51, 0x89, 0x21, 0x79,
0xd7, 0x21, 0xf6, 0xd9, 0x97, 0x50, 0x21, 0x67,
0xba, 0x5c, 0xce, 0xf7, 0xdd, 0x73, 0x0e, 0xe7,
0xc2, 0x01, 0xe1, 0x29, 0x55, 0xac, 0x80, 0xae,
0x80, 0xf6, 0x94, 0x7a, 0xc8, 0x30, 0xb1, 0x07,
0x7b, 0x4a, 0x69, 0x4f, 0xa9, 0x3d, 0x49, 0x71,
0x68, 0x78, 0xb1, 0x38, 0xa3, 0xcb, 0x37, 0x6f,
0xfc, 0x57, 0x22, 0xfa, 0xe1, 0x9a, 0xeb, 0x6e,
0x14, 0x94, 0x62, 0xfd, 0xdc, 0x59, 0xb6, 0x27,
0x4e, 0x71, 0xe4, 0xf0, 0x38, 0x27, 0xbc, 0x26,
0x53, 0x6b, 0x6b, 0xd4, 0x5c, 0x97, 0x82, 0x52,
0xd7, 0x0e, 0xb9, 0x6e, 0x75, 0x40, 0xb0, 0x1f,
0x7e, 0x53, 0x9c, 0x61, 0xf7, 0xf8, 0x31, 0x94,
0xca, 0x32, 0x16, 0x8d, 0xd2, 0x6a, 0xb5, 0x18,
0xdb, 0xfc, 0x4a, 0xb6, 0x5c, 0x1e, 0x90, 0x88,
0x7e, 0xb8, 0x7a, 0xfb, 0x16, 0x9d, 0x64, 0x92,
0x74, 0x2a, 0x4d, 0x2a, 0x95, 0x02, 0x40, 0x6b,
0x68, 0xb7, 0xdb, 0xec, 0xd6, 0xeb, 0x9c, 0x2c,
0x95, 0x42, 0x12, 0xb1, 0x1f, 0x7e, 0xf7, 0xa0,
0x44, 0xc7, 0x30, 0xc9, 0xe5, 0x2e, 0x60, 0xdb,
0x76, 0xd0, 0x9a, 0xd6, 0x1a, 0x00, 0xdf, 0xf7,
0xf9, 0xb9, 0xb5, 0x45, 0x72, 0x6e, 0x2e, 0x90,
0x88, 0x0a, 0xe8, 0x82, 0x52, 0xbc, 0x7f, 0x54,
0xc6, 0x6b, 0x36, 0x39, 0x3f, 0x9d, 0x23, 0x1e,
0x8f, 0x23, 0x84, 0x08, 0x09, 0x7c, 0xdf, 0x0f,
0xce, 0x86, 0x10, 0x8c, 0xe6, 0xf3, 0xd4, 0x5c,
0x17, 0x03, 0xb8, 0x03, 0xac, 0x4e, 0x9d, 0x3e,
0xc3, 0xfd, 0xd2, 0x3d, 0x36, 0xaa, 0x6f, 0x03,
0xf0, 0xc9, 0xca, 0x33, 0x56, 0x1e, 0x3f, 0x45,
0x8b, 0x11, 0x74, 0xa7, 0x85, 0x30, 0x46, 0xd1,
0xdd, 0xdf, 0x2c, 0x2f, 0x2d, 0xd1, 0xee, 0xa5,
0xcc, 0xca, 0x79, 0x78, 0xbe, 0x30, 0x99, 0x21,
0x11, 0x4f, 0x00, 0xa0, 0xd4, 0x04, 0x99, 0x8c,
0x22, 0x9b, 0xcd, 0xf4, 0x5e, 0x14, 0x92, 0x91,
0xf4, 0x95, 0xde, 0xc4, 0x53, 0x79, 0x90, 0x16,
0x5a, 0x6b, 0x16, 0x26, 0x33, 0xcc, 0xc3, 0xba,
0xec, 0xef, 0xd3, 0xb2, 0x2c, 0x4c, 0xd3, 0xc4,
0x30, 0x8c, 0xe0, 0xfe, 0x4b, 0xe3, 0x07, 0x00,
0x1f, 0xea, 0x3b, 0x74, 0xbb, 0x7e, 0x90, 0x0b,
0x30, 0x20, 0x90, 0x52, 0x22, 0xa5, 0xc4, 0x92,
0x9f, 0x01, 0xe8, 0x60, 0xf1, 0xf1, 0x53, 0x03,
0x80, 0x6f, 0xde, 0x2f, 0x3a, 0x22, 0x12, 0x5a,
0x24, 0x63, 0x60, 0xb3, 0xfe, 0x0e, 0xcf, 0xe7,
0x28, 0x00, 0x97, 0x2e, 0x4e, 0x73, 0x35, 0x1a,
0x43, 0xea, 0x71, 0x2e, 0x4b, 0x93, 0xed, 0x4d,
0x42, 0x15, 0x18, 0xfd, 0x15, 0xfc, 0x9b, 0x7e,
0xef, 0xa5, 0xef, 0xde, 0x0e, 0xa2, 0xd9, 0x38,
0x70, 0xf5, 0x03, 0x41, 0x24, 0x12, 0xc1, 0xb6,
0x6d, 0x12, 0x89, 0x04, 0x02, 0x89, 0x10, 0x10,
0x8b, 0xc5, 0x70, 0x1c, 0x67, 0x00, 0xb2, 0x2c,
0x2b, 0xfc, 0x17, 0xae, 0xcf, 0x3a, 0xaf, 0x00,
0x87, 0xe1, 0x62, 0xf5, 0xe5, 0x8b, 0xd7, 0x77,
0xff, 0x00, 0x56, 0xf8, 0xd5, 0xa3, 0x85, 0xbb,
0x80, 0x1a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45,
0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};
/* go_home.png - 1354 bytes */
static const unsigned char go_home_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x04,
0xd5, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xdd,
0x55, 0xcf, 0x4f, 0x53, 0x4b, 0x14, 0xfe, 0x66,
0x7a, 0xef, 0x2d, 0x2d, 0xc5, 0x96, 0x02, 0x4a,
0x31, 0xd2, 0xc6, 0xc4, 0x48, 0x23, 0x21, 0x1a,
0x83, 0x90, 0xb0, 0x71, 0xa1, 0x68, 0x48, 0x03,
0x26, 0x8d, 0x81, 0xf8, 0x23, 0xfd, 0x0b, 0xba,
0x32, 0x25, 0x46, 0x83, 0xff, 0x40, 0x63, 0x82,
0x42, 0x74, 0xa5, 0x62, 0x74, 0x81, 0x51, 0x12,
0x4a, 0xc2, 0x86, 0x35, 0x0b, 0x16, 0x2e, 0xa4,
0x56, 0x5c, 0x48, 0x94, 0x05, 0x29, 0x84, 0x1f,
0x2d, 0x28, 0xa5, 0x85, 0xde, 0x76, 0xde, 0x62,
0x32, 0xef, 0x96, 0x7b, 0xb9, 0xa1, 0x82, 0x79,
0x2f, 0xef, 0x9d, 0xcd, 0xc9, 0x99, 0x3b, 0x73,
0xe6, 0xfb, 0xe6, 0x7c, 0xf7, 0x1c, 0xe0, 0x3f,
0x6e, 0xe4, 0x4f, 0x27, 0x7c, 0xfb, 0x16, 0x00,
0x3c, 0x1e, 0x1e, 0x25, 0x93, 0x7b, 0xbf, 0x5e,
0xb8, 0x70, 0xe7, 0x0e, 0x00, 0x7c, 0xfa, 0xf4,
0x6f, 0x13, 0x37, 0x01, 0x7e, 0xf1, 0x22, 0xf7,
0x8c, 0x6d, 0x6d, 0x45, 0x22, 0x91, 0x88, 0xe6,
0xc5, 0xfa, 0x5e, 0x82, 0x47, 0xb7, 0x23, 0x57,
0x40, 0x00, 0xe7, 0xd1, 0xc7, 0x8f, 0x37, 0x6e,
0x44, 0x22, 0x91, 0x88, 0xf9, 0xfe, 0xf1, 0xf1,
0x68, 0x34, 0x1a, 0x15, 0x51, 0x43, 0x03, 0xaf,
0xc8, 0xd2, 0xd2, 0x61, 0xef, 0xa7, 0x7f, 0x1a,
0xf8, 0xe6, 0xe6, 0xf4, 0xf4, 0xf4, 0xb4, 0x71,
0x7f, 0x2a, 0x35, 0x31, 0x31, 0x31, 0x01, 0xec,
0x25, 0x98, 0x4c, 0x1e, 0xb5, 0x22, 0xbf, 0x4d,
0xc0, 0x0c, 0x78, 0x2e, 0x37, 0x3b, 0x3b, 0x3b,
0x0b, 0x38, 0x1c, 0x35, 0x35, 0x35, 0x35, 0xe6,
0xe7, 0xff, 0x34, 0x91, 0xb2, 0x25, 0x64, 0x06,
0x5c, 0x55, 0xe7, 0xe7, 0xe7, 0xe7, 0x01, 0x4a,
0x25, 0x49, 0x92, 0x00, 0x4a, 0x7d, 0x3e, 0x9f,
0x4f, 0x2f, 0x15, 0x0d, 0xf0, 0xda, 0x5a, 0x2c,
0x16, 0x8b, 0x01, 0x94, 0x12, 0x42, 0x08, 0xe0,
0x76, 0x77, 0x77, 0x77, 0x77, 0x1f, 0x5e, 0x5a,
0x07, 0x56, 0xc0, 0x0c, 0x38, 0x63, 0xc9, 0x64,
0x32, 0x09, 0x50, 0x5a, 0x55, 0x55, 0x55, 0x65,
0x04, 0xfe, 0xf5, 0x6b, 0x20, 0xd0, 0xd5, 0x05,
0x2c, 0x2e, 0xde, 0xba, 0xd5, 0xd7, 0xa7, 0xad,
0xd7, 0xd6, 0xf6, 0xf4, 0xf4, 0xf4, 0x00, 0xaa,
0xca, 0x18, 0x63, 0x47, 0xaf, 0x88, 0x69, 0x05,
0x78, 0x02, 0xfe, 0x0e, 0xc0, 0x9b, 0x37, 0x1a,
0xf0, 0x74, 0x3a, 0x9d, 0x2e, 0x49, 0x40, 0xaa,
0xab, 0xab, 0xab, 0x35, 0x80, 0x99, 0xcc, 0xdd,
0xbb, 0xb7, 0x6f, 0x03, 0xab, 0xab, 0x4d, 0x4d,
0x67, 0xcf, 0x02, 0x27, 0x4e, 0x1c, 0x3f, 0x5e,
0x5f, 0x0f, 0x9c, 0x39, 0x93, 0x4e, 0x6f, 0x6c,
0x00, 0x8b, 0x8b, 0xfd, 0xfd, 0xfd, 0xfd, 0x1a,
0xe0, 0xe5, 0x65, 0x5e, 0x11, 0x45, 0x39, 0x5c,
0x45, 0x0e, 0x20, 0xc0, 0x98, 0xf6, 0x32, 0xd9,
0x6c, 0x36, 0x0b, 0x00, 0xbb, 0xbb, 0xbb, 0xbb,
0x00, 0xe0, 0x74, 0x3a, 0x9d, 0xda, 0x45, 0x3b,
0x3b, 0x91, 0xc8, 0xbd, 0x7b, 0xc0, 0xcf, 0x9f,
0x27, 0x4f, 0x36, 0x34, 0x00, 0x7e, 0xbf, 0xdf,
0x7f, 0xee, 0x1c, 0x60, 0xb7, 0xdb, 0x6c, 0x36,
0x1b, 0x90, 0xcb, 0xe5, 0x72, 0xb9, 0x1c, 0x60,
0xb7, 0x2f, 0x2d, 0x2d, 0x2f, 0x03, 0x0b, 0x0b,
0xa1, 0x50, 0x28, 0x54, 0x4a, 0x64, 0x7c, 0x7c,
0x7c, 0x1c, 0x50, 0x14, 0x4a, 0x29, 0x35, 0x12,
0xe1, 0x04, 0x88, 0x01, 0xaf, 0xb4, 0x3f, 0xf0,
0x8a, 0x0a, 0xfd, 0x3a, 0x63, 0x9c, 0x00, 0x21,
0x6e, 0xb7, 0xdb, 0xad, 0x25, 0x66, 0xec, 0xf1,
0xe3, 0x68, 0x14, 0xa0, 0x94, 0xff, 0xbc, 0xe7,
0xcf, 0x7b, 0xbd, 0x3e, 0x1f, 0xe0, 0xf5, 0x7a,
0xbd, 0x5e, 0x6f, 0xe9, 0x79, 0xc6, 0x38, 0xfd,
0x53, 0xa7, 0x1a, 0x1b, 0x01, 0x59, 0x9e, 0x9c,
0x9c, 0x9c, 0x04, 0x46, 0x47, 0x83, 0xc1, 0x60,
0x10, 0xe8, 0xeb, 0x0b, 0x87, 0xc3, 0x61, 0x8d,
0x48, 0xb9, 0x26, 0xed, 0xbf, 0x6c, 0xb7, 0x1b,
0x4a, 0xa5, 0x03, 0x6e, 0xb1, 0xbc, 0x7a, 0xf5,
0xe2, 0x05, 0xa0, 0xaa, 0x92, 0x24, 0xcb, 0x40,
0x47, 0x47, 0x5b, 0x5b, 0x7b, 0x3b, 0xe0, 0x72,
0xb9, 0x5c, 0x2e, 0x97, 0x31, 0x23, 0x63, 0x82,
0x02, 0x37, 0xb1, 0xaf, 0xa6, 0x66, 0x66, 0x66,
0x66, 0x06, 0x18, 0x1d, 0x6d, 0x6f, 0x6f, 0x6f,
0xd7, 0x88, 0x94, 0x6b, 0x65, 0xb7, 0xd1, 0xc1,
0xc1, 0xb1, 0xb1, 0x0f, 0x1f, 0x80, 0x42, 0x61,
0x64, 0xe4, 0xe5, 0x4b, 0x20, 0x9f, 0xe7, 0x5d,
0xa7, 0xb5, 0xb5, 0xb5, 0xf5, 0xd2, 0x25, 0xc0,
0xe1, 0x70, 0x38, 0x1c, 0x0e, 0xa0, 0x50, 0x28,
0x14, 0x0a, 0x05, 0x73, 0x9f, 0xcf, 0xe7, 0xf3,
0xf9, 0xbc, 0x16, 0x5b, 0xad, 0xbc, 0x72, 0x9d,
0x9d, 0x73, 0x73, 0x73, 0x73, 0xc0, 0xe8, 0xe8,
0xd0, 0xd0, 0xd0, 0x90, 0xf1, 0x7e, 0xae, 0x0c,
0x6a, 0xc0, 0x6b, 0xfa, 0x0f, 0x4c, 0x4d, 0xb5,
0xb4, 0xb4, 0xb4, 0x84, 0x42, 0x2b, 0x2b, 0xf1,
0x78, 0x3c, 0x3e, 0x32, 0xd2, 0xd6, 0x36, 0x3f,
0xff, 0xed, 0x1b, 0xf0, 0xe0, 0xc1, 0xc3, 0x87,
0xf7, 0xef, 0x1f, 0x4c, 0x78, 0x78, 0xf8, 0xe9,
0xd3, 0x67, 0xcf, 0x80, 0x62, 0xb1, 0x58, 0x2c,
0x16, 0x81, 0xc1, 0xc1, 0x27, 0x4f, 0x86, 0x86,
0x00, 0xc6, 0x08, 0xb1, 0x58, 0x00, 0xc6, 0x54,
0x35, 0x97, 0x03, 0x08, 0x91, 0xa4, 0x8a, 0x0a,
0x80, 0xb1, 0x42, 0x61, 0x67, 0x07, 0x78, 0xf4,
0x68, 0x60, 0x60, 0x60, 0x00, 0x88, 0xc5, 0x78,
0x77, 0xab, 0xad, 0x6d, 0x6e, 0x6e, 0x6e, 0x0e,
0x87, 0xaf, 0x5f, 0x4f, 0x24, 0x12, 0x89, 0xe1,
0xe1, 0x32, 0x25, 0x04, 0x74, 0x76, 0xc6, 0xe3,
0xf1, 0xf8, 0xeb, 0xd7, 0x37, 0x6f, 0xf6, 0xf6,
0x06, 0x83, 0x23, 0x23, 0x5d, 0x5d, 0x6e, 0x77,
0xe9, 0x80, 0xf2, 0xfb, 0xfd, 0xfe, 0xa6, 0x26,
0x80, 0x10, 0xde, 0x3d, 0x84, 0x17, 0x26, 0x5e,
0x58, 0x48, 0x87, 0x31, 0x42, 0x28, 0x05, 0x2c,
0x16, 0x9f, 0xaf, 0xb3, 0x93, 0xcf, 0x8f, 0x89,
0x09, 0x80, 0x10, 0xaf, 0xf7, 0xea, 0x55, 0x80,
0xb1, 0x85, 0x85, 0xa9, 0x29, 0x6d, 0x7f, 0x2c,
0xd6, 0xdb, 0x1b, 0x0c, 0x02, 0x3e, 0x5f, 0x63,
0xe3, 0xe9, 0xd3, 0xcf, 0x9f, 0x03, 0x89, 0x44,
0x22, 0x71, 0x04, 0x09, 0xe9, 0x35, 0xac, 0x28,
0x8a, 0xa2, 0x28, 0x80, 0x2c, 0xcb, 0xb2, 0x2c,
0x03, 0x92, 0xc4, 0x25, 0x25, 0x62, 0xf1, 0xf2,
0x7a, 0x22, 0xc9, 0xe4, 0xfa, 0xfa, 0xd6, 0x96,
0x96, 0xe7, 0xf3, 0xe7, 0xef, 0xdf, 0xd7, 0xd6,
0xf8, 0xbe, 0x62, 0xd1, 0x78, 0x4f, 0x34, 0x1a,
0x8d, 0x46, 0xa3, 0xa5, 0x2b, 0xbf, 0x45, 0x40,
0xfa, 0xbb, 0x42, 0xfa, 0xc4, 0x94, 0xf2, 0x76,
0x27, 0xbc, 0xa2, 0x50, 0xba, 0xb8, 0x08, 0x48,
0x12, 0x21, 0xa9, 0x94, 0x46, 0x40, 0x78, 0x55,
0x05, 0x14, 0x05, 0xf8, 0xf2, 0xe5, 0xc7, 0x8f,
0xf5, 0x75, 0x2d, 0xcf, 0xca, 0x4a, 0x3a, 0xbd,
0xbd, 0x0d, 0xa8, 0x2a, 0x21, 0x56, 0xab, 0xf1,
0x1e, 0x6e, 0xa2, 0x2b, 0x96, 0xd1, 0x46, 0xb9,
0x59, 0x2c, 0xdc, 0x57, 0x56, 0x9a, 0x11, 0xd0,
0x4b, 0xa6, 0x58, 0xe4, 0x73, 0x33, 0x9b, 0xcd,
0xe5, 0x4a, 0x81, 0x7b, 0x3c, 0x1e, 0x8f, 0xc7,
0x03, 0x5c, 0xbe, 0xdc, 0xd1, 0xd1, 0xda, 0x0a,
0x5c, 0xbb, 0x66, 0xb3, 0x55, 0x56, 0x02, 0x94,
0x32, 0x56, 0x5f, 0x0f, 0x5c, 0xb9, 0x42, 0xa9,
0x2c, 0x03, 0xab, 0xab, 0x7c, 0x48, 0xed, 0x4f,
0x40, 0x88, 0x57, 0x0c, 0x32, 0x55, 0x35, 0x21,
0x20, 0x20, 0x89, 0x97, 0x2f, 0x9f, 0x00, 0x00,
0x58, 0xad, 0x00, 0x1f, 0x5b, 0x1a, 0x01, 0x61,
0x9b, 0x9b, 0xe9, 0xf4, 0xda, 0x1a, 0x40, 0xc8,
0xc6, 0x46, 0x69, 0x05, 0xf4, 0x96, 0x4a, 0xa5,
0x52, 0xa9, 0x94, 0x7e, 0x95, 0x98, 0x36, 0x1b,
0x93, 0x0a, 0x88, 0x03, 0x5a, 0xdb, 0x12, 0x9a,
0x17, 0xfd, 0xdb, 0xe9, 0xe4, 0x93, 0x98, 0x10,
0xbe, 0xab, 0x94, 0x0e, 0x21, 0x40, 0x5d, 0x5d,
0x5d, 0x5d, 0x5d, 0x1d, 0x90, 0xc9, 0x64, 0x32,
0x99, 0x0c, 0x10, 0x08, 0x04, 0x02, 0x81, 0x00,
0x0e, 0x34, 0xbb, 0xdd, 0x6e, 0x37, 0x4e, 0xa1,
0x4c, 0x46, 0x3c, 0xa3, 0x01, 0xe9, 0xfe, 0xc0,
0x85, 0x84, 0xaa, 0xaa, 0x78, 0x17, 0x32, 0xbe,
0xc9, 0x3f, 0x65, 0xef, 0xdf, 0xbf, 0x7b, 0x37,
0x36, 0x26, 0xcb, 0x3c, 0xd2, 0xa4, 0x63, 0x42,
0x40, 0x4f, 0x44, 0x48, 0xc9, 0x6a, 0xe5, 0x5e,
0xfc, 0x4c, 0xc7, 0x8e, 0x71, 0x2f, 0xb4, 0x59,
0x5b, 0xcb, 0x3d, 0x97, 0x8f, 0x76, 0xae, 0x50,
0xd8, 0x9b, 0x57, 0xf4, 0x1f, 0xb1, 0x9e, 0xcf,
0x73, 0xbf, 0xb1, 0xc1, 0xfd, 0xaf, 0x5f, 0xdc,
0xaf, 0xae, 0x72, 0xbf, 0xbd, 0xbd, 0x7f, 0x9e,
0x03, 0x09, 0xe8, 0x89, 0xe8, 0x63, 0x21, 0x2d,
0x11, 0x8b, 0x17, 0x12, 0xb1, 0xfe, 0x9c, 0x1e,
0x80, 0x90, 0x82, 0xf0, 0xe2, 0xbb, 0xf0, 0xe6,
0x6d, 0xf3, 0x7f, 0x67, 0x7f, 0x01, 0x78, 0xb4,
0xac, 0x22, 0x26, 0x29, 0xea, 0x45, 0x00, 0x00,
0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
0x60, 0x82};

View File

@@ -1,276 +0,0 @@
/* go_last.png - 685 bytes */
static const unsigned char go_last_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49,
0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64,
0x88, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58,
0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72,
0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e,
0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f,
0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00,
0x02, 0x3f, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d,
0x95, 0x93, 0x4d, 0x48, 0x94, 0x51, 0x14, 0x86,
0x9f, 0xfb, 0xdd, 0x7b, 0x3f, 0xc7, 0xd1, 0xa2,
0x60, 0xb2, 0x08, 0x8d, 0x2c, 0x28, 0x08, 0xd2,
0x16, 0x05, 0xe1, 0x48, 0x44, 0x04, 0x2d, 0xb4,
0x45, 0x42, 0x8b, 0x68, 0x63, 0x50, 0x04, 0xad,
0xa2, 0x46, 0x11, 0x5a, 0xe4, 0xaa, 0x4d, 0xc2,
0xe0, 0xa2, 0x5c, 0x54, 0x10, 0x04, 0x69, 0xe4,
0x22, 0x22, 0xfb, 0x33, 0x88, 0x16, 0xa3, 0xd2,
0x1f, 0x62, 0xb5, 0x29, 0x82, 0x82, 0xd0, 0xf9,
0x61, 0x4a, 0xd3, 0xd1, 0xe9, 0xfb, 0xe6, 0xbb,
0xb7, 0x85, 0x69, 0x6a, 0x63, 0xd4, 0x0b, 0x77,
0x73, 0xce, 0xe1, 0x81, 0xfb, 0xbe, 0xe7, 0x08,
0x6b, 0x2d, 0x4b, 0x55, 0xdf, 0xaa, 0x13, 0xd6,
0x70, 0x3d, 0xd1, 0xe1, 0x5f, 0xf9, 0xa3, 0xf9,
0x4b, 0xd1, 0x98, 0xb6, 0x00, 0x4e, 0xb1, 0xa6,
0x35, 0xd4, 0x55, 0x56, 0x6c, 0xee, 0x8c, 0xb6,
0xe8, 0xdb, 0xd1, 0x98, 0x2e, 0x5f, 0x0e, 0xb2,
0x2c, 0x00, 0xe0, 0x54, 0x53, 0x7b, 0xe9, 0xfe,
0x5d, 0x87, 0x0e, 0x22, 0x78, 0x17, 0x8d, 0xe9,
0xed, 0xff, 0x0d, 0x90, 0x42, 0xb1, 0xa7, 0xb6,
0xa1, 0xe4, 0x54, 0x53, 0x7b, 0x55, 0x38, 0xb4,
0x62, 0x28, 0x1a, 0xd3, 0x27, 0x8a, 0xcd, 0xa9,
0x68, 0x8b, 0x4e, 0x62, 0x59, 0xbb, 0xb0, 0x28,
0x24, 0x79, 0x63, 0x4d, 0x68, 0x64, 0xf4, 0x29,
0xd5, 0x91, 0x1a, 0xd1, 0x7a, 0x34, 0x1e, 0xee,
0xe9, 0xbf, 0xd4, 0x59, 0xdf, 0xa2, 0x0f, 0x58,
0x4b, 0x73, 0xa2, 0xc3, 0x9f, 0x9a, 0x9f, 0xad,
0x3b, 0xab, 0x6c, 0x5b, 0x73, 0x1c, 0x47, 0x48,
0xa4, 0xa3, 0x90, 0x42, 0x21, 0x1d, 0x89, 0x94,
0x92, 0xe7, 0x5f, 0xee, 0xa1, 0x1c, 0xc5, 0xea,
0xd2, 0xf5, 0x6c, 0x5c, 0x55, 0xc3, 0xe0, 0xdb,
0x27, 0x7e, 0xdf, 0xc0, 0xcd, 0x31, 0x6b, 0x4c,
0x23, 0x30, 0x02, 0xa0, 0x00, 0x8c, 0x09, 0x78,
0xfc, 0xfe, 0x1a, 0x5a, 0x96, 0xa0, 0x95, 0x4b,
0x89, 0x1b, 0xc2, 0x75, 0x5d, 0x94, 0xd4, 0x08,
0x21, 0xc9, 0xe6, 0x3f, 0xf1, 0x3d, 0x9d, 0xa6,
0x66, 0xeb, 0x4e, 0x5d, 0x59, 0x51, 0x5d, 0xd5,
0xfd, 0xe8, 0xf2, 0xd0, 0x44, 0x2e, 0xfb, 0xdb,
0x83, 0x82, 0xf1, 0xc8, 0xe6, 0x46, 0x19, 0x9b,
0xf8, 0x48, 0x32, 0xf7, 0x81, 0xac, 0xf7, 0x99,
0xc9, 0x20, 0x4d, 0x41, 0xe4, 0x08, 0x64, 0x9e,
0x82, 0x33, 0xc3, 0xb4, 0xc9, 0x32, 0x9c, 0x7a,
0x48, 0xe0, 0xe6, 0xc4, 0xc9, 0xa6, 0x73, 0xe1,
0x79, 0x0f, 0x00, 0x66, 0xfc, 0x29, 0x72, 0xde,
0x38, 0x8e, 0x12, 0x18, 0xeb, 0x50, 0xf0, 0x27,
0x99, 0x12, 0x63, 0x64, 0x0a, 0x02, 0xad, 0x42,
0xb8, 0xa2, 0x14, 0x4d, 0x19, 0x4e, 0xe0, 0xb2,
0xd2, 0x8b, 0xa0, 0x4c, 0x29, 0x8b, 0x00, 0xf3,
0x91, 0x48, 0x81, 0x23, 0x05, 0x52, 0x09, 0x94,
0x16, 0x28, 0xd7, 0x41, 0x38, 0x3e, 0x9e, 0xf1,
0x30, 0x41, 0x81, 0xda, 0x35, 0x0d, 0x8c, 0xa7,
0x73, 0xf6, 0xce, 0xb3, 0xf8, 0x0c, 0x10, 0x5e,
0x04, 0x38, 0xbc, 0xa3, 0x0d, 0xa9, 0xc5, 0xec,
0x53, 0x02, 0xa9, 0x1c, 0xfa, 0x93, 0x71, 0x1c,
0x25, 0x88, 0xa8, 0x4d, 0x6c, 0x29, 0xdb, 0xc7,
0xd0, 0xcb, 0x01, 0xef, 0xd5, 0xc8, 0x60, 0xd2,
0x1a, 0x16, 0x98, 0x28, 0x48, 0x75, 0xdd, 0xba,
0xb0, 0x28, 0x46, 0xe9, 0x92, 0x3f, 0x73, 0xfc,
0x7c, 0x48, 0x2a, 0xc9, 0xb6, 0xc8, 0x5e, 0xca,
0xbd, 0x0d, 0xf4, 0xde, 0xed, 0x9e, 0x4e, 0x65,
0x47, 0x1f, 0x58, 0x33, 0x1b, 0x63, 0x34, 0xa6,
0x67, 0xbf, 0x90, 0xb8, 0xe8, 0xaf, 0x5b, 0xba,
0x1c, 0x73, 0x7b, 0xbe, 0x3b, 0x72, 0x84, 0x64,
0x32, 0x63, 0x7b, 0xfa, 0xba, 0x66, 0x7c, 0xcf,
0x3b, 0x5d, 0xec, 0x36, 0xd4, 0xd2, 0xc2, 0x9c,
0xfc, 0x82, 0xc7, 0xe0, 0x8b, 0xa1, 0x1f, 0xc3,
0x23, 0xaf, 0x53, 0x26, 0xa0, 0x31, 0xd1, 0xe1,
0xbf, 0x29, 0x36, 0xb7, 0x2c, 0xe0, 0x46, 0xef,
0xd5, 0xe9, 0x6f, 0x13, 0x99, 0xfb, 0x26, 0xe0,
0xd8, 0xc2, 0xcd, 0xfb, 0x27, 0x80, 0x90, 0x0c,
0x64, 0xbf, 0x66, 0xfe, 0x7a, 0xce, 0x73, 0xfa,
0x09, 0xc7, 0xf5, 0xe4, 0x41, 0xd6, 0x0e, 0xe2,
0x73, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
0x44, 0xae, 0x42, 0x60, 0x82};
/* go_last.png - 1468 bytes */
static const unsigned char go_last_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x09,
0x58, 0xf7, 0xdc, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x00, 0x48, 0x00,
0x00, 0x00, 0x48, 0x00, 0x46, 0xc9, 0x6b, 0x3e,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x05,
0x19, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0x5d, 0x48, 0x54, 0x5b, 0x14, 0xfe, 0xf6,
0x3e, 0xe7, 0x38, 0xc7, 0xa9, 0x0c, 0x14, 0xc6,
0x4a, 0xac, 0x04, 0x11, 0xf2, 0x41, 0x0a, 0x4a,
0x74, 0x84, 0xa2, 0x20, 0xa1, 0x88, 0x8a, 0x30,
0xc1, 0xa7, 0x20, 0xe8, 0xe7, 0x21, 0x88, 0x70,
0x84, 0x0c, 0xf1, 0xa9, 0xb2, 0x87, 0xa2, 0x87,
0x08, 0x91, 0x10, 0x8b, 0x28, 0x1d, 0xa5, 0x50,
0x2a, 0xa4, 0x19, 0xc1, 0x9a, 0xc4, 0x28, 0xc9,
0x4c, 0x27, 0xa7, 0x44, 0x2d, 0x63, 0xca, 0xd1,
0xd4, 0x06, 0xb3, 0xe6, 0xcc, 0xcc, 0xf9, 0xb9,
0x0f, 0xfb, 0xee, 0x3b, 0xfe, 0xcc, 0xd4, 0x68,
0xbe, 0x5c, 0x68, 0xc1, 0xb0, 0x58, 0xe7, 0xec,
0xbd, 0xf6, 0xf7, 0xad, 0xb5, 0xd7, 0x5a, 0x67,
0x80, 0xbf, 0xf2, 0x57, 0xfe, 0x48, 0xc8, 0x72,
0x39, 0x2a, 0x28, 0x28, 0x2b, 0x13, 0xc5, 0x27,
0x4f, 0x0c, 0x43, 0xd7, 0x81, 0x6b, 0xd7, 0x3a,
0x3b, 0xaf, 0x5c, 0x51, 0xd5, 0x7b, 0xf7, 0x16,
0xeb, 0xc7, 0x6a, 0xb5, 0xd9, 0x44, 0x71, 0x64,
0x04, 0x30, 0x0c, 0x60, 0xfd, 0xfa, 0x28, 0x90,
0x09, 0x30, 0x36, 0xd6, 0xd9, 0x79, 0xf9, 0xb2,
0xaa, 0xae, 0x59, 0x23, 0x2e, 0x17, 0x01, 0x06,
0x7c, 0xc7, 0x8e, 0xf4, 0x74, 0x8b, 0x25, 0x33,
0x33, 0x37, 0xd7, 0x6a, 0xb5, 0xd9, 0x06, 0x07,
0xb7, 0x6d, 0x63, 0x40, 0xca, 0xcb, 0x19, 0x21,
0xc3, 0x88, 0xc7, 0x13, 0xb0, 0x6e, 0xdd, 0xc9,
0x93, 0xc5, 0xc5, 0xe5, 0xe5, 0x00, 0x21, 0x84,
0x90, 0x59, 0x61, 0xae, 0xae, 0xb6, 0xdb, 0x2f,
0x5e, 0x4c, 0x4d, 0xe5, 0x36, 0x5d, 0x2e, 0x02,
0x5c, 0x8e, 0x1f, 0x3f, 0x78, 0xb0, 0xa2, 0x22,
0x31, 0x71, 0xcb, 0x96, 0xac, 0xac, 0x82, 0x82,
0xd3, 0xa7, 0x09, 0xa1, 0x14, 0x70, 0x3a, 0xad,
0xd6, 0xd2, 0x52, 0x51, 0x5c, 0xb5, 0x6a, 0xb1,
0xfe, 0x9a, 0x9a, 0x7a, 0x7a, 0x2e, 0x5d, 0x8a,
0xfd, 0x7e, 0xd9, 0x09, 0x88, 0x22, 0xa5, 0xa2,
0x08, 0xec, 0xdd, 0x6b, 0xb5, 0x96, 0x94, 0xc8,
0x72, 0x61, 0x61, 0x5e, 0x5e, 0x51, 0xd1, 0xf6,
0xed, 0x8c, 0x88, 0xdb, 0xcd, 0x88, 0x64, 0x66,
0x2e, 0xdb, 0x79, 0xb1, 0x5e, 0xb0, 0xbb, 0xe8,
0xf3, 0xb1, 0x94, 0x46, 0x52, 0x16, 0x4b, 0x08,
0x11, 0x04, 0x40, 0x51, 0x34, 0xcd, 0x30, 0x54,
0x55, 0x96, 0xbb, 0xbb, 0xbd, 0x5e, 0x87, 0x03,
0xd8, 0xb4, 0x29, 0x23, 0x23, 0x37, 0x57, 0x92,
0x52, 0x52, 0x56, 0xaf, 0xb6, 0x58, 0xd2, 0xd3,
0x1b, 0x1b, 0x9d, 0xce, 0xda, 0xda, 0x57, 0xaf,
0xac, 0xd6, 0xd2, 0x52, 0xa0, 0xb8, 0x98, 0x5d,
0xad, 0xc7, 0x8f, 0x97, 0x9d, 0x00, 0x07, 0x7e,
0xe1, 0xc2, 0x89, 0x13, 0xb7, 0x6e, 0x71, 0x90,
0x0b, 0x57, 0x44, 0x7e, 0x86, 0xa1, 0xeb, 0xb2,
0xac, 0xeb, 0x86, 0xa1, 0xaa, 0x40, 0x28, 0x64,
0x18, 0x33, 0x33, 0x40, 0x4f, 0xcf, 0xd8, 0x98,
0xc3, 0x01, 0x64, 0x64, 0x24, 0x27, 0xe7, 0xe4,
0x10, 0x72, 0xec, 0xd8, 0xa1, 0x43, 0x36, 0x5b,
0x52, 0x52, 0x7d, 0x7d, 0x6b, 0x6b, 0x4d, 0xcd,
0xfd, 0xfb, 0x56, 0xab, 0xcd, 0x36, 0x31, 0x71,
0xfe, 0x3c, 0x2b, 0xca, 0xaa, 0xaa, 0x65, 0x24,
0xc0, 0x44, 0x55, 0x75, 0x3d, 0x1c, 0x06, 0x9e,
0x3d, 0x1b, 0x1a, 0x6a, 0x6c, 0x8c, 0x06, 0x9e,
0x95, 0x2f, 0x40, 0x08, 0x2b, 0x51, 0x41, 0xd0,
0x34, 0xc0, 0x30, 0x28, 0x55, 0x55, 0xb6, 0x46,
0xd3, 0x80, 0x81, 0x81, 0x6f, 0xdf, 0x9e, 0x3f,
0x07, 0x2c, 0x16, 0xb3, 0x79, 0xc3, 0x06, 0xe0,
0xc8, 0x91, 0x03, 0x07, 0x4e, 0x9d, 0x32, 0x9b,
0x5b, 0x5a, 0xda, 0xdb, 0xef, 0xde, 0xad, 0xa8,
0x20, 0xa4, 0xac, 0x6c, 0x60, 0x20, 0x37, 0x97,
0x79, 0x23, 0x71, 0x77, 0xc7, 0xdf, 0x12, 0xd0,
0x34, 0x5d, 0x57, 0x55, 0x20, 0x18, 0x54, 0xd5,
0x9f, 0x3f, 0xa3, 0xad, 0x20, 0x84, 0x1d, 0x29,
0x8a, 0xcc, 0x62, 0xb6, 0x61, 0x50, 0xca, 0x88,
0x10, 0xc2, 0x34, 0xcb, 0xcc, 0x97, 0x2f, 0x81,
0x40, 0x7f, 0x3f, 0xe0, 0xf7, 0x07, 0x83, 0xa3,
0xa3, 0xc0, 0xbe, 0x7d, 0xbb, 0x76, 0x15, 0x15,
0x99, 0xcd, 0x2f, 0x5e, 0xf4, 0xf4, 0xb8, 0x5c,
0x7b, 0xf6, 0x74, 0x75, 0xf5, 0xf5, 0x75, 0x74,
0x44, 0xcb, 0xf7, 0x12, 0x09, 0x70, 0xe0, 0x5e,
0xaf, 0xdf, 0xff, 0xfe, 0x3d, 0x10, 0x0a, 0x69,
0x5a, 0x20, 0x10, 0x89, 0xbc, 0x2c, 0xcb, 0xb2,
0x2c, 0x03, 0x66, 0xb3, 0xd9, 0xbc, 0x62, 0x05,
0x60, 0x36, 0xcb, 0xb2, 0xd9, 0x0c, 0x48, 0x92,
0x20, 0x24, 0x24, 0x00, 0x84, 0x50, 0xca, 0x9b,
0x27, 0xcb, 0x08, 0x21, 0xe1, 0x30, 0xe0, 0xf7,
0xab, 0xaa, 0xd7, 0x0b, 0x74, 0x76, 0x7a, 0xbd,
0x76, 0x3b, 0x90, 0x93, 0x93, 0x9d, 0x5d, 0x58,
0x68, 0x32, 0xa5, 0xa6, 0xa6, 0xa5, 0x25, 0x27,
0x33, 0xf8, 0xf1, 0x50, 0xf8, 0x2d, 0x81, 0xe9,
0x69, 0x45, 0x99, 0x98, 0x00, 0xbe, 0x7f, 0x0f,
0x06, 0x27, 0x27, 0x67, 0xc7, 0x5d, 0x10, 0xf8,
0x65, 0x0a, 0x85, 0x00, 0x4d, 0x53, 0xd5, 0x99,
0x19, 0x20, 0x10, 0x08, 0x85, 0x28, 0x05, 0x04,
0xc1, 0x30, 0x28, 0x05, 0x4c, 0x26, 0x49, 0x32,
0x99, 0x00, 0x41, 0x60, 0xdd, 0x89, 0x10, 0xb6,
0x53, 0xd3, 0x58, 0xa6, 0x28, 0xa5, 0x94, 0x65,
0x8c, 0x10, 0x55, 0x05, 0x00, 0x4e, 0x98, 0xc6,
0xd5, 0x21, 0x97, 0xdc, 0x46, 0x29, 0xa5, 0x94,
0x90, 0xd9, 0x5a, 0x10, 0x08, 0x01, 0x04, 0x41,
0x14, 0x09, 0x01, 0x44, 0x51, 0x92, 0x58, 0x04,
0x25, 0x29, 0x1c, 0x06, 0x74, 0x5d, 0x92, 0x14,
0x05, 0x50, 0x55, 0x41, 0x98, 0x99, 0x01, 0x56,
0xae, 0x4c, 0x4c, 0x4c, 0x4a, 0x02, 0xf2, 0xf3,
0xd3, 0xd3, 0x8b, 0x8a, 0x80, 0xb7, 0x6f, 0x3d,
0x1e, 0xb7, 0x3b, 0x18, 0x7c, 0xf8, 0xb0, 0xb5,
0xf5, 0xc1, 0x03, 0x5d, 0x8f, 0xb7, 0x0a, 0x96,
0x3c, 0x89, 0xf9, 0x7c, 0x24, 0x84, 0x11, 0x88,
0x68, 0x46, 0x84, 0x52, 0x46, 0x44, 0x10, 0x24,
0x89, 0xd2, 0x08, 0xc1, 0xb5, 0x6b, 0x4d, 0xa6,
0xec, 0x6c, 0x60, 0xe3, 0x46, 0x93, 0x29, 0x3f,
0x1f, 0x78, 0xf4, 0xc8, 0xe1, 0x68, 0x6e, 0x0e,
0x04, 0x3e, 0x7c, 0x18, 0x19, 0x19, 0x1e, 0x7e,
0xfa, 0x94, 0xcd, 0x8b, 0xdd, 0xbb, 0xe3, 0xc5,
0x11, 0x83, 0xc0, 0xc2, 0xf4, 0x1d, 0x3e, 0xbc,
0x79, 0xf3, 0xd9, 0xb3, 0xb3, 0x57, 0x70, 0x80,
0x73, 0x35, 0x7f, 0xee, 0x74, 0x8e, 0x8e, 0x5e,
0xbd, 0x1a, 0x79, 0x9e, 0x9d, 0x9d, 0x9c, 0xbc,
0x73, 0x27, 0x90, 0x98, 0xa8, 0x28, 0x69, 0x69,
0xc0, 0x9d, 0x3b, 0x4d, 0x4d, 0x75, 0x75, 0x8a,
0xe2, 0xf3, 0x7d, 0xfa, 0x34, 0x35, 0x55, 0x53,
0xd3, 0xdd, 0x5d, 0x5b, 0xab, 0x69, 0xd7, 0xaf,
0xb3, 0x41, 0xf7, 0xee, 0xdd, 0xdc, 0x0f, 0x88,
0x45, 0x13, 0x10, 0xff, 0x7d, 0x3e, 0x3e, 0xce,
0xbe, 0x3d, 0x2c, 0x96, 0xdf, 0x39, 0xa2, 0x54,
0x92, 0x80, 0x50, 0xe8, 0xcc, 0x99, 0xa3, 0x47,
0x2b, 0x2b, 0x13, 0x12, 0x24, 0x89, 0x52, 0x59,
0x06, 0xb6, 0x6e, 0x4d, 0x49, 0xd9, 0xbf, 0x1f,
0xf0, 0xfb, 0xbf, 0x7e, 0xfd, 0xf1, 0xc3, 0x30,
0x1a, 0x1a, 0x5a, 0x5a, 0x6e, 0xdc, 0x08, 0x04,
0x3e, 0x7f, 0x7e, 0xf3, 0x46, 0x51, 0xce, 0x9d,
0x1b, 0x1c, 0x6c, 0x6d, 0xd5, 0x75, 0x97, 0x8b,
0x79, 0x49, 0x48, 0x58, 0xec, 0x4d, 0x88, 0x41,
0x80, 0x10, 0x36, 0x21, 0xb3, 0xb2, 0x98, 0x6d,
0x32, 0x31, 0x2d, 0xcb, 0xb1, 0x6c, 0x16, 0xb9,
0xae, 0x2e, 0xd6, 0xf9, 0x81, 0xbc, 0x3c, 0x8b,
0xa5, 0xa4, 0x04, 0xe8, 0xeb, 0xeb, 0xed, 0xed,
0xeb, 0x53, 0x55, 0x97, 0xab, 0xa3, 0xa3, 0xbd,
0x7d, 0x6a, 0x6a, 0x70, 0xd0, 0xe1, 0xd0, 0xb4,
0xb2, 0xb2, 0xf1, 0x71, 0xb7, 0xdb, 0x30, 0x86,
0x86, 0xd8, 0x7e, 0xde, 0x10, 0xb8, 0x66, 0x5d,
0xee, 0x0f, 0x08, 0xf0, 0xcd, 0x6c, 0x44, 0x2d,
0xb4, 0xb9, 0xd6, 0xb4, 0xb9, 0x1a, 0x08, 0x06,
0x43, 0xa1, 0x60, 0x10, 0x70, 0x3a, 0x5d, 0xae,
0xb6, 0x36, 0x45, 0xf1, 0x78, 0x3c, 0x9e, 0xfe,
0x7e, 0x8f, 0xa7, 0xb7, 0xb7, 0xbe, 0x5e, 0x55,
0x2b, 0x2b, 0x03, 0x81, 0xc9, 0x49, 0x60, 0x7a,
0x3a, 0xfa, 0xfe, 0x88, 0x9f, 0x3f, 0xcc, 0x00,
0x6b, 0x68, 0x91, 0x88, 0x84, 0xc3, 0x4c, 0xf3,
0xda, 0xe0, 0xf7, 0x93, 0xeb, 0x48, 0xb4, 0x1a,
0x1a, 0x9a, 0x9b, 0x6f, 0xde, 0x54, 0x14, 0xaf,
0xf7, 0xe3, 0x47, 0x9f, 0xaf, 0xb1, 0xf1, 0xf5,
0xeb, 0xba, 0x3a, 0x4d, 0xab, 0xae, 0x66, 0x53,
0x63, 0x3e, 0x71, 0x7e, 0x4e, 0x28, 0x34, 0xf7,
0x1c, 0xf6, 0x79, 0x6e, 0x18, 0x0b, 0x6b, 0x2f,
0x4e, 0x02, 0xfc, 0xa0, 0x60, 0xf0, 0xd7, 0x99,
0xe1, 0x40, 0x24, 0xc9, 0x30, 0x34, 0x0d, 0x78,
0xf9, 0x72, 0x78, 0xd8, 0xed, 0xf6, 0xf9, 0x6e,
0xdf, 0x76, 0xbb, 0xed, 0x76, 0x4d, 0x6b, 0x6b,
0x8b, 0x4e, 0x34, 0x16, 0x11, 0x4e, 0xc0, 0xe7,
0xab, 0xae, 0xb6, 0xdb, 0xab, 0xaa, 0xd2, 0xd2,
0x16, 0x62, 0x63, 0x7f, 0x68, 0xfe, 0xb3, 0x16,
0x97, 0x30, 0x49, 0x62, 0x9a, 0x17, 0x1b, 0xb7,
0x79, 0xd1, 0xf3, 0x8c, 0xf1, 0x4c, 0xc5, 0x1a,
0x46, 0xb1, 0xae, 0x22, 0x27, 0xc0, 0x03, 0xc7,
0x33, 0xc3, 0xd7, 0x45, 0xa1, 0xb3, 0x38, 0x02,
0xf3, 0x85, 0x03, 0x9c, 0x0f, 0x7c, 0x61, 0x51,
0xfe, 0x1a, 0xf8, 0xd2, 0x6b, 0xe0, 0x7f, 0x2f,
0xff, 0x00, 0xfd, 0x31, 0x98, 0x2a, 0xe9, 0xf5,
0x13, 0xc9, 0x00, 0x00, 0x00, 0x22, 0x7a, 0x54,
0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61,
0x72, 0x65, 0x00, 0x00, 0x78, 0xda, 0x2b, 0x2f,
0x2f, 0xd7, 0xcb, 0xcc, 0xcb, 0x2e, 0x4e, 0x4e,
0x2c, 0x48, 0xd5, 0xcb, 0x2f, 0x4a, 0x07, 0x00,
0x36, 0xd8, 0x06, 0x58, 0x10, 0x53, 0xca, 0x5c,
0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44,
0xae, 0x42, 0x60, 0x82};

View File

@@ -1,274 +0,0 @@
/* go_next.png - 676 bytes */
static const unsigned char go_next_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49,
0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64,
0x88, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58,
0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72,
0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e,
0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f,
0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00,
0x02, 0x36, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d,
0x95, 0x92, 0x4b, 0x48, 0x54, 0x61, 0x1c, 0xc5,
0x7f, 0xdf, 0xe3, 0xce, 0xc3, 0x46, 0xc3, 0x14,
0x52, 0xc4, 0x5e, 0x44, 0x20, 0x68, 0x14, 0x04,
0x85, 0xd3, 0x46, 0x68, 0xd1, 0x22, 0x82, 0x04,
0x5b, 0x46, 0x81, 0x42, 0xb8, 0xc9, 0x72, 0x8c,
0x36, 0x42, 0x2b, 0x37, 0x8d, 0x90, 0x8b, 0x28,
0x72, 0x13, 0x14, 0xbd, 0xa4, 0x45, 0x62, 0x3e,
0x70, 0x11, 0x2d, 0x66, 0xd0, 0x29, 0xa4, 0x14,
0x37, 0xd1, 0x22, 0x2c, 0x33, 0x9d, 0xb1, 0x81,
0x1e, 0xe3, 0x78, 0xef, 0xdc, 0xfb, 0xb5, 0x08,
0x5f, 0x33, 0x13, 0xd4, 0x81, 0xb3, 0xf9, 0xfe,
0x87, 0xc3, 0xf9, 0x9f, 0xff, 0x87, 0x31, 0x86,
0x7c, 0x86, 0xbb, 0x74, 0xac, 0xb1, 0x53, 0xb7,
0x15, 0x9b, 0xe5, 0x53, 0x52, 0x04, 0xc6, 0xa3,
0x71, 0x77, 0xf5, 0x81, 0xbe, 0x70, 0x97, 0x35,
0x10, 0x8e, 0x58, 0xa1, 0x62, 0x9a, 0x35, 0x14,
0x35, 0x00, 0xb8, 0xd2, 0xd2, 0x1b, 0x3c, 0x79,
0xf4, 0xec, 0x69, 0x04, 0xb3, 0xe1, 0x88, 0xd5,
0xf0, 0xdf, 0x06, 0x4a, 0x6a, 0x9a, 0x0e, 0x9f,
0xf1, 0xb5, 0x37, 0x5f, 0xaf, 0x0d, 0xfa, 0x43,
0x13, 0xe1, 0x88, 0xd5, 0x56, 0x4c, 0x27, 0x1a,
0x23, 0xfa, 0x2b, 0x86, 0x9d, 0x5b, 0x1e, 0x15,
0xd9, 0x9b, 0xed, 0x83, 0x81, 0xa9, 0xcf, 0x63,
0x54, 0x95, 0xed, 0xc3, 0x27, 0xb7, 0xf1, 0x78,
0xfc, 0xd6, 0xca, 0x87, 0xf9, 0x99, 0x61, 0x63,
0x38, 0x1f, 0x8b, 0x3a, 0x3f, 0x37, 0x0c, 0x3a,
0xb5, 0xe9, 0xb9, 0x78, 0x1f, 0x29, 0x14, 0x4a,
0x28, 0x84, 0x90, 0x08, 0x04, 0x00, 0x89, 0x4f,
0x43, 0x78, 0xb8, 0x94, 0xf9, 0x77, 0xb0, 0xab,
0xbc, 0x9e, 0xf8, 0xf4, 0xb8, 0x33, 0x36, 0x39,
0xb0, 0x80, 0x31, 0xa7, 0x62, 0x51, 0x67, 0x06,
0x40, 0x03, 0xb8, 0x5e, 0x8e, 0xd8, 0xc7, 0x67,
0x28, 0xa9, 0x51, 0x42, 0x81, 0x10, 0x08, 0x01,
0x42, 0x01, 0xc2, 0x63, 0xd9, 0x9e, 0x23, 0xbd,
0x34, 0xcf, 0xc1, 0xba, 0x23, 0x56, 0x4d, 0xd5,
0x9e, 0xda, 0xa7, 0x63, 0x77, 0x27, 0xc2, 0x11,
0xab, 0x23, 0x16, 0x75, 0xfa, 0x35, 0x40, 0xce,
0x5b, 0x25, 0x9d, 0x59, 0xc0, 0x76, 0xb3, 0xd8,
0x6e, 0x16, 0xa5, 0x34, 0xa5, 0x25, 0x65, 0x94,
0x04, 0x42, 0xf8, 0x2d, 0x3f, 0x46, 0xb8, 0xd8,
0x5e, 0x8e, 0x77, 0x4b, 0xa3, 0xd4, 0x84, 0xea,
0x44, 0x6b, 0x73, 0x57, 0xc9, 0xd0, 0xab, 0x47,
0x7d, 0xc7, 0xaf, 0x5a, 0xc7, 0x34, 0xc0, 0xd2,
0x8f, 0x39, 0xde, 0x27, 0x5f, 0xaf, 0x77, 0xa0,
0x7d, 0x82, 0x94, 0x23, 0xd1, 0x59, 0x89, 0xd6,
0x0a, 0xbf, 0x2f, 0x88, 0x4f, 0x06, 0x50, 0xf8,
0x29, 0xcd, 0x95, 0xa3, 0x4c, 0x90, 0xac, 0x9d,
0x31, 0xeb, 0x2b, 0x6c, 0x29, 0x50, 0x82, 0xd4,
0x02, 0x65, 0xc9, 0x3f, 0xf4, 0x81, 0xa7, 0xb2,
0xa0, 0x2c, 0x1a, 0x2a, 0x9a, 0x48, 0x2f, 0x66,
0xcc, 0x83, 0x97, 0x77, 0x56, 0xb2, 0xab, 0x99,
0x8d, 0x15, 0x00, 0x5a, 0x0e, 0x5d, 0x5b, 0x37,
0x50, 0x96, 0x40, 0x69, 0xc9, 0xc8, 0x5c, 0x2f,
0xda, 0x27, 0xa9, 0x0e, 0xed, 0xa7, 0x6e, 0xfb,
0x09, 0x26, 0xdf, 0xc4, 0xed, 0xc4, 0xdb, 0xf8,
0x57, 0xe3, 0xb2, 0xa9, 0x44, 0xc1, 0xe2, 0xed,
0x27, 0x3d, 0x5b, 0xce, 0x28, 0x2d, 0xb2, 0x97,
0xce, 0x75, 0x07, 0x94, 0x52, 0xd4, 0x57, 0x36,
0x51, 0xa1, 0xf7, 0x32, 0xf0, 0xfc, 0x61, 0x66,
0x31, 0xf9, 0x65, 0xc4, 0xb8, 0x79, 0x67, 0x34,
0xc6, 0x14, 0x7c, 0x8e, 0x70, 0xc4, 0x32, 0x97,
0x5b, 0xbb, 0xf9, 0xe5, 0x25, 0x49, 0xa6, 0x52,
0xe6, 0xc5, 0xe8, 0xe0, 0x8a, 0xed, 0xd8, 0x1d,
0xb1, 0x1b, 0x4e, 0x7f, 0xbe, 0xb6, 0xa0, 0x83,
0x35, 0x38, 0x39, 0x9b, 0xc4, 0x54, 0x62, 0x75,
0x7a, 0x76, 0x6a, 0xd1, 0xdb, 0x14, 0xb9, 0xa0,
0xb3, 0xbf, 0x25, 0xa8, 0x28, 0xaf, 0xcc, 0x7c,
0xfb, 0x9e, 0x1a, 0x36, 0x2e, 0x17, 0x36, 0x47,
0xfe, 0xa7, 0x04, 0x42, 0x12, 0x5f, 0x4e, 0xa7,
0xee, 0xc5, 0xa2, 0x85, 0x91, 0xf3, 0xf1, 0x1b,
0x41, 0xde, 0x09, 0xb4, 0x6e, 0x76, 0xe5, 0xb6,
0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44,
0xae, 0x42, 0x60, 0x82};
/* go_next.png - 1456 bytes */
static const unsigned char go_next_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x09,
0x58, 0xf7, 0xdc, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x00, 0x48, 0x00,
0x00, 0x00, 0x48, 0x00, 0x46, 0xc9, 0x6b, 0x3e,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x05,
0x0d, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0x5d, 0x48, 0x53, 0x6d, 0x1c, 0xff, 0x9d,
0x9d, 0xb3, 0xb9, 0x2d, 0xf3, 0xa3, 0x90, 0x09,
0x49, 0x76, 0xd5, 0x97, 0x5e, 0x24, 0x18, 0x99,
0xf3, 0xc2, 0xa0, 0x8c, 0xae, 0x2a, 0x4a, 0xaa,
0x9b, 0x08, 0x0b, 0x91, 0xae, 0x14, 0x99, 0x08,
0x41, 0x50, 0x90, 0x44, 0x94, 0x17, 0xde, 0x04,
0x95, 0x88, 0xcb, 0x8b, 0x61, 0x25, 0x82, 0x12,
0x29, 0x96, 0x49, 0x93, 0x65, 0x51, 0x2a, 0x95,
0xf8, 0xd1, 0x87, 0xd5, 0x74, 0xd9, 0x9a, 0x34,
0xe7, 0xb6, 0xb3, 0xb3, 0xf3, 0x3c, 0xa7, 0x8b,
0xa7, 0xe7, 0x9d, 0x8e, 0x77, 0xac, 0xf7, 0xd5,
0x2e, 0xde, 0x97, 0xfe, 0x30, 0x7e, 0xfc, 0x9f,
0x3d, 0xcf, 0x7f, 0xbf, 0xdf, 0xff, 0xe3, 0x39,
0x67, 0xc0, 0x1f, 0xfb, 0x63, 0x2b, 0x32, 0x71,
0xb5, 0x03, 0x5a, 0xad, 0x36, 0x9b, 0x24, 0xf5,
0xf7, 0xe7, 0xe4, 0x14, 0x15, 0x09, 0x82, 0xcf,
0xe7, 0x76, 0xbb, 0x5c, 0x9a, 0x36, 0x39, 0xf9,
0xbb, 0x04, 0xe8, 0x56, 0x3b, 0xa0, 0xa6, 0x51,
0x0a, 0x94, 0x96, 0xe6, 0xe6, 0x5a, 0x2c, 0x9b,
0x37, 0xdf, 0xb9, 0x63, 0xb5, 0xda, 0x6c, 0x7a,
0x7d, 0x4d, 0xcd, 0x7f, 0x46, 0x00, 0xb7, 0xca,
0xca, 0x43, 0x87, 0xce, 0x9d, 0x33, 0x1a, 0xf3,
0xf2, 0x36, 0x6d, 0x2a, 0x2c, 0xbc, 0x74, 0xa9,
0xa4, 0xa4, 0xae, 0x4e, 0x14, 0x6f, 0xdc, 0x28,
0x2f, 0x2f, 0x2f, 0x07, 0xc4, 0x55, 0xab, 0xfc,
0x6f, 0x13, 0x20, 0x8a, 0xa2, 0xa8, 0xd7, 0x03,
0x87, 0x0f, 0x97, 0x96, 0x56, 0x54, 0x98, 0x4c,
0x45, 0x45, 0x79, 0x79, 0xfb, 0xf7, 0x9f, 0x3c,
0x39, 0x3b, 0x9b, 0x9b, 0x2b, 0x49, 0x7d, 0x7d,
0xa5, 0xa5, 0x67, 0xcf, 0x02, 0xa9, 0xa9, 0x2b,
0xfd, 0x1d, 0x29, 0xd9, 0x86, 0xe2, 0x62, 0x9b,
0x4d, 0x92, 0xbe, 0x7c, 0x01, 0x28, 0x05, 0x2c,
0x96, 0xa4, 0x19, 0xd1, 0x49, 0x92, 0x20, 0xc8,
0x32, 0xa5, 0x94, 0xaa, 0xaa, 0xd1, 0x38, 0x32,
0x32, 0x3b, 0xdb, 0xd7, 0x07, 0x94, 0x94, 0x14,
0x14, 0x94, 0x95, 0xa5, 0xa4, 0xa4, 0xa7, 0xa7,
0xa6, 0x66, 0x66, 0x5a, 0xad, 0x0f, 0x1e, 0xb8,
0x5c, 0x0e, 0xc7, 0xf0, 0xf0, 0xae, 0x5d, 0x75,
0x75, 0x84, 0xec, 0xd9, 0x33, 0x34, 0x74, 0xe5,
0x0a, 0xe0, 0x76, 0xff, 0x53, 0x01, 0x42, 0x72,
0x01, 0xb5, 0xb5, 0x92, 0xa4, 0x69, 0x0d, 0x0d,
0x55, 0x55, 0x76, 0x7b, 0xe2, 0x7d, 0x9a, 0xc6,
0xba, 0x5f, 0xd3, 0xd8, 0x87, 0x52, 0xe6, 0xf7,
0xf7, 0x4f, 0x4d, 0xb5, 0xb5, 0x01, 0x82, 0x00,
0xe8, 0x74, 0xc0, 0xf6, 0xed, 0xd9, 0xd9, 0x56,
0x2b, 0xe0, 0xf1, 0x78, 0xbd, 0x33, 0x33, 0x94,
0x76, 0x76, 0xf6, 0xf7, 0xdb, 0xed, 0xdf, 0xbf,
0xab, 0xaa, 0xaa, 0xaa, 0xea, 0xde, 0xbd, 0x2e,
0x57, 0x63, 0x63, 0x34, 0x3a, 0x3c, 0xbc, 0xea,
0x02, 0x2e, 0x5e, 0xac, 0xac, 0xbc, 0x75, 0x0b,
0x78, 0xf2, 0xe4, 0xdd, 0xbb, 0xf6, 0xf6, 0xe5,
0xc4, 0x63, 0xa4, 0x01, 0x42, 0x28, 0x25, 0x24,
0x26, 0x80, 0x52, 0x4d, 0x53, 0x55, 0xb6, 0xce,
0x90, 0xf9, 0x5b, 0xb7, 0x5a, 0x2c, 0xbb, 0x77,
0x03, 0x9a, 0xa6, 0x28, 0x3a, 0x1d, 0xd0, 0xd1,
0xf1, 0xf0, 0x61, 0x4b, 0x4b, 0x30, 0x18, 0x0e,
0xcb, 0x72, 0x20, 0x70, 0xe2, 0x84, 0xd3, 0x79,
0xf5, 0x2a, 0x21, 0x5d, 0x5d, 0x49, 0x2b, 0xfe,
0xab, 0x4a, 0x39, 0x81, 0x48, 0x44, 0x55, 0xc3,
0xe1, 0x18, 0x2a, 0x0a, 0x21, 0xb2, 0xcc, 0x7c,
0x59, 0x06, 0xa2, 0x51, 0x42, 0x22, 0x11, 0x86,
0xb2, 0x0c, 0x28, 0x0a, 0x5b, 0xe7, 0xfb, 0x14,
0x85, 0x9d, 0x7b, 0xf9, 0xf2, 0xf3, 0xe7, 0x9e,
0x1e, 0x60, 0x61, 0x81, 0x10, 0x8f, 0x07, 0x38,
0x7e, 0xfc, 0xc0, 0x81, 0xaa, 0xaa, 0x35, 0x6b,
0xd2, 0xd3, 0xd7, 0xae, 0xcd, 0xca, 0x72, 0x38,
0x58, 0xe2, 0x6a, 0x6b, 0x57, 0x4d, 0x80, 0xaa,
0x52, 0x1a, 0x8d, 0x02, 0xe1, 0x70, 0x34, 0x1a,
0x08, 0x00, 0xf3, 0xf3, 0xa1, 0x90, 0xc7, 0x03,
0xcc, 0xcd, 0x05, 0x02, 0xd3, 0xd3, 0x80, 0xd7,
0xbb, 0xb8, 0xf8, 0xe9, 0x13, 0xe0, 0xf7, 0x87,
0xc3, 0x5f, 0xbf, 0x02, 0xb2, 0xac, 0xaa, 0x81,
0x00, 0x10, 0x8d, 0x02, 0xb2, 0x0c, 0x10, 0x22,
0x08, 0x91, 0x08, 0x40, 0xa9, 0x20, 0x28, 0x4a,
0x0c, 0xc7, 0xc6, 0xe6, 0xe6, 0x9c, 0x4e, 0x60,
0x6a, 0xca, 0xe7, 0x1b, 0x1a, 0x02, 0x8e, 0x1e,
0xdd, 0xb7, 0xef, 0xd4, 0x29, 0xb3, 0x39, 0x27,
0xc7, 0x62, 0xd9, 0xb8, 0xf1, 0xc2, 0x05, 0xab,
0xd5, 0x66, 0x13, 0xc5, 0xa6, 0xa6, 0x44, 0xbc,
0x92, 0x0e, 0x31, 0xb7, 0x40, 0x40, 0x96, 0xe7,
0xe7, 0x81, 0xe9, 0x69, 0x9f, 0xef, 0xd5, 0xab,
0x58, 0xaf, 0xff, 0xd5, 0x8b, 0x82, 0x4e, 0x07,
0x00, 0xa2, 0xa8, 0xd7, 0xeb, 0x74, 0x80, 0x28,
0x52, 0x2a, 0x08, 0xcc, 0x17, 0x45, 0xc0, 0x60,
0x90, 0x24, 0x83, 0x81, 0x0d, 0xb9, 0x28, 0x02,
0x82, 0xc0, 0xbe, 0xa7, 0x54, 0x10, 0x08, 0x01,
0x34, 0x4d, 0x92, 0xb8, 0x40, 0xe6, 0x0b, 0x02,
0x9b, 0x1c, 0x41, 0x10, 0x84, 0x0d, 0x1b, 0x56,
0x2c, 0x20, 0x1a, 0xa5, 0x34, 0x12, 0x49, 0x4c,
0x5c, 0xaf, 0x4f, 0x49, 0xd1, 0xe9, 0x00, 0x49,
0x32, 0x18, 0x96, 0x22, 0xbb, 0x95, 0x00, 0x9d,
0x4e, 0x14, 0x55, 0x95, 0x57, 0x13, 0xa0, 0x94,
0x52, 0x4d, 0x03, 0xb6, 0x6c, 0xc9, 0xc8, 0x28,
0x2e, 0x06, 0xb2, 0xb3, 0x0d, 0x86, 0x6d, 0xdb,
0x80, 0x7b, 0xf7, 0x7a, 0x7a, 0x5a, 0x5b, 0x43,
0x21, 0xbf, 0x7f, 0x71, 0xd1, 0xe7, 0x6b, 0x6e,
0x1e, 0x1c, 0x34, 0x9b, 0x09, 0xa9, 0xae, 0x5e,
0xb1, 0x80, 0x44, 0x16, 0xcb, 0x38, 0x43, 0x49,
0x62, 0x42, 0xe2, 0x05, 0xc5, 0x84, 0x30, 0xc9,
0xf9, 0xf9, 0x99, 0x99, 0x65, 0x65, 0x80, 0x28,
0x86, 0x42, 0x69, 0x69, 0x80, 0xc3, 0xd1, 0xd5,
0xd5, 0xd2, 0x12, 0x0a, 0x2d, 0x2e, 0xfa, 0xfd,
0xc1, 0x60, 0x7d, 0xfd, 0xd3, 0xa7, 0x4d, 0x4d,
0x84, 0xdc, 0xbc, 0x99, 0xec, 0xf7, 0x93, 0x08,
0xd0, 0xeb, 0xe3, 0x57, 0xca, 0xcb, 0x0b, 0x0a,
0xea, 0xeb, 0x59, 0x71, 0x81, 0x18, 0xb1, 0x98,
0x10, 0xee, 0x33, 0xec, 0xed, 0xf5, 0x78, 0x1a,
0x1b, 0x01, 0xb3, 0xd9, 0x64, 0x32, 0x99, 0x80,
0x1d, 0x3b, 0xd6, 0xaf, 0x3f, 0x78, 0x10, 0xf0,
0x7a, 0xdd, 0x6e, 0xbf, 0x5f, 0xd3, 0x3a, 0x3b,
0xbb, 0xbb, 0xed, 0xf6, 0x60, 0x70, 0x7e, 0xfe,
0xc3, 0x87, 0x48, 0xe4, 0xf4, 0xe9, 0xd7, 0xaf,
0xdb, 0xdb, 0x29, 0x1d, 0x18, 0x60, 0xd1, 0xcd,
0xe6, 0x9f, 0x34, 0x7f, 0xf2, 0x8c, 0x44, 0x78,
0x3f, 0x24, 0x11, 0xc0, 0x0f, 0x18, 0x0c, 0xac,
0x5d, 0xbc, 0xde, 0xeb, 0xd7, 0x1d, 0x8e, 0x86,
0x86, 0xac, 0xac, 0xe4, 0x15, 0x91, 0x24, 0x41,
0x50, 0x94, 0x9a, 0x9a, 0x33, 0x67, 0xce, 0x9f,
0x37, 0x18, 0x8c, 0x46, 0x51, 0x4c, 0x4b, 0x03,
0x0a, 0x0b, 0xd7, 0xad, 0x3b, 0x72, 0x04, 0x18,
0x1f, 0x7f, 0xf3, 0x66, 0x7c, 0x9c, 0x90, 0xbe,
0xbe, 0xc7, 0x8f, 0x7b, 0x7b, 0x7d, 0xbe, 0xe9,
0xe9, 0xc1, 0x41, 0x4d, 0xab, 0xa8, 0x98, 0x99,
0x71, 0xb9, 0x28, 0x9d, 0x9a, 0x62, 0x51, 0x4c,
0x26, 0x9e, 0x9e, 0xe5, 0xd1, 0x79, 0xf3, 0x12,
0xc2, 0x90, 0x52, 0x29, 0x11, 0x0d, 0x8e, 0x2e,
0xd7, 0xb5, 0x6b, 0xaa, 0x9a, 0x9f, 0xcf, 0xfc,
0x94, 0x94, 0xe5, 0x68, 0x34, 0xc6, 0xaf, 0xb3,
0xeb, 0x6f, 0x70, 0x90, 0x52, 0x42, 0x34, 0x0d,
0xd8, 0xb9, 0x33, 0x23, 0xe3, 0xd8, 0x31, 0xc0,
0xe9, 0x1c, 0x18, 0x70, 0x3a, 0x15, 0xe5, 0xc5,
0x8b, 0xd1, 0xd1, 0x67, 0xcf, 0xde, 0xbf, 0x1f,
0x1b, 0xbb, 0x7b, 0x57, 0x55, 0xab, 0xab, 0x17,
0x16, 0xdc, 0x6e, 0xe0, 0xdb, 0x37, 0x9e, 0x30,
0x4e, 0x6c, 0x39, 0x51, 0x8e, 0x7c, 0x8a, 0x78,
0x82, 0x15, 0x65, 0xc5, 0x33, 0x90, 0xc8, 0x64,
0x39, 0x1c, 0x96, 0x65, 0xe0, 0xfe, 0xfd, 0x47,
0x8f, 0xba, 0xba, 0x14, 0x65, 0x62, 0x62, 0x62,
0x62, 0x62, 0xc2, 0xe9, 0x1c, 0x19, 0x69, 0x6d,
0xa5, 0xf4, 0xf2, 0x65, 0xf6, 0xb4, 0x08, 0x06,
0xff, 0x5d, 0x74, 0x2e, 0x30, 0x61, 0x0b, 0x25,
0x52, 0x1e, 0xab, 0x0c, 0xcf, 0x00, 0x43, 0x3e,
0x11, 0xb1, 0xfb, 0xa9, 0xbd, 0xbd, 0xbb, 0xbb,
0xad, 0x4d, 0x51, 0x3e, 0x7e, 0x9c, 0x9c, 0x9c,
0x99, 0x69, 0x6e, 0x1e, 0x1d, 0xbd, 0x7d, 0x9b,
0xd2, 0xb6, 0xb6, 0xe5, 0x71, 0x79, 0x2f, 0x73,
0xe4, 0xf1, 0x96, 0xde, 0x57, 0x7f, 0x87, 0xfc,
0x7c, 0x42, 0x01, 0x7c, 0x23, 0x37, 0x21, 0xee,
0x95, 0x23, 0xbe, 0xc4, 0xb1, 0xd2, 0x12, 0x12,
0x8d, 0x6a, 0xda, 0xf3, 0xe7, 0x6f, 0xdf, 0x0e,
0x0f, 0xbb, 0xdd, 0x76, 0xfb, 0xd8, 0x58, 0x47,
0x47, 0x6c, 0x28, 0xb9, 0x40, 0x7e, 0x3e, 0x9e,
0x58, 0xbc, 0x10, 0xee, 0x87, 0xc3, 0xbc, 0xae,
0xf1, 0x89, 0x4a, 0xfa, 0x2e, 0xb4, 0x5c, 0x00,
0xbf, 0x95, 0x78, 0xcf, 0x73, 0x9f, 0xf7, 0x64,
0x7c, 0x85, 0xf8, 0xb9, 0xf8, 0x0a, 0xc5, 0x0f,
0x63, 0x7c, 0x22, 0xf8, 0x6d, 0xc3, 0x31, 0x3e,
0xa1, 0x4b, 0x98, 0xfd, 0x9a, 0x80, 0x44, 0xc6,
0x89, 0xf2, 0xdb, 0x22, 0x5e, 0x40, 0xfc, 0x1f,
0x17, 0x9e, 0xf9, 0x44, 0x43, 0xca, 0x71, 0xe9,
0xa3, 0xf2, 0x7f, 0x6e, 0x3f, 0x00, 0x80, 0x18,
0xdc, 0x3e, 0x3f, 0x2f, 0xea, 0x05, 0x00, 0x00,
0x00, 0x22, 0x7a, 0x54, 0x58, 0x74, 0x53, 0x6f,
0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x00,
0x78, 0xda, 0x2b, 0x2f, 0x2f, 0xd7, 0xcb, 0xcc,
0xcb, 0x2e, 0x4e, 0x4e, 0x2c, 0x48, 0xd5, 0xcb,
0x2f, 0x4a, 0x07, 0x00, 0x36, 0xd8, 0x06, 0x58,
0x10, 0x53, 0xca, 0x5c, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};

View File

@@ -1,280 +0,0 @@
/* go_previous.png - 655 bytes */
static const unsigned char go_previous_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49,
0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64,
0x88, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58,
0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72,
0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e,
0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f,
0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00,
0x02, 0x21, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d,
0x85, 0x93, 0x4f, 0x48, 0x14, 0x71, 0x14, 0xc7,
0xbf, 0x6f, 0x66, 0x7e, 0xb3, 0x3b, 0xbb, 0x52,
0x62, 0x6c, 0xad, 0x1b, 0xb5, 0x42, 0x08, 0x11,
0x09, 0x82, 0x95, 0x6e, 0x5b, 0x87, 0xdc, 0x22,
0x56, 0xd3, 0x4c, 0x44, 0x22, 0x88, 0x0e, 0x25,
0x74, 0xb2, 0xa2, 0x2d, 0xba, 0x7a, 0x89, 0x10,
0x03, 0x3b, 0xc4, 0x1e, 0x24, 0xf0, 0xd0, 0x25,
0x0a, 0x82, 0xb0, 0x6e, 0x1d, 0x24, 0x57, 0x8a,
0x8e, 0x15, 0x1e, 0x22, 0x4b, 0xf7, 0x50, 0xb9,
0x6c, 0x92, 0xbb, 0xed, 0xcc, 0xee, 0xcc, 0xef,
0xf7, 0xeb, 0x30, 0x99, 0xae, 0x8c, 0xee, 0x83,
0x77, 0x7a, 0x7f, 0xf8, 0xbc, 0xef, 0x7b, 0x0f,
0x52, 0x4a, 0xd4, 0xf2, 0xa3, 0x37, 0xb5, 0x2b,
0xf1, 0x5b, 0x5a, 0xc6, 0x2b, 0xa6, 0x61, 0x0b,
0x8b, 0xa7, 0x58, 0x1d, 0x11, 0x26, 0xa3, 0xe1,
0xe6, 0xae, 0x85, 0x1f, 0x9f, 0x0d, 0xaf, 0x1c,
0x65, 0x8b, 0xe2, 0x16, 0x10, 0x3e, 0x9d, 0x3c,
0xdc, 0xdf, 0x73, 0x6d, 0xe0, 0x9e, 0x67, 0x31,
0x00, 0x6f, 0x82, 0x78, 0x8a, 0x0d, 0x19, 0xbe,
0xba, 0xf1, 0x8b, 0xc9, 0x61, 0x63, 0xcf, 0xce,
0x66, 0x52, 0x68, 0x73, 0xd0, 0xaa, 0xc8, 0x2a,
0xf2, 0xbe, 0xc8, 0x81, 0xae, 0xc1, 0x53, 0x57,
0x0d, 0x93, 0xaf, 0xe0, 0xe3, 0xf7, 0x69, 0x1c,
0x89, 0xf6, 0x80, 0x54, 0x58, 0xf1, 0x14, 0x93,
0x55, 0xd5, 0x84, 0x9f, 0x24, 0xa5, 0x5c, 0x87,
0x4c, 0x53, 0x89, 0x43, 0x7d, 0x8d, 0x1d, 0x07,
0x3b, 0xd9, 0xd7, 0x5f, 0x1f, 0x50, 0xb0, 0xf2,
0xd0, 0x54, 0x86, 0x58, 0x53, 0x1f, 0x88, 0x14,
0x10, 0x00, 0x09, 0x40, 0x4a, 0x01, 0x21, 0x05,
0xee, 0xa4, 0x2f, 0xb8, 0x04, 0xf1, 0x14, 0x1b,
0x0a, 0x1a, 0xdb, 0x1f, 0xf4, 0x9f, 0xb8, 0xe4,
0xaf, 0xaf, 0x6f, 0xa0, 0xf7, 0x8b, 0xaf, 0xc0,
0xa5, 0x03, 0xa6, 0xe8, 0x10, 0x92, 0x63, 0x66,
0xfe, 0x19, 0x88, 0x08, 0x04, 0x82, 0x84, 0xab,
0x7e, 0x7b, 0xb4, 0xd7, 0x1d, 0xe1, 0xd8, 0x6d,
0xf6, 0xa8, 0xa9, 0x71, 0xff, 0xf9, 0xee, 0xe3,
0x83, 0x46, 0xae, 0xb4, 0x80, 0x77, 0xdf, 0xde,
0x80, 0x31, 0x1f, 0x74, 0x4d, 0x07, 0x57, 0x04,
0x2c, 0x51, 0x80, 0x69, 0x16, 0x50, 0xb4, 0x56,
0x50, 0xb6, 0x4b, 0x50, 0x48, 0x85, 0x9f, 0x05,
0xd1, 0xba, 0x3b, 0xb1, 0xa6, 0x01, 0xe7, 0x36,
0x2c, 0xfb, 0x0f, 0x4c, 0xe7, 0x37, 0x4a, 0x32,
0x0f, 0x70, 0x01, 0x87, 0x9b, 0xa8, 0x08, 0x13,
0x5c, 0x72, 0x48, 0x2e, 0xc1, 0x1d, 0x09, 0xc7,
0x16, 0xe0, 0x8e, 0x3b, 0x72, 0xae, 0x98, 0x75,
0xd7, 0x38, 0x33, 0x6a, 0x5f, 0xce, 0x2e, 0x7d,
0xb9, 0xfe, 0xf8, 0x65, 0xda, 0x84, 0xed, 0x93,
0xad, 0x7b, 0x13, 0x90, 0x7a, 0x19, 0x42, 0x2f,
0x81, 0x05, 0x00, 0x7f, 0x40, 0x85, 0x1e, 0x50,
0xc1, 0x0c, 0x05, 0xcc, 0xaf, 0x40, 0xd5, 0xa8,
0x5a, 0xc7, 0xf5, 0x22, 0x92, 0x82, 0xa9, 0xb6,
0x96, 0x58, 0xb8, 0xbd, 0x2d, 0xa6, 0xcf, 0x15,
0x5e, 0x23, 0x5f, 0x99, 0x87, 0x90, 0xc0, 0xe9,
0xc8, 0x0d, 0x88, 0x7f, 0x14, 0xdc, 0x76, 0x1d,
0x00, 0xd2, 0x4f, 0xee, 0xae, 0x35, 0xf8, 0xbf,
0x46, 0x15, 0x93, 0xbb, 0x76, 0x44, 0x92, 0xe7,
0xce, 0x0c, 0x04, 0x8a, 0x6c, 0x11, 0x73, 0xcb,
0xd3, 0xe8, 0x0c, 0x0d, 0xe3, 0xfe, 0xc4, 0x88,
0xc5, 0x2b, 0xf0, 0x6f, 0xba, 0xc6, 0x8d, 0x87,
0xc4, 0x74, 0x7d, 0xbc, 0xb7, 0xfb, 0xac, 0x11,
0x0e, 0x87, 0x28, 0xa8, 0x84, 0x30, 0xfa, 0x70,
0x04, 0x99, 0x31, 0x9b, 0x36, 0xe6, 0x7a, 0x9e,
0x72, 0x66, 0xcc, 0x9e, 0xb0, 0x2b, 0x95, 0x8e,
0xe7, 0x2f, 0x9e, 0x66, 0x67, 0x67, 0xdf, 0x96,
0xcb, 0xe5, 0x8a, 0x57, 0x5a, 0xb5, 0x06, 0x5e,
0xb6, 0x3a, 0x52, 0xc3, 0xb6, 0x50, 0x32, 0xbf,
0x9c, 0x0b, 0x78, 0x11, 0xd4, 0x7c, 0xe5, 0x5a,
0xef, 0xfc, 0x17, 0x6d, 0xf3, 0x34, 0x74, 0xec,
0xca, 0xcb, 0x09, 0x00, 0x00, 0x00, 0x00, 0x49,
0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};
/* go_previous.png - 1532 bytes */
static const unsigned char go_previous_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x09,
0x58, 0xf7, 0xdc, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x00, 0x48, 0x00,
0x00, 0x00, 0x48, 0x00, 0x46, 0xc9, 0x6b, 0x3e,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x05,
0x59, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0x5d, 0x48, 0x54, 0x4d, 0x18, 0x7e, 0xcf,
0xcc, 0x9c, 0xb3, 0xee, 0xba, 0x7e, 0x91, 0x3f,
0x81, 0xa6, 0xd1, 0x0a, 0x65, 0x44, 0x60, 0x41,
0x99, 0xee, 0xae, 0x17, 0x6a, 0x65, 0x84, 0x49,
0xf6, 0x2f, 0x92, 0x17, 0x11, 0xdd, 0x78, 0x95,
0xba, 0x5d, 0xd8, 0x45, 0x42, 0x74, 0x13, 0x41,
0x60, 0xd4, 0x45, 0x7a, 0x63, 0x45, 0xe5, 0x85,
0xb5, 0x45, 0x04, 0x26, 0x59, 0xd0, 0x0f, 0x18,
0xae, 0x76, 0x21, 0x44, 0x52, 0x84, 0xf9, 0xb3,
0xe1, 0xe2, 0xcf, 0xba, 0xec, 0xae, 0x67, 0x77,
0xce, 0xcc, 0x77, 0x31, 0x0c, 0xa7, 0xf6, 0xfb,
0xb6, 0xcf, 0x72, 0xbb, 0xf9, 0xe8, 0x85, 0xe5,
0x61, 0x76, 0x66, 0xce, 0x79, 0x9f, 0xf7, 0x7d,
0xde, 0x77, 0xe6, 0x00, 0xfc, 0xb1, 0x3f, 0xb6,
0x22, 0x53, 0x7e, 0xf7, 0x0b, 0xca, 0xca, 0x5a,
0x5a, 0x08, 0xa9, 0xae, 0x56, 0x14, 0x45, 0x01,
0x68, 0x6b, 0xd3, 0x34, 0xbb, 0x9d, 0xd2, 0xaa,
0xaa, 0x17, 0x2f, 0xda, 0xdb, 0x01, 0x28, 0x5d,
0xe9, 0xf3, 0xd1, 0xef, 0x72, 0xdc, 0xed, 0xf6,
0x78, 0x54, 0xb5, 0xa9, 0x69, 0xed, 0xda, 0x9c,
0x1c, 0x87, 0xe3, 0xfe, 0x7d, 0x84, 0x14, 0x05,
0xe3, 0xf2, 0x72, 0x31, 0x4b, 0x48, 0xaa, 0xde,
0x93, 0x42, 0x02, 0xed, 0xed, 0x00, 0x08, 0x39,
0x9d, 0xad, 0xad, 0x18, 0x5f, 0xbb, 0xb6, 0x71,
0x63, 0x41, 0x41, 0x71, 0xf1, 0xa5, 0x4b, 0xa7,
0x4f, 0xd7, 0xd6, 0xb6, 0xb5, 0xd9, 0x6c, 0x18,
0x23, 0x44, 0x08, 0x63, 0xa9, 0x0e, 0xd4, 0x8a,
0x23, 0xb1, 0x67, 0x4f, 0x6b, 0x2b, 0x40, 0x7a,
0x7a, 0x38, 0x1c, 0x0e, 0x13, 0xe2, 0xf5, 0x96,
0x94, 0x6c, 0xde, 0x5c, 0x51, 0xe1, 0x76, 0xef,
0xda, 0x55, 0x52, 0x72, 0xe8, 0x50, 0x5a, 0x9a,
0xaa, 0x12, 0xa2, 0x69, 0xa9, 0x76, 0x3b, 0x05,
0x04, 0x5c, 0xae, 0xb3, 0x67, 0x01, 0xf2, 0xf2,
0x22, 0x11, 0xc6, 0x08, 0x79, 0xfe, 0xbc, 0xaa,
0x6a, 0xc7, 0x8e, 0xba, 0x3a, 0x87, 0x63, 0xdb,
0xb6, 0xa2, 0xa2, 0xb2, 0x32, 0x55, 0x1d, 0x19,
0x99, 0x9a, 0x7a, 0xfa, 0x14, 0xa0, 0xb4, 0x74,
0xfd, 0xfa, 0xda, 0x5a, 0x00, 0x84, 0x08, 0x01,
0x88, 0xc5, 0x74, 0x3d, 0x14, 0x22, 0x24, 0x1a,
0x75, 0x3a, 0x5b, 0x5a, 0x7e, 0xf4, 0x7c, 0x45,
0x41, 0x08, 0x20, 0x10, 0x50, 0xd5, 0xf4, 0x74,
0x4a, 0xf3, 0xf2, 0x92, 0xd5, 0xcc, 0x4f, 0x13,
0x70, 0x3a, 0x3d, 0x1e, 0x55, 0xdd, 0xba, 0x55,
0x68, 0xba, 0xbf, 0xbf, 0xb6, 0xb6, 0xb2, 0xb2,
0xa1, 0x61, 0xf5, 0xea, 0xdc, 0xdc, 0x9c, 0x9c,
0xfc, 0x7c, 0x8c, 0x07, 0x07, 0xc7, 0xc7, 0x1f,
0x3f, 0x16, 0x6b, 0x39, 0x07, 0x30, 0x0c, 0xc6,
0x0c, 0x03, 0xe0, 0xdc, 0xb9, 0xc6, 0xc6, 0xeb,
0xd7, 0xad, 0x56, 0x84, 0x84, 0x6b, 0x8a, 0x22,
0x7f, 0x62, 0x9c, 0x68, 0xe7, 0xcf, 0x77, 0x76,
0x9e, 0x3a, 0x95, 0x99, 0x09, 0x00, 0x40, 0xa9,
0xac, 0x99, 0x15, 0x10, 0x28, 0x2b, 0x6b, 0x6e,
0xc6, 0xb8, 0xa6, 0xc6, 0x66, 0xd3, 0x34, 0x9b,
0xed, 0xee, 0xdd, 0x03, 0x07, 0x2a, 0x2a, 0x4e,
0x9c, 0xb0, 0xdb, 0x11, 0xb2, 0x58, 0x38, 0x07,
0x18, 0x1c, 0x1c, 0x1f, 0x7f, 0xf4, 0x08, 0x40,
0x10, 0x03, 0xc0, 0x18, 0x21, 0x55, 0x05, 0x78,
0xf6, 0x6c, 0x6c, 0xac, 0xbb, 0x5b, 0xfc, 0x4f,
0x88, 0x40, 0x84, 0xc4, 0x3c, 0xc6, 0x82, 0x84,
0x20, 0x24, 0xfa, 0x94, 0xdb, 0x5d, 0x58, 0x78,
0xe4, 0xc8, 0xf2, 0x03, 0xfa, 0x9f, 0x04, 0x9c,
0xce, 0xd6, 0x56, 0x42, 0x9a, 0x9b, 0x57, 0xad,
0xb2, 0xdb, 0x33, 0x33, 0x2f, 0x5c, 0xa8, 0xab,
0xab, 0xaa, 0x6a, 0x6c, 0xb4, 0xd9, 0x66, 0x67,
0xa3, 0xd1, 0xf1, 0x71, 0x80, 0x8f, 0x1f, 0x27,
0x26, 0x86, 0x87, 0x4d, 0x87, 0x09, 0x11, 0xc8,
0x18, 0xe7, 0x8c, 0x01, 0x30, 0x26, 0x32, 0x20,
0x8a, 0xd8, 0x24, 0x48, 0x29, 0x63, 0x08, 0x99,
0x84, 0xa4, 0x19, 0x06, 0x63, 0xf1, 0xb8, 0xc8,
0x1e, 0xe7, 0x82, 0xe0, 0x2f, 0x11, 0x70, 0xb9,
0x3c, 0x1e, 0x8c, 0x3b, 0x3a, 0x72, 0x73, 0xb3,
0xb2, 0xf2, 0xf3, 0x4f, 0x9e, 0xac, 0xae, 0x76,
0xbb, 0x0f, 0x1f, 0xb6, 0xd9, 0xc6, 0xc6, 0x66,
0x67, 0xdf, 0xbe, 0x05, 0x98, 0x9a, 0x5a, 0x58,
0xf8, 0xf0, 0xe1, 0xdf, 0x1c, 0xe6, 0xdc, 0x30,
0x00, 0x54, 0x55, 0x51, 0xc4, 0x18, 0xe3, 0x58,
0x0c, 0x20, 0x16, 0x53, 0x14, 0x4a, 0x01, 0x0c,
0x83, 0xf3, 0x78, 0x5c, 0x0a, 0x4c, 0x34, 0x54,
0x4d, 0x03, 0xb0, 0x58, 0x30, 0xce, 0xc8, 0x00,
0xa0, 0x54, 0xcc, 0x73, 0xce, 0xb9, 0x58, 0xf1,
0xcb, 0x19, 0x40, 0x08, 0x20, 0x2f, 0x4f, 0x26,
0x58, 0xe8, 0x19, 0x20, 0x1e, 0xa7, 0x74, 0x69,
0x09, 0x40, 0xd7, 0x29, 0x8d, 0x44, 0x00, 0xe2,
0x71, 0x11, 0x51, 0x19, 0x31, 0x8c, 0xcd, 0x9e,
0x43, 0xa9, 0xd8, 0xcd, 0x39, 0x00, 0x42, 0x18,
0x0b, 0xcd, 0x23, 0xf4, 0x6d, 0x54, 0x39, 0x67,
0x4c, 0xec, 0x5d, 0x5a, 0x02, 0x00, 0x88, 0x44,
0x18, 0x9b, 0x9f, 0x5f, 0xbe, 0x84, 0x92, 0x9e,
0x03, 0xaf, 0x5f, 0x5b, 0xad, 0x86, 0x71, 0xf4,
0xe8, 0xf4, 0xf4, 0xcc, 0xcc, 0xe4, 0x64, 0x57,
0xd7, 0x83, 0x07, 0x03, 0x03, 0xb7, 0x6f, 0x87,
0xc3, 0x1b, 0x36, 0x64, 0x65, 0x95, 0x94, 0x00,
0x14, 0x15, 0xad, 0x59, 0xb3, 0x73, 0xa7, 0x49,
0x84, 0x31, 0x84, 0x84, 0x0b, 0x22, 0xe2, 0x84,
0x58, 0x2c, 0x00, 0x00, 0x9a, 0x66, 0xb5, 0x62,
0x0c, 0x60, 0xb1, 0xd8, 0x6c, 0x18, 0x03, 0xa4,
0xa5, 0xa5, 0xa7, 0x8b, 0xb1, 0x44, 0xf1, 0xbf,
0xaa, 0x5a, 0xad, 0x08, 0x01, 0x30, 0xa6, 0x28,
0xb1, 0x58, 0x0a, 0x08, 0x88, 0x83, 0x89, 0xb1,
0x37, 0x6f, 0x2e, 0x5f, 0xa6, 0xb4, 0xb9, 0x79,
0x6e, 0x2e, 0x10, 0x98, 0x9f, 0xf7, 0x78, 0x7a,
0x7b, 0xfb, 0xfa, 0xba, 0xbb, 0x23, 0x91, 0xcc,
0x4c, 0x4d, 0x2b, 0x28, 0x00, 0x28, 0x2d, 0x75,
0x38, 0xf6, 0xef, 0x07, 0x50, 0x55, 0x55, 0x55,
0x55, 0x00, 0x8c, 0x55, 0x15, 0x21, 0x00, 0x42,
0x34, 0x0d, 0x21, 0x00, 0x55, 0xb5, 0x58, 0x10,
0xfa, 0x96, 0xc8, 0x3f, 0x1d, 0xc7, 0x58, 0x10,
0x16, 0x35, 0x21, 0x32, 0x25, 0xe5, 0x13, 0x0a,
0x4d, 0x4f, 0x8b, 0x3c, 0xfe, 0xb4, 0x84, 0x00,
0x00, 0x54, 0x55, 0xa0, 0xc5, 0x32, 0x38, 0x78,
0xf5, 0x2a, 0xa5, 0x3d, 0x3d, 0x5b, 0xb6, 0x1c,
0x3f, 0x1e, 0x89, 0xf8, 0xfd, 0x5e, 0xaf, 0x61,
0xdc, 0xb9, 0x73, 0xf3, 0xe6, 0xee, 0xdd, 0x4e,
0x67, 0x4d, 0x8d, 0xdd, 0x5e, 0x5e, 0xee, 0x70,
0x1c, 0x3b, 0xa6, 0x28, 0x3e, 0x5f, 0x20, 0xf0,
0xf0, 0x21, 0x00, 0xe7, 0x08, 0xc5, 0x62, 0x00,
0xfb, 0xf6, 0x15, 0x16, 0x9e, 0x39, 0x03, 0x40,
0x08, 0x21, 0x84, 0x98, 0x04, 0xa5, 0xc6, 0x19,
0xa3, 0x54, 0xc8, 0x53, 0xa0, 0x1c, 0xcb, 0xf2,
0xf5, 0xfb, 0x87, 0x87, 0x01, 0x6c, 0x36, 0xe1,
0x87, 0xa8, 0x1e, 0x13, 0x93, 0x12, 0x90, 0x7d,
0x57, 0xea, 0x59, 0xa2, 0xc5, 0x32, 0x3a, 0x7a,
0xef, 0x9e, 0x61, 0xbc, 0x7b, 0xb7, 0x6e, 0x9d,
0xdb, 0x0d, 0x70, 0xf0, 0x60, 0x5f, 0x1f, 0xa5,
0x5e, 0xef, 0xad, 0x5b, 0x2e, 0xd7, 0xf6, 0xed,
0x95, 0x95, 0xd9, 0xd9, 0x6e, 0xf7, 0xa6, 0x4d,
0x0d, 0x0d, 0x84, 0x0c, 0x0d, 0x05, 0x02, 0xbd,
0xbd, 0x42, 0xe3, 0x00, 0x00, 0x57, 0xae, 0x74,
0x75, 0x5d, 0xbc, 0xa8, 0xeb, 0xba, 0x1e, 0x89,
0xc4, 0xe3, 0x42, 0x5e, 0x3f, 0x32, 0xe1, 0xfe,
0xc2, 0x42, 0x30, 0x38, 0x31, 0x61, 0x66, 0x40,
0xfa, 0x61, 0x18, 0x02, 0x19, 0x4b, 0x42, 0x00,
0xe3, 0xef, 0x51, 0x12, 0x32, 0xf1, 0xcb, 0x97,
0x57, 0xaf, 0x0c, 0xe3, 0xeb, 0xd7, 0x60, 0xf0,
0xf3, 0x67, 0x80, 0xfa, 0x7a, 0xc3, 0xa0, 0x74,
0x60, 0xa0, 0xa3, 0x23, 0x18, 0x5c, 0x5c, 0x0c,
0x06, 0x8b, 0x8a, 0x5c, 0xae, 0xd2, 0xd2, 0xfa,
0x7a, 0x4d, 0xe3, 0xdc, 0x30, 0x14, 0x05, 0x20,
0x1e, 0xd7, 0x75, 0xce, 0x55, 0xd5, 0xe7, 0xeb,
0xec, 0xa4, 0x74, 0xef, 0x5e, 0x5d, 0x5f, 0x5c,
0x04, 0x08, 0x85, 0xc4, 0xf3, 0x74, 0xfd, 0x7b,
0x14, 0xd5, 0x64, 0x8e, 0x13, 0xfd, 0x92, 0x7e,
0xc4, 0x62, 0x2b, 0xbe, 0xcc, 0x05, 0x83, 0x53,
0x53, 0x00, 0xa1, 0x90, 0xcf, 0x77, 0xe3, 0x86,
0x61, 0x34, 0x35, 0xf9, 0x7c, 0x3e, 0xdf, 0xd0,
0xd0, 0xc0, 0xc0, 0x93, 0x27, 0xfd, 0xfd, 0x5e,
0xaf, 0xae, 0x47, 0xa3, 0x91, 0x88, 0x74, 0x27,
0x75, 0x66, 0x5e, 0x0a, 0xf1, 0x8f, 0x12, 0x68,
0xa6, 0x2e, 0x19, 0x9a, 0xeb, 0x19, 0x13, 0x5d,
0xde, 0xef, 0x1f, 0x1e, 0xe6, 0xfc, 0xe5, 0x4b,
0x84, 0xb2, 0xb3, 0x83, 0xc1, 0x58, 0x6c, 0x72,
0x72, 0x6e, 0xee, 0xd3, 0xa7, 0xe2, 0xe2, 0xa5,
0x25, 0x5d, 0x0f, 0x87, 0x09, 0xf1, 0xfb, 0x47,
0x46, 0x0c, 0xa3, 0xb3, 0x53, 0x34, 0xe3, 0x68,
0x54, 0xec, 0x97, 0x9a, 0x96, 0xfd, 0x27, 0x51,
0xeb, 0x89, 0xf3, 0x66, 0x9f, 0x4a, 0x42, 0x40,
0x32, 0x94, 0xbd, 0x20, 0xf1, 0x3c, 0x4c, 0x9c,
0x97, 0x9a, 0x94, 0x77, 0x15, 0x4a, 0x67, 0x66,
0x46, 0x47, 0x39, 0x1f, 0x19, 0x51, 0x94, 0xbf,
0xfe, 0x0a, 0x87, 0xdf, 0xbf, 0xd7, 0xb4, 0x8c,
0x0c, 0xce, 0x73, 0x73, 0xa7, 0xa7, 0x87, 0x86,
0x38, 0xef, 0xe9, 0x11, 0xe7, 0xad, 0x24, 0x90,
0x28, 0x21, 0x89, 0xd2, 0x51, 0xb9, 0x4e, 0xe6,
0xd2, 0x3c, 0xe2, 0x96, 0xf9, 0x45, 0x26, 0x09,
0x98, 0x5d, 0xe9, 0xfb, 0xb1, 0xd4, 0x64, 0x62,
0xed, 0xc8, 0x7d, 0x12, 0xe5, 0x8b, 0x13, 0x89,
0x27, 0x06, 0x20, 0x91, 0x48, 0xf2, 0x2f, 0xb7,
0x15, 0x7e, 0x52, 0x4a, 0x47, 0xa5, 0xa4, 0x12,
0x09, 0xe0, 0x84, 0x0c, 0xcb, 0xcc, 0x49, 0x4c,
0x24, 0x20, 0x71, 0x39, 0x97, 0x88, 0xff, 0x89,
0xfd, 0x0d, 0x55, 0x2f, 0x8f, 0xd6, 0x11, 0x55,
0x75, 0x12, 0x00, 0x00, 0x00, 0x22, 0x7a, 0x54,
0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61,
0x72, 0x65, 0x00, 0x00, 0x78, 0xda, 0x2b, 0x2f,
0x2f, 0xd7, 0xcb, 0xcc, 0xcb, 0x2e, 0x4e, 0x4e,
0x2c, 0x48, 0xd5, 0xcb, 0x2f, 0x4a, 0x07, 0x00,
0x36, 0xd8, 0x06, 0x58, 0x10, 0x53, 0xca, 0x5c,
0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44,
0xae, 0x42, 0x60, 0x82};

View File

@@ -1,266 +0,0 @@
/* go_up.png - 652 bytes */
static const unsigned char go_up_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49,
0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64,
0x88, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58,
0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72,
0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e,
0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f,
0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00,
0x02, 0x1e, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d,
0x95, 0x93, 0x4f, 0x68, 0x13, 0x41, 0x14, 0xc6,
0xbf, 0x37, 0xbb, 0x33, 0xd9, 0x8d, 0x85, 0x7a,
0x68, 0x4c, 0xff, 0xd1, 0x82, 0x04, 0xed, 0xc1,
0x40, 0x2a, 0xa8, 0xd0, 0xd5, 0x8a, 0x68, 0x44,
0x62, 0x45, 0x2d, 0x14, 0x72, 0x6b, 0x4a, 0xc9,
0x49, 0x90, 0x62, 0x16, 0xc1, 0xab, 0xc7, 0x52,
0x91, 0xa0, 0x17, 0x0f, 0x45, 0x4f, 0x1e, 0xa5,
0x42, 0xf1, 0xe2, 0x4d, 0x2a, 0x5e, 0x44, 0x50,
0xd0, 0x43, 0x29, 0xb4, 0x2a, 0x95, 0x94, 0x34,
0x89, 0xa6, 0x9a, 0x26, 0xd9, 0xd9, 0x19, 0x0f,
0x51, 0xac, 0x21, 0xa9, 0xf6, 0x1d, 0xdf, 0xfb,
0xe6, 0xc7, 0x7c, 0xdf, 0x9b, 0x21, 0xad, 0x35,
0xda, 0xd5, 0xc9, 0x9b, 0x7c, 0x1e, 0x00, 0x96,
0x66, 0xbd, 0xe9, 0x76, 0x1a, 0xd6, 0x6e, 0xe0,
0xb8, 0x3c, 0xdd, 0xdf, 0x15, 0x49, 0xf6, 0x75,
0x1d, 0x4c, 0x3a, 0x2e, 0x4f, 0xef, 0x09, 0xe0,
0xb8, 0x3c, 0x1a, 0x10, 0xfb, 0xb2, 0x57, 0xce,
0x4c, 0x06, 0xc7, 0x46, 0x93, 0xc1, 0x80, 0x08,
0x66, 0x1d, 0x97, 0x47, 0xff, 0x0b, 0xe0, 0xb8,
0xbc, 0x03, 0x84, 0xc5, 0x89, 0x73, 0xd3, 0xd6,
0x96, 0x97, 0xc7, 0x96, 0xb7, 0x89, 0xf8, 0xc8,
0x25, 0x0b, 0x84, 0x45, 0xc7, 0xe5, 0x1d, 0xff,
0x04, 0x10, 0xe1, 0xd1, 0xe8, 0x70, 0xa2, 0xa7,
0x37, 0x34, 0x48, 0x9f, 0x4b, 0x1f, 0xf0, 0xb1,
0xf4, 0x1e, 0x9d, 0x9d, 0x9d, 0x14, 0x1b, 0x3a,
0xd1, 0x0d, 0xc2, 0xc3, 0x5d, 0x01, 0x8e, 0xcb,
0xd3, 0xfd, 0x07, 0x22, 0x89, 0xb3, 0x47, 0xc7,
0xf9, 0x4a, 0xfe, 0x0d, 0x0c, 0xc6, 0x61, 0x32,
0x8e, 0x57, 0x6b, 0x0b, 0x88, 0x0d, 0x1d, 0x17,
0xa1, 0xfd, 0x3d, 0x89, 0xe6, 0x3c, 0xd8, 0x8e,
0xc3, 0x51, 0xc1, 0xed, 0x6c, 0x2a, 0xe1, 0xda,
0xeb, 0xe5, 0x65, 0x68, 0xf2, 0x20, 0x84, 0x89,
0x3a, 0x7d, 0xc7, 0x36, 0x15, 0xf1, 0x2e, 0xff,
0x1c, 0x17, 0x4e, 0x5f, 0x0d, 0x9a, 0xa6, 0xf8,
0x2b, 0x0f, 0xb6, 0xd3, 0xf7, 0xd4, 0x58, 0xc6,
0x52, 0xe4, 0xa1, 0x22, 0x4b, 0x10, 0x01, 0x01,
0x1e, 0xe0, 0x28, 0xcb, 0x75, 0x08, 0xdb, 0x40,
0x41, 0xae, 0xa2, 0xa8, 0x56, 0x71, 0xfe, 0xd4,
0x45, 0x8b, 0xd8, 0x9f, 0x3c, 0xd8, 0x6f, 0xdf,
0xf1, 0x63, 0xe3, 0xdd, 0x87, 0xfa, 0x62, 0x94,
0xaf, 0xac, 0xc1, 0xe4, 0x06, 0x38, 0x37, 0x50,
0x51, 0x05, 0x54, 0x8d, 0xaf, 0x10, 0x36, 0x83,
0xb0, 0x19, 0x96, 0xbf, 0xbd, 0x40, 0xb8, 0x37,
0x44, 0x47, 0x0e, 0x0f, 0x87, 0x89, 0x35, 0xf2,
0xa0, 0x91, 0x8c, 0x99, 0x1e, 0xe8, 0x8e, 0x64,
0x6f, 0x4c, 0xdc, 0xb1, 0x05, 0x0f, 0x40, 0x41,
0xc2, 0x87, 0x87, 0xd7, 0xb9, 0x05, 0xbc, 0x2d,
0x3c, 0x83, 0x64, 0x15, 0x10, 0x23, 0x24, 0x06,
0x32, 0xd0, 0x5a, 0x43, 0x29, 0xa0, 0x5e, 0xaf,
0xe1, 0xf1, 0xd3, 0xf9, 0x4a, 0xb1, 0xb4, 0x39,
0x63, 0x12, 0x43, 0xea, 0x53, 0x6e, 0xc5, 0x9e,
0xb9, 0x77, 0xb9, 0xe1, 0x89, 0xa3, 0x7a, 0xf7,
0xfa, 0x13, 0xab, 0x2c, 0x73, 0xf0, 0x8d, 0x6d,
0x70, 0xc1, 0xc0, 0x4c, 0x82, 0xc1, 0x09, 0x73,
0x0f, 0x6e, 0x57, 0x65, 0x4d, 0x5b, 0xbf, 0xec,
0x07, 0x89, 0x21, 0x65, 0x2e, 0xcd, 0x7a, 0x4e,
0xd3, 0x26, 0xb4, 0xd6, 0x0a, 0xa5, 0xfa, 0x17,
0x30, 0x83, 0x60, 0x70, 0x06, 0x1e, 0x68, 0x40,
0x64, 0x4d, 0x5b, 0x2f, 0xe7, 0x3c, 0xda, 0xf5,
0x1d, 0x00, 0x80, 0xd2, 0x3e, 0x7e, 0xd4, 0x8b,
0x8d, 0x2b, 0xfb, 0x1a, 0xb2, 0xae, 0xa0, 0x55,
0xeb, 0x3f, 0x63, 0xb6, 0x6a, 0xfa, 0x4a, 0xa2,
0x5a, 0xdb, 0x86, 0x32, 0x35, 0xa0, 0x15, 0x7c,
0x49, 0xf0, 0xbd, 0x3d, 0x00, 0xa4, 0x2f, 0x11,
0x1f, 0xbc, 0x06, 0x62, 0x00, 0x31, 0x02, 0x11,
0xf6, 0x00, 0x20, 0x6c, 0xdc, 0xba, 0x3f, 0x19,
0x6e, 0x25, 0x26, 0xc2, 0x46, 0x73, 0xef, 0x27,
0x30, 0xf7, 0xc5, 0xdb, 0xb6, 0xd0, 0x9a, 0x22,
0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44,
0xae, 0x42, 0x60, 0x82};
/* go_up.png - 1418 bytes */
static const unsigned char go_up_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x09,
0x58, 0xf7, 0xdc, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x00, 0x48, 0x00,
0x00, 0x00, 0x48, 0x00, 0x46, 0xc9, 0x6b, 0x3e,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x04,
0xe7, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0x4b, 0x4c, 0x13, 0x5b, 0x18, 0xfe, 0xce,
0x6b, 0xa0, 0xb4, 0x5c, 0xa2, 0x01, 0x04, 0x43,
0x45, 0x11, 0x44, 0x42, 0x34, 0x46, 0x2b, 0xa6,
0xad, 0x11, 0x8d, 0x29, 0x46, 0x03, 0x68, 0xa2,
0x18, 0x7c, 0xac, 0x94, 0xc0, 0xd2, 0x00, 0x81,
0xe8, 0xca, 0x85, 0xee, 0x8c, 0x8f, 0xb8, 0x30,
0xd1, 0x68, 0x22, 0x1b, 0x17, 0xb2, 0x20, 0x1a,
0x17, 0x86, 0x85, 0x92, 0x68, 0x1b, 0x5f, 0x1b,
0x5f, 0xc4, 0x88, 0x52, 0x5e, 0x4a, 0x0a, 0xad,
0x80, 0x50, 0x69, 0xcb, 0xcc, 0x9c, 0xbb, 0x98,
0x3b, 0xa9, 0x6d, 0xec, 0xbd, 0x12, 0xd1, 0x9b,
0xdc, 0xeb, 0xbf, 0xf9, 0x73, 0x26, 0x33, 0xe7,
0x7c, 0xdf, 0xff, 0x7f, 0xdf, 0x39, 0x67, 0x80,
0xdf, 0xf1, 0x3b, 0xfe, 0xdf, 0x41, 0x7e, 0xd6,
0xc4, 0x9b, 0x37, 0xb7, 0xb7, 0x33, 0x76, 0xe5,
0x0a, 0x00, 0x10, 0xb2, 0x74, 0x69, 0x7e, 0xbe,
0xdf, 0xaf, 0xaa, 0xbb, 0x77, 0x77, 0x76, 0x76,
0x76, 0x02, 0x9a, 0xb6, 0x50, 0xeb, 0xf0, 0x85,
0x06, 0xee, 0x76, 0xb7, 0xb7, 0x73, 0x7e, 0xe2,
0x44, 0x7e, 0x7e, 0x4e, 0xce, 0xb2, 0x65, 0x07,
0x0f, 0x02, 0x94, 0x02, 0x84, 0x8c, 0x8e, 0x4a,
0x39, 0x38, 0x78, 0xe9, 0x12, 0x00, 0x68, 0x5a,
0x53, 0xd3, 0x42, 0xad, 0xc7, 0x16, 0x6a, 0x22,
0x97, 0xab, 0xad, 0x8d, 0xb1, 0xbd, 0x7b, 0x17,
0x2d, 0xb2, 0xd9, 0x72, 0x72, 0xce, 0x9f, 0xaf,
0xae, 0xae, 0xac, 0xac, 0xaf, 0xb7, 0x5a, 0x8b,
0x8a, 0x0a, 0x0a, 0x4a, 0x4b, 0x85, 0x18, 0x18,
0xf8, 0xf8, 0xf1, 0xfd, 0xfb, 0xd5, 0xab, 0x97,
0x2c, 0x71, 0x38, 0x62, 0xb1, 0xa9, 0xa9, 0xa1,
0x21, 0x9f, 0x4f, 0xd7, 0x9f, 0x3e, 0xfd, 0xd7,
0x09, 0xb8, 0xdd, 0xcd, 0xcd, 0x42, 0x38, 0x1c,
0x56, 0xab, 0xc5, 0x62, 0xb3, 0xdd, 0xba, 0xb5,
0x6f, 0x9f, 0xc7, 0x73, 0xe4, 0x88, 0xd5, 0xda,
0xdb, 0x3b, 0x3e, 0xee, 0xf5, 0x02, 0x81, 0xc0,
0xf4, 0xb4, 0xdf, 0x0f, 0x38, 0x9d, 0x65, 0x65,
0x3b, 0x76, 0x28, 0x4a, 0x5f, 0xdf, 0xc0, 0x40,
0x6f, 0x6f, 0x65, 0x65, 0x6e, 0xee, 0xa6, 0x4d,
0x9a, 0xf6, 0xe4, 0xc9, 0xc8, 0x88, 0xcf, 0xa7,
0xeb, 0xfd, 0xfd, 0xbf, 0x9c, 0xc0, 0x96, 0x2d,
0x2d, 0x2d, 0x80, 0xdd, 0x4e, 0xa9, 0x10, 0x69,
0x69, 0x3e, 0x5f, 0x5d, 0x5d, 0x55, 0x55, 0x43,
0xc3, 0x1f, 0x7f, 0x04, 0x83, 0x91, 0x88, 0xdf,
0x0f, 0xf8, 0xfd, 0xa1, 0xd0, 0x8b, 0x17, 0xc0,
0xe7, 0xcf, 0xb3, 0xb3, 0xe3, 0xe3, 0x00, 0x63,
0x9c, 0x73, 0x0e, 0xac, 0x5b, 0x57, 0x5c, 0xec,
0x76, 0x2b, 0xca, 0xdb, 0xb7, 0x83, 0x83, 0xaf,
0x5e, 0xed, 0xd9, 0x63, 0xb7, 0xbb, 0x5c, 0x8c,
0x75, 0x75, 0x0d, 0x0f, 0x7b, 0xbd, 0x9a, 0x16,
0x0a, 0xcd, 0x17, 0x07, 0x9d, 0x7f, 0xc5, 0xdb,
0xdb, 0x81, 0xcc, 0x4c, 0x5d, 0xe7, 0x9c, 0xb1,
0x9e, 0x9e, 0xda, 0xda, 0xad, 0x5b, 0x0f, 0x1f,
0xce, 0xca, 0xd2, 0x75, 0xc6, 0xa2, 0x51, 0xa0,
0xbf, 0x3f, 0x14, 0x7a, 0xfe, 0x1c, 0xe0, 0x9c,
0x52, 0xce, 0x01, 0xc6, 0x28, 0x15, 0x02, 0xe8,
0xeb, 0x1b, 0x1b, 0x7b, 0xfa, 0x14, 0x08, 0x87,
0x35, 0x2d, 0x18, 0x04, 0x3c, 0x1e, 0x97, 0xab,
0xa6, 0x26, 0x33, 0x13, 0x90, 0x52, 0x55, 0xef,
0xdd, 0x73, 0x3a, 0x9b, 0x9b, 0x81, 0xc5, 0x8b,
0x7f, 0x1a, 0x81, 0xba, 0xba, 0xba, 0x3a, 0x80,
0x31, 0x29, 0x01, 0xce, 0xef, 0xdc, 0xa9, 0xaa,
0xaa, 0xa8, 0xd8, 0xbf, 0xdf, 0x6e, 0xcf, 0xcd,
0xcd, 0xce, 0xce, 0xcb, 0xa3, 0xf4, 0xcd, 0x9b,
0xb1, 0xb1, 0x47, 0x8f, 0xe2, 0x80, 0xbf, 0xce,
0x9c, 0x03, 0x00, 0x21, 0x84, 0x00, 0xcf, 0x9e,
0x0d, 0x0f, 0xdf, 0xbd, 0x0b, 0x58, 0xad, 0x36,
0x5b, 0x46, 0x06, 0x21, 0x6e, 0xf7, 0xfa, 0xf5,
0x1e, 0x4f, 0x6e, 0x2e, 0xa5, 0x42, 0x70, 0xde,
0xdd, 0xbd, 0x61, 0x43, 0x63, 0x23, 0x20, 0xc4,
0x82, 0x13, 0x18, 0x1d, 0x5d, 0xb1, 0x82, 0xb1,
0xcb, 0x97, 0x5d, 0xae, 0xf2, 0x72, 0x8f, 0xa7,
0xa2, 0xa2, 0xbc, 0xbc, 0xa4, 0xc4, 0xe1, 0x10,
0xe2, 0xf5, 0xeb, 0xd1, 0xd1, 0x07, 0x0f, 0x00,
0xc6, 0x08, 0x61, 0x0c, 0x10, 0x82, 0x73, 0x21,
0x80, 0xb4, 0x34, 0x45, 0x51, 0x14, 0x40, 0x08,
0x45, 0xa1, 0x14, 0x90, 0x92, 0xb1, 0x58, 0x0c,
0xa0, 0x54, 0x08, 0x29, 0x81, 0xc7, 0x8f, 0x87,
0x87, 0xbb, 0xba, 0x80, 0xc2, 0xc2, 0x82, 0x82,
0xa2, 0x22, 0xce, 0xd7, 0xac, 0x29, 0x2e, 0xde,
0xb8, 0xb1, 0xbc, 0xdc, 0x62, 0xc9, 0xca, 0x62,
0xac, 0xa3, 0xe3, 0x7b, 0x71, 0xfd, 0xa3, 0x07,
0x5c, 0xae, 0xd6, 0x56, 0xce, 0x5b, 0x5b, 0xcb,
0xca, 0x96, 0x2f, 0x77, 0x38, 0x8e, 0x1d, 0xdb,
0xb9, 0xd3, 0xed, 0xae, 0xaf, 0xb7, 0x58, 0x5e,
0xbe, 0xfc, 0xf0, 0xe1, 0xfe, 0x7d, 0x40, 0x55,
0x09, 0x89, 0x46, 0x0d, 0x8d, 0x13, 0x02, 0xc4,
0xeb, 0xcd, 0xb9, 0x94, 0x86, 0x64, 0x0c, 0x65,
0x33, 0xa6, 0x69, 0x00, 0x63, 0x8c, 0x11, 0x02,
0x00, 0x94, 0xea, 0x3a, 0x10, 0x08, 0xcc, 0xcc,
0xf4, 0xf7, 0x03, 0x4e, 0x67, 0x69, 0xe9, 0xae,
0x5d, 0x9c, 0x4f, 0x4c, 0x4c, 0x4e, 0x4e, 0x4c,
0xac, 0x5c, 0x69, 0xb3, 0xad, 0x5d, 0x3b, 0x39,
0xa9, 0xeb, 0x86, 0xc9, 0x1f, 0x3e, 0x4c, 0x85,
0x2f, 0xe5, 0x41, 0xe6, 0x74, 0xb6, 0xb4, 0x30,
0x56, 0x5d, 0x5d, 0x58, 0x98, 0x97, 0x57, 0x52,
0x72, 0xf3, 0xe6, 0xd1, 0xa3, 0x35, 0x35, 0xc7,
0x8f, 0x5b, 0x2c, 0x9c, 0x1b, 0x15, 0x96, 0x12,
0xd0, 0x75, 0x40, 0x4a, 0x42, 0x34, 0x0d, 0xe8,
0xe9, 0xf1, 0xfb, 0x3b, 0x3a, 0xe2, 0x84, 0x82,
0xc1, 0xd9, 0x59, 0xbf, 0x1f, 0x98, 0x9d, 0xd5,
0xb4, 0xe9, 0xe9, 0xaf, 0x67, 0x96, 0x12, 0x00,
0x6a, 0x6b, 0x57, 0xad, 0x6a, 0x6b, 0x03, 0xa4,
0xd4, 0x75, 0x29, 0x8d, 0x0c, 0x00, 0x91, 0x48,
0x2c, 0x16, 0x8d, 0x02, 0x5d, 0x5d, 0xdd, 0xdd,
0x37, 0x6e, 0x7c, 0xf9, 0x12, 0x0c, 0x86, 0x42,
0x23, 0x23, 0x07, 0x0e, 0x78, 0xbd, 0xe7, 0xce,
0x69, 0xda, 0xed, 0xdb, 0xc9, 0x38, 0x53, 0x1e,
0x64, 0x94, 0x32, 0x46, 0x48, 0x6b, 0xeb, 0xd0,
0x50, 0x20, 0xf0, 0xee, 0x9d, 0xc5, 0x72, 0xf2,
0xe4, 0xd5, 0xab, 0x0d, 0x0d, 0x5f, 0xb5, 0x8e,
0x09, 0x41, 0x48, 0x24, 0x72, 0xea, 0x54, 0x63,
0xe3, 0xb5, 0x6b, 0xe9, 0xe9, 0x42, 0x28, 0x0a,
0xe7, 0x40, 0x38, 0x1c, 0x8b, 0x05, 0x02, 0xc0,
0xdc, 0x1c, 0x63, 0xe1, 0x30, 0x20, 0x84, 0x10,
0xc6, 0x51, 0x66, 0xc2, 0x37, 0x08, 0x50, 0x6a,
0x74, 0xec, 0xe2, 0xc5, 0xeb, 0xd7, 0x4f, 0x9f,
0x8e, 0x44, 0x54, 0x35, 0x16, 0x93, 0x32, 0x3d,
0x3d, 0x11, 0x45, 0x46, 0x06, 0xc0, 0x39, 0x21,
0x2d, 0x2d, 0xc6, 0x78, 0x1e, 0x04, 0xbc, 0xde,
0x33, 0x67, 0x54, 0x75, 0xdb, 0xb6, 0xbf, 0x97,
0x96, 0x94, 0x94, 0x32, 0x66, 0x68, 0x5f, 0x51,
0x84, 0x00, 0x66, 0x66, 0xa2, 0xd1, 0xb1, 0x31,
0x40, 0x88, 0xb4, 0x34, 0x4a, 0x01, 0x4a, 0xe9,
0x5f, 0x3e, 0x33, 0x4c, 0x2c, 0xa5, 0x41, 0xc1,
0x94, 0x92, 0x09, 0xdc, 0xe7, 0x3b, 0x7b, 0x56,
0x55, 0xc9, 0xbc, 0xaf, 0x36, 0x3f, 0x7c, 0x95,
0xa0, 0x94, 0x52, 0x42, 0x80, 0x70, 0x58, 0x55,
0x3f, 0x7d, 0x32, 0xcc, 0xaa, 0xaa, 0x00, 0xe7,
0x8a, 0x62, 0x7a, 0x82, 0x10, 0x03, 0xbe, 0x41,
0xc0, 0x90, 0x0c, 0x21, 0xa6, 0x17, 0x7e, 0x2c,
0x16, 0x80, 0x80, 0xb1, 0xfb, 0x44, 0x22, 0xba,
0x3e, 0x35, 0x05, 0x10, 0x62, 0x54, 0xdc, 0x90,
0x20, 0xc0, 0xb9, 0x21, 0x21, 0x93, 0x88, 0xaa,
0xc6, 0x62, 0xba, 0x6e, 0xf6, 0xe3, 0x97, 0x11,
0x30, 0x17, 0x63, 0x2c, 0x31, 0xc7, 0x23, 0x12,
0x51, 0xd5, 0x70, 0x38, 0xfe, 0xae, 0x69, 0x4a,
0x5d, 0xd7, 0x34, 0xc3, 0xa4, 0x86, 0xf6, 0xa5,
0x34, 0x6f, 0xa2, 0xc6, 0x38, 0x31, 0x32, 0x32,
0x8c, 0x6c, 0xbe, 0x63, 0x66, 0x55, 0x9d, 0x27,
0x01, 0x13, 0xb0, 0x79, 0xa0, 0x70, 0x9e, 0x98,
0xe3, 0x07, 0x8d, 0x09, 0x6c, 0xfb, 0x76, 0xbb,
0xbd, 0xa9, 0xc9, 0xd8, 0x95, 0x74, 0xdd, 0xe8,
0x80, 0x31, 0x93, 0x59, 0xeb, 0xb8, 0x8d, 0x0d,
0x62, 0x86, 0x94, 0x12, 0x23, 0x33, 0x33, 0x11,
0xf0, 0xdc, 0x5c, 0xe2, 0x38, 0xf9, 0xb9, 0x94,
0x29, 0x08, 0x98, 0x40, 0xcd, 0x4a, 0x27, 0x03,
0x37, 0xc7, 0xc1, 0x60, 0x5b, 0xdb, 0x85, 0x0b,
0x87, 0x0e, 0x65, 0x67, 0x7f, 0x5f, 0x27, 0x53,
0x45, 0x30, 0x98, 0x5c, 0x98, 0x6f, 0x87, 0x49,
0x39, 0xde, 0xa1, 0x14, 0x3a, 0x34, 0xab, 0x95,
0x0a, 0x78, 0xf2, 0x38, 0x99, 0xa8, 0xb9, 0xf3,
0xc4, 0x77, 0xa0, 0x44, 0x00, 0x86, 0xbc, 0xe2,
0xd9, 0xac, 0x6c, 0xb2, 0x64, 0xcc, 0x4a, 0xc7,
0x62, 0x89, 0xd9, 0xfc, 0x6e, 0xde, 0x7f, 0x64,
0xa9, 0xbc, 0x60, 0xe6, 0x64, 0xe0, 0xc9, 0x5e,
0x31, 0x17, 0x4e, 0x26, 0x92, 0x0c, 0x3c, 0xd9,
0x27, 0xdf, 0xf2, 0xcb, 0x7f, 0x24, 0xfe, 0x04,
0xe4, 0x80, 0x1a, 0x0b, 0xa8, 0xf4, 0x5a, 0x14,
0x00, 0x00, 0x00, 0x22, 0x7a, 0x54, 0x58, 0x74,
0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65,
0x00, 0x00, 0x78, 0xda, 0x2b, 0x2f, 0x2f, 0xd7,
0xcb, 0xcc, 0xcb, 0x2e, 0x4e, 0x4e, 0x2c, 0x48,
0xd5, 0xcb, 0x2f, 0x4a, 0x07, 0x00, 0x36, 0xd8,
0x06, 0x58, 0x10, 0x53, 0xca, 0x5c, 0x00, 0x00,
0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
0x60, 0x82};

View File

@@ -1,177 +0,0 @@
/* image_missing.png - 427 bytes */
static const unsigned char image_missing_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x09, 0x1b, 0x14, 0x11, 0x2b, 0xe0,
0x65, 0x44, 0x2f, 0x00, 0x00, 0x01, 0x38, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xbd, 0x93, 0xdf,
0x2a, 0x84, 0x51, 0x14, 0xc5, 0x7f, 0x6b, 0xef,
0x3d, 0x26, 0x92, 0x28, 0xe5, 0x02, 0xa5, 0x0c,
0x29, 0xb9, 0xf0, 0x3c, 0xde, 0xc2, 0x3b, 0x4c,
0xa6, 0x09, 0x6f, 0xe1, 0x8d, 0x4c, 0xa1, 0xa1,
0xdc, 0x71, 0xa1, 0xa6, 0x41, 0x92, 0xf9, 0xbe,
0xed, 0x42, 0xf3, 0x8d, 0x0f, 0x25, 0x73, 0x61,
0xd5, 0xe9, 0xfc, 0xdb, 0x7b, 0xed, 0x75, 0xce,
0x59, 0x47, 0x9d, 0x6e, 0xfb, 0x04, 0x38, 0x64,
0x3a, 0x9c, 0xd2, 0xe9, 0xb6, 0xb3, 0x2c, 0xcb,
0xa9, 0x5a, 0xa7, 0xdb, 0xce, 0x00, 0xc8, 0x4c,
0x7a, 0xbd, 0xde, 0x9f, 0x4a, 0xb7, 0x5a, 0x2d,
0x00, 0x02, 0x40, 0x52, 0xb5, 0xf0, 0x57, 0x54,
0x0a, 0xae, 0x6f, 0x2f, 0xeb, 0x1b, 0xd1, 0x20,
0xdc, 0x71, 0x0f, 0xdc, 0x83, 0x88, 0x20, 0xcc,
0xf1, 0x68, 0xe0, 0x1e, 0x34, 0x1b, 0xcd, 0x09,
0xc1, 0x18, 0xab, 0x2b, 0xeb, 0xd5, 0x58, 0xd2,
0x47, 0x8f, 0x48, 0x92, 0x71, 0x21, 0x00, 0x37,
0xab, 0x2b, 0xa8, 0x41, 0x70, 0xb3, 0xb4, 0x0c,
0xc0, 0xf6, 0x70, 0xc0, 0xd5, 0xc2, 0x22, 0x00,
0x5b, 0xc3, 0x01, 0x59, 0x26, 0x99, 0x25, 0xf6,
0x89, 0xc0, 0xbe, 0xe6, 0x9b, 0x9c, 0xed, 0xe1,
0x00, 0xa0, 0x4a, 0xde, 0x79, 0x7a, 0xc4, 0xcd,
0x30, 0x33, 0x24, 0xab, 0x11, 0xd4, 0x14, 0x98,
0x09, 0x49, 0xb5, 0x00, 0x80, 0x70, 0xa7, 0xcc,
0x04, 0x25, 0x08, 0x24, 0xab, 0x8e, 0x53, 0x8b,
0x94, 0x0c, 0x93, 0x71, 0x31, 0xbf, 0x00, 0xc0,
0xde, 0xeb, 0x2b, 0x00, 0xe7, 0xb3, 0x73, 0x98,
0x19, 0x66, 0xc2, 0x10, 0xe6, 0x3f, 0x28, 0x18,
0x57, 0x95, 0xc4, 0xee, 0xcb, 0x33, 0x32, 0xc7,
0x4c, 0xec, 0x8f, 0x46, 0x94, 0x09, 0x99, 0x05,
0x59, 0x24, 0x32, 0xe1, 0x32, 0x0a, 0x8a, 0x3a,
0x81, 0x64, 0xdc, 0x3f, 0xdc, 0x11, 0x1e, 0xc4,
0xf8, 0xe9, 0xdc, 0xf1, 0x98, 0xcc, 0xdd, 0x83,
0xc6, 0xcc, 0x0c, 0xfa, 0xe9, 0x0e, 0x36, 0xd6,
0x36, 0x7f, 0x77, 0x4d, 0xc2, 0xe8, 0xad, 0x60,
0xf4, 0x56, 0x7c, 0x27, 0xe8, 0xf7, 0xfb, 0xff,
0x6b, 0xe5, 0x66, 0x73, 0xe2, 0xc4, 0xb3, 0xee,
0xf1, 0xd1, 0xc1, 0xb4, 0xdf, 0xf9, 0x1d, 0x01,
0x9f, 0x8d, 0x9b, 0x4e, 0xf5, 0x76, 0x91, 0x00,
0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae,
0x42, 0x60, 0x82};
/* image_missing.png - 933 bytes */
static const unsigned char image_missing_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x03,
0x30, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0x4d, 0x4b, 0x32, 0x51, 0x14, 0x3e, 0xf7,
0x5e, 0x75, 0x4a, 0xc5, 0x85, 0x68, 0x23, 0x85,
0x43, 0x44, 0xb6, 0x28, 0xdc, 0xd4, 0x4f, 0x90,
0xda, 0xb8, 0xc9, 0xbe, 0x7e, 0x81, 0xbf, 0xa0,
0xa0, 0x22, 0x5b, 0x16, 0x84, 0xab, 0x3e, 0xb6,
0x1a, 0xd6, 0xae, 0x45, 0xfd, 0x86, 0x5a, 0xd4,
0xd6, 0x40, 0x89, 0x56, 0x21, 0x42, 0x30, 0x82,
0xd8, 0xe0, 0xe0, 0x30, 0xe2, 0x7c, 0xbc, 0x8b,
0xdb, 0x65, 0xd0, 0x92, 0x99, 0x7a, 0x45, 0xe1,
0xe5, 0x7d, 0x36, 0x87, 0x7b, 0xe7, 0xcc, 0x9d,
0xe7, 0x39, 0xe7, 0xcc, 0x3d, 0xf7, 0x02, 0xfc,
0xc7, 0x68, 0x81, 0x7a, 0x27, 0x4e, 0x4e, 0xb2,
0xd9, 0xe3, 0xe3, 0xad, 0x2d, 0x3a, 0xba, 0xb9,
0x19, 0x35, 0xc1, 0x6e, 0xec, 0xed, 0xed, 0xef,
0xef, 0xee, 0x66, 0x32, 0xd9, 0x6c, 0x5f, 0x17,
0x2a, 0xc0, 0x34, 0x45, 0x51, 0x14, 0x45, 0xd1,
0x1c, 0x39, 0x64, 0x59, 0x96, 0x65, 0xd9, 0x34,
0x19, 0xaf, 0x5e, 0xbe, 0xae, 0x7e, 0x42, 0x78,
0x9e, 0xe7, 0x79, 0x1e, 0xa0, 0x54, 0x2a, 0x95,
0x4a, 0xa5, 0x6f, 0x52, 0x87, 0x10, 0x42, 0xe8,
0xeb, 0xf8, 0xa7, 0xf3, 0x76, 0x7e, 0xb1, 0x58,
0x2c, 0x16, 0x8b, 0x59, 0xe3, 0x74, 0x3a, 0x9d,
0x4e, 0xa7, 0x31, 0xce, 0xe5, 0x72, 0xb9, 0x5c,
0xce, 0x30, 0xfa, 0x0a, 0x60, 0x88, 0xc7, 0xe3,
0xf1, 0x78, 0x7c, 0x68, 0x35, 0xe2, 0x10, 0x96,
0x44, 0x5b, 0x01, 0xe5, 0xf2, 0xeb, 0xeb, 0xf3,
0xb3, 0xfd, 0x72, 0x84, 0x60, 0x8c, 0x31, 0x00,
0xc6, 0xd4, 0x22, 0x84, 0x10, 0x1d, 0x13, 0x42,
0x08, 0x00, 0xc6, 0x34, 0xb2, 0xbd, 0x7e, 0x18,
0x63, 0xec, 0x72, 0x75, 0x8f, 0x11, 0xa2, 0xfe,
0x84, 0x00, 0x84, 0xc3, 0xa1, 0x10, 0xcf, 0xf7,
0xff, 0xb6, 0xad, 0x00, 0x86, 0xa9, 0x29, 0x9e,
0x8f, 0x46, 0x87, 0x17, 0x63, 0xd3, 0x04, 0x30,
0x0c, 0x7b, 0x3f, 0x3c, 0x3c, 0x4a, 0x3f, 0x03,
0xc6, 0x18, 0x13, 0x32, 0x44, 0x01, 0x6f, 0x6f,
0xc1, 0x60, 0x28, 0x64, 0x59, 0x45, 0xb9, 0xbf,
0x7f, 0x78, 0xb0, 0x9e, 0xbf, 0xbf, 0x2f, 0x2f,
0xaf, 0xac, 0x00, 0x54, 0x2a, 0xb3, 0xb3, 0x73,
0x73, 0xce, 0x04, 0x60, 0x07, 0xec, 0x6c, 0x5d,
0x10, 0xa2, 0x35, 0x69, 0x87, 0x89, 0x89, 0x7c,
0x3e, 0x97, 0xb3, 0xc6, 0xa2, 0xb8, 0xb6, 0xb6,
0xbe, 0x0e, 0xd0, 0x6c, 0x16, 0x0a, 0x57, 0x57,
0x00, 0xba, 0x5e, 0xab, 0xd5, 0x6a, 0x00, 0x5e,
0x6f, 0x22, 0x91, 0x48, 0x38, 0x13, 0x30, 0x90,
0x0c, 0x10, 0xe2, 0x6c, 0x21, 0xbf, 0x3f, 0x95,
0x5a, 0x5d, 0x05, 0x88, 0x44, 0xee, 0xee, 0x6e,
0x6f, 0xad, 0xf9, 0x7a, 0x7d, 0x7b, 0x7b, 0x67,
0x07, 0x40, 0xd7, 0x1b, 0x8d, 0x8f, 0x0f, 0x00,
0x8f, 0x67, 0x61, 0x61, 0x7e, 0xde, 0x99, 0x80,
0x81, 0x64, 0xc0, 0xe9, 0x42, 0x0c, 0x9a, 0x56,
0xa9, 0x54, 0x2a, 0x00, 0x1c, 0xb7, 0xb4, 0xb4,
0xb8, 0x68, 0xcd, 0x9b, 0xa6, 0xa2, 0x28, 0x0a,
0x00, 0xc6, 0x81, 0x40, 0x20, 0x60, 0xbf, 0x8e,
0xd3, 0xc0, 0x39, 0x12, 0xe0, 0x64, 0x21, 0x49,
0x3a, 0x3f, 0xbf, 0xb8, 0x00, 0x90, 0xa4, 0xd3,
0xd3, 0xb3, 0x33, 0x00, 0xc3, 0x90, 0x65, 0x59,
0x06, 0x10, 0x84, 0x97, 0x97, 0x72, 0xd9, 0xf2,
0x63, 0x19, 0x61, 0xa5, 0xd5, 0x0f, 0x08, 0xd1,
0xed, 0xd7, 0x0e, 0xb6, 0xdb, 0x68, 0xbf, 0x0c,
0x68, 0x9a, 0x28, 0x8a, 0x22, 0x40, 0xb3, 0x99,
0xcf, 0x5f, 0x5e, 0x02, 0xa8, 0xea, 0xe3, 0xe3,
0xd3, 0x13, 0x80, 0xdf, 0xbf, 0xb9, 0xb9, 0xb1,
0x41, 0x4b, 0x2a, 0x95, 0x02, 0x70, 0xb9, 0x22,
0x91, 0x48, 0x04, 0x60, 0x66, 0xa6, 0xd1, 0xa8,
0xd7, 0xed, 0x09, 0x59, 0x19, 0xa0, 0x7d, 0x64,
0x00, 0x02, 0x68, 0x43, 0xf9, 0xf2, 0xe2, 0x27,
0xb1, 0x60, 0x30, 0x93, 0x39, 0x38, 0x70, 0x4e,
0xcc, 0x29, 0x30, 0x26, 0x64, 0x20, 0x02, 0x08,
0xa1, 0x0b, 0x29, 0x8a, 0xaa, 0xd2, 0x1a, 0x66,
0x9d, 0x92, 0x96, 0x16, 0xeb, 0xac, 0x08, 0x59,
0x9d, 0x94, 0xce, 0xd3, 0x08, 0x22, 0x44, 0xdf,
0x67, 0x81, 0x60, 0xc4, 0xac, 0xe7, 0xbd, 0x9d,
0x99, 0xfa, 0x39, 0xd9, 0xf9, 0x1c, 0x09, 0x88,
0x46, 0x27, 0x27, 0xa7, 0xa7, 0x07, 0x1f, 0xe1,
0x41, 0xc1, 0x56, 0x40, 0xb5, 0x5a, 0xad, 0x56,
0xab, 0xbf, 0x3f, 0x4d, 0xfe, 0xed, 0x29, 0x35,
0x1c, 0x0e, 0x87, 0xc3, 0xe1, 0x5f, 0x08, 0xa8,
0xd5, 0x68, 0xe3, 0x11, 0x04, 0x41, 0x10, 0x84,
0xd1, 0x45, 0x98, 0xf1, 0xe8, 0x86, 0x75, 0x4a,
0xea, 0x23, 0xe0, 0xe8, 0xa8, 0x50, 0xb8, 0xbe,
0xce, 0xe7, 0x0f, 0x0f, 0x47, 0x47, 0xfd, 0x7b,
0x5e, 0xf4, 0x1e, 0x60, 0x5d, 0x6c, 0xfa, 0xfe,
0x2a, 0xc9, 0x64, 0x32, 0x99, 0x4c, 0x8e, 0x8f,
0x1b, 0x86, 0x61, 0x18, 0x06, 0xcf, 0x4b, 0x92,
0x24, 0x49, 0x92, 0xd7, 0xdb, 0x6a, 0xb5, 0x5a,
0xad, 0x96, 0xd7, 0xab, 0xaa, 0xaa, 0xaa, 0xaa,
0x5e, 0xaf, 0xa6, 0x69, 0x9a, 0xa6, 0x8d, 0x8d,
0xe9, 0xba, 0xae, 0xeb, 0x3a, 0xc7, 0x51, 0xeb,
0xf1, 0xd0, 0xfb, 0x94, 0xcb, 0x45, 0x2d, 0x21,
0xb4, 0x34, 0x4c, 0x93, 0x5a, 0x4d, 0xa3, 0x3f,
0x6d, 0xa7, 0x43, 0x08, 0x21, 0x84, 0xb4, 0xdb,
0x6e, 0xb7, 0xdb, 0xed, 0x76, 0x2b, 0x0a, 0xc7,
0x71, 0x1c, 0xc7, 0x29, 0x8a, 0xcf, 0xe7, 0xf3,
0xf9, 0x7c, 0xad, 0x56, 0xbb, 0xdd, 0x6e, 0xb7,
0xdb, 0xa2, 0x58, 0x2c, 0x16, 0x8b, 0xc5, 0xa2,
0x24, 0x39, 0xcc, 0x00, 0x43, 0xa7, 0x43, 0x2d,
0xdb, 0xc1, 0x5d, 0x9f, 0xfe, 0x6c, 0x63, 0x65,
0x04, 0xdd, 0x6e, 0x6a, 0x31, 0xee, 0xb6, 0x84,
0xd0, 0x00, 0xd0, 0xbd, 0x06, 0x63, 0x16, 0x39,
0x5d, 0xa7, 0xcf, 0x19, 0x11, 0x66, 0x35, 0xed,
0x7b, 0xab, 0x28, 0xbd, 0xc4, 0xff, 0x19, 0xfc,
0x01, 0x61, 0x10, 0xe0, 0xf6, 0xa1, 0x33, 0x75,
0x81, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
0x44, 0xae, 0x42, 0x60, 0x82};

View File

@@ -1,109 +0,0 @@
/* list_add.png - 323 bytes */
static const unsigned char list_add_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd6, 0x01, 0x0b, 0x10, 0x00, 0x11, 0x94,
0x44, 0x78, 0xa1, 0x00, 0x00, 0x00, 0xd0, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xcd, 0x91, 0xbd,
0x0e, 0xc1, 0x60, 0x14, 0x86, 0x1f, 0xd2, 0xc5,
0x60, 0xb7, 0x72, 0x07, 0xd2, 0xba, 0x81, 0xc6,
0x60, 0x36, 0x5b, 0x3b, 0x74, 0x71, 0x07, 0x44,
0xd2, 0xc4, 0x64, 0x17, 0xb1, 0x5a, 0x0d, 0x26,
0x83, 0x84, 0x1b, 0xe8, 0x67, 0x37, 0x5a, 0x2c,
0x56, 0x69, 0xe2, 0xa7, 0xdf, 0x31, 0x10, 0x8a,
0xfa, 0x8b, 0x04, 0xef, 0x76, 0xf2, 0x9d, 0xbc,
0xf9, 0x9e, 0xe7, 0xc0, 0xaf, 0x93, 0xb8, 0xf7,
0x60, 0x39, 0x3d, 0x1f, 0x30, 0x8f, 0xa3, 0xf2,
0xbb, 0x15, 0x2b, 0x6e, 0x2f, 0xf9, 0xa0, 0xdc,
0xf4, 0x5c, 0x1b, 0xcf, 0xb5, 0x89, 0x14, 0xbd,
0x55, 0xf0, 0x52, 0x3e, 0x2e, 0x30, 0xee, 0x30,
0xc7, 0x39, 0x91, 0xc8, 0x78, 0x72, 0x62, 0x44,
0x99, 0x5b, 0xd5, 0x22, 0x5b, 0x2d, 0x24, 0x80,
0x6d, 0x78, 0xde, 0xf7, 0x5c, 0x1b, 0x11, 0x10,
0x39, 0x58, 0xaf, 0x77, 0xc6, 0xe6, 0xcd, 0x0f,
0x00, 0x56, 0xeb, 0x90, 0xf9, 0x32, 0x40, 0x04,
0xb4, 0x16, 0xb4, 0x40, 0xb0, 0x11, 0xc2, 0x50,
0xd8, 0x69, 0x41, 0x6b, 0xc8, 0x65, 0x52, 0xf1,
0x08, 0x80, 0x6a, 0x74, 0x26, 0x17, 0x08, 0xe5,
0x52, 0x01, 0x80, 0xc1, 0xc8, 0xbf, 0x26, 0x52,
0x4f, 0xe5, 0x58, 0x4e, 0x4f, 0x86, 0xd3, 0x85,
0x34, 0xfb, 0x33, 0xb9, 0xe2, 0xff, 0xf2, 0x19,
0xf3, 0xd9, 0xf4, 0x6b, 0x67, 0x8c, 0x89, 0xaa,
0xb5, 0x4f, 0xb6, 0x15, 0x7f, 0x9b, 0x3d, 0x54,
0x72, 0x4b, 0x0b, 0x8b, 0xb2, 0x77, 0x8e, 0x00,
0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae,
0x42, 0x60, 0x82};
/* list_add.png - 494 bytes */
static const unsigned char list_add_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x01,
0x79, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x56, 0xb1, 0x8a, 0xc2, 0x40, 0x10, 0x7d, 0x89,
0x27, 0x28, 0x36, 0x5a, 0x08, 0x56, 0x16, 0x56,
0xf6, 0x49, 0x29, 0x82, 0xe8, 0x67, 0xa4, 0xb1,
0x10, 0x0b, 0x41, 0xfc, 0x02, 0x89, 0x85, 0xd8,
0xf8, 0x03, 0xc1, 0xd6, 0x5f, 0xb0, 0xd5, 0xc2,
0xc2, 0x26, 0xdb, 0xd8, 0x5b, 0x58, 0xdb, 0x58,
0xa8, 0x28, 0x66, 0x77, 0xaf, 0x58, 0x82, 0x24,
0x27, 0x26, 0xf1, 0x92, 0xc3, 0x83, 0x7d, 0x45,
0x36, 0x3b, 0xc9, 0xcc, 0xbe, 0xb7, 0x99, 0x99,
0x2c, 0x20, 0x21, 0x21, 0xf1, 0xaf, 0xa1, 0xc4,
0x1d, 0x50, 0xd7, 0x3b, 0x9d, 0xf9, 0xdc, 0xb6,
0xc5, 0x4c, 0xd3, 0xbc, 0x4f, 0x09, 0xb1, 0xed,
0xd9, 0xcc, 0x30, 0x74, 0x3d, 0xae, 0xf5, 0xd4,
0x64, 0xf6, 0x45, 0xd3, 0x46, 0xa3, 0x6e, 0xb7,
0xd1, 0x00, 0x4c, 0x53, 0x8c, 0xcf, 0x05, 0x7d,
0xac, 0x80, 0xbf, 0x83, 0x14, 0x10, 0x04, 0xce,
0x93, 0x8d, 0xff, 0x15, 0xf6, 0xc5, 0xd7, 0xc5,
0xf9, 0x8a, 0xb8, 0x57, 0x82, 0x88, 0x13, 0x24,
0x2b, 0x7c, 0xb1, 0x87, 0x16, 0xe0, 0x12, 0x9f,
0x4e, 0xfb, 0xfd, 0x56, 0x0b, 0xb8, 0xdf, 0x19,
0xe3, 0x1c, 0x50, 0x7c, 0x7d, 0x4c, 0x55, 0x55,
0x55, 0x55, 0x81, 0xf3, 0xf9, 0x7a, 0x75, 0x1c,
0x80, 0x73, 0x41, 0x76, 0x32, 0xe9, 0xf5, 0x9a,
0x4d, 0xc0, 0x71, 0x84, 0x9f, 0x6b, 0x77, 0x47,
0x37, 0xce, 0x70, 0x68, 0x59, 0xcb, 0x65, 0xf8,
0x62, 0x8f, 0x28, 0x00, 0x38, 0x9d, 0x6e, 0x37,
0x4a, 0x81, 0xfd, 0xfe, 0x70, 0xb8, 0x5c, 0x1e,
0x04, 0x18, 0x13, 0xc4, 0xc4, 0x15, 0xa0, 0x54,
0xdc, 0x51, 0xca, 0x18, 0x20, 0x88, 0x0b, 0x3b,
0xa5, 0x9c, 0x3f, 0x84, 0x30, 0x26, 0xec, 0x95,
0x4a, 0xa9, 0x94, 0xcd, 0x46, 0x65, 0x13, 0x59,
0x00, 0x21, 0xa6, 0x69, 0x59, 0xab, 0x55, 0xf0,
0x0e, 0x0d, 0x06, 0x86, 0x51, 0xaf, 0x03, 0x84,
0xec, 0x76, 0xc7, 0x23, 0xb0, 0x5e, 0x6f, 0x36,
0xdb, 0x6d, 0xf8, 0x75, 0x62, 0x17, 0x10, 0x36,
0x27, 0xdd, 0x1c, 0x57, 0x94, 0x57, 0x71, 0x94,
0xd8, 0x7e, 0xa0, 0x89, 0x75, 0xa1, 0x7c, 0x3e,
0x97, 0x4b, 0xa7, 0x1f, 0x29, 0x95, 0x14, 0x12,
0x6c, 0xa3, 0xde, 0x22, 0xfd, 0x70, 0x01, 0xa9,
0x94, 0xdf, 0x52, 0x2e, 0x17, 0x8b, 0x99, 0x0c,
0x50, 0xab, 0x55, 0xab, 0x85, 0x42, 0x90, 0xff,
0xfb, 0x29, 0x15, 0xb9, 0x0b, 0x3d, 0x07, 0xa5,
0xde, 0x39, 0x21, 0xed, 0xf6, 0x78, 0xbc, 0x58,
0xfc, 0x3c, 0xcc, 0x3d, 0xf7, 0x7f, 0xff, 0x2b,
0xc5, 0x7c, 0x1a, 0x75, 0x77, 0xd2, 0x3f, 0xfa,
0x89, 0x8a, 0xd6, 0x29, 0x21, 0x21, 0xf1, 0x7b,
0x7c, 0x03, 0xa0, 0xdd, 0xbc, 0x3f, 0x8b, 0x9a,
0x1d, 0xb4, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45,
0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};

View File

@@ -1,76 +0,0 @@
/* list_remove.png - 247 bytes */
static const unsigned char list_remove_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9,
0x43, 0xbb, 0x7f, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd6, 0x01, 0x0b, 0x0f, 0x3b, 0x22, 0x00,
0x5c, 0x12, 0xc2, 0x00, 0x00, 0x00, 0x84, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xed, 0x91, 0xb1,
0x09, 0x83, 0x50, 0x10, 0x86, 0xbf, 0x07, 0x69,
0xdc, 0xc0, 0x3a, 0x2b, 0xe8, 0x08, 0x19, 0x23,
0xad, 0x6d, 0x46, 0x08, 0x19, 0x20, 0x0b, 0x88,
0xad, 0x73, 0xc4, 0x05, 0x74, 0x88, 0xd4, 0xb6,
0x22, 0x44, 0xf3, 0xee, 0x4f, 0x21, 0xca, 0xb3,
0xb3, 0x33, 0x85, 0x1f, 0x1c, 0x1c, 0x07, 0xff,
0x77, 0x1c, 0x07, 0x07, 0xfb, 0xe3, 0xe6, 0x26,
0xcd, 0xca, 0x1a, 0x48, 0x36, 0xe6, 0x9a, 0xba,
0xb8, 0xa6, 0x00, 0xa7, 0x60, 0x98, 0x3c, 0x6f,
0x17, 0x46, 0x13, 0x0e, 0x18, 0xbd, 0x56, 0x09,
0x69, 0x2a, 0x07, 0xdc, 0xf3, 0xd7, 0xb2, 0x28,
0x14, 0xd0, 0x7d, 0x3c, 0xef, 0xb6, 0x47, 0x02,
0x33, 0x61, 0x82, 0x7e, 0x10, 0xde, 0x8b, 0xaf,
0x09, 0x33, 0x38, 0xc7, 0xd1, 0x4a, 0x1c, 0x0a,
0x9a, 0x47, 0x5e, 0x6d, 0x3e, 0xe1, 0xf8, 0xfe,
0x3f, 0xf1, 0x03, 0xac, 0x53, 0x2d, 0xdb, 0x46,
0xe4, 0x80, 0xd8, 0x00, 0x00, 0x00, 0x00, 0x49,
0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};
/* list_remove.png - 306 bytes */
static const unsigned char list_remove_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x00,
0xbd, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0xd2, 0xbb, 0x0d, 0x83, 0x30, 0x10, 0x06, 0xe0,
0x1f, 0x29, 0x0d, 0x1b, 0x50, 0xb3, 0x82, 0x3d,
0x02, 0x63, 0xd0, 0xd2, 0x32, 0x02, 0x62, 0x00,
0x16, 0xb0, 0x68, 0x99, 0x83, 0x2c, 0x60, 0x0f,
0x41, 0x4d, 0x8b, 0x90, 0x90, 0x7d, 0x76, 0x0a,
0x07, 0xa5, 0x0c, 0x96, 0x82, 0xd2, 0xdc, 0x57,
0xf8, 0xa5, 0xd3, 0xe9, 0xee, 0x64, 0x80, 0x31,
0xc6, 0x18, 0x63, 0xff, 0x93, 0x5d, 0x0d, 0x94,
0xb2, 0x69, 0xa6, 0x49, 0xeb, 0x78, 0x13, 0xe2,
0xde, 0xb2, 0x8c, 0xd1, 0x7a, 0x1c, 0xeb, 0x5a,
0xca, 0x6f, 0x91, 0x8f, 0xb4, 0xc4, 0x42, 0x0c,
0x43, 0xdb, 0x56, 0x15, 0x60, 0xad, 0xf7, 0x21,
0x00, 0xd9, 0x7b, 0x04, 0xd6, 0x12, 0x85, 0x70,
0x3d, 0x53, 0x08, 0x31, 0xfa, 0xdc, 0xcf, 0x3c,
0x5d, 0xa7, 0xd4, 0x3c, 0x5f, 0x1f, 0x50, 0x62,
0x03, 0xc0, 0xb6, 0x1d, 0x07, 0x11, 0xb0, 0x2c,
0xeb, 0xba, 0xef, 0x9f, 0x02, 0xbc, 0x8f, 0x0d,
0xc5, 0x15, 0x20, 0x8a, 0x27, 0x22, 0xef, 0x01,
0xc0, 0xb9, 0xb8, 0x13, 0xc5, 0x46, 0x9d, 0x3b,
0xe3, 0xe3, 0x7b, 0x59, 0x16, 0x45, 0x9e, 0xa7,
0x56, 0x93, 0xdc, 0x80, 0x31, 0x7d, 0xaf, 0xd4,
0xf3, 0x79, 0xff, 0x17, 0xba, 0x37, 0x3f, 0x63,
0x8c, 0x31, 0xc6, 0x7e, 0xe3, 0x05, 0xb5, 0x9e,
0x63, 0xa8, 0xa1, 0xbc, 0x32, 0xe6, 0x00, 0x00,
0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
0x60, 0x82};

View File

@@ -1,134 +0,0 @@
/* text_x_generic.png - 333 bytes */
static const unsigned char text_x_generic_16x16_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10,
0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00,
0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18,
0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xd5, 0x04, 0x16, 0x14, 0x0f, 0x38, 0xba,
0x60, 0x26, 0x42, 0x00, 0x00, 0x00, 0xda, 0x49,
0x44, 0x41, 0x54, 0x38, 0xcb, 0xad, 0x92, 0x3d,
0x6e, 0x84, 0x30, 0x10, 0x85, 0xbf, 0x07, 0x48,
0xbb, 0x5b, 0x21, 0x21, 0x9f, 0x81, 0x9f, 0xb3,
0x6c, 0x99, 0x22, 0xc7, 0x41, 0xe6, 0x16, 0x1c,
0x21, 0x51, 0xda, 0x1c, 0x06, 0x73, 0x01, 0x1a,
0xfa, 0xad, 0x4c, 0x8a, 0x88, 0x15, 0x24, 0x5e,
0x58, 0xa2, 0xbc, 0x6a, 0x2c, 0x7b, 0xde, 0x7c,
0x33, 0x1e, 0xb5, 0x6d, 0xfb, 0x31, 0x0c, 0xc3,
0x0b, 0xc7, 0xf4, 0x5a, 0xd7, 0xf5, 0x3b, 0x00,
0xd6, 0xda, 0xe9, 0xa8, 0xac, 0xb5, 0xd3, 0xec,
0x94, 0xcc, 0xc1, 0x38, 0x8e, 0x78, 0xef, 0x01,
0x90, 0x74, 0x2f, 0x35, 0xc7, 0x92, 0x88, 0xe3,
0x98, 0x34, 0x4d, 0x57, 0x28, 0x77, 0x03, 0xef,
0x3d, 0xce, 0xb9, 0x55, 0xc2, 0x52, 0x92, 0xa8,
0xaa, 0xea, 0x57, 0x2f, 0xc9, 0xf2, 0x50, 0x14,
0xc5, 0x26, 0x41, 0x48, 0xc9, 0xf2, 0xe1, 0x92,
0xe0, 0xa7, 0x9e, 0x22, 0xc8, 0xf3, 0x3c, 0x50,
0xf1, 0xc6, 0x34, 0x9d, 0x88, 0xa2, 0x68, 0x9b,
0x00, 0xa0, 0xef, 0xfb, 0xd5, 0x65, 0x59, 0x96,
0xc0, 0x05, 0xb8, 0x01, 0xe7, 0xfd, 0x16, 0x42,
0x04, 0x92, 0x90, 0x2e, 0x0f, 0x17, 0x62, 0x45,
0xe0, 0x9c, 0xdb, 0x1c, 0xde, 0x37, 0xd1, 0xce,
0x2f, 0x84, 0x09, 0xb4, 0x4f, 0x20, 0x89, 0xae,
0xeb, 0x82, 0x95, 0xe7, 0xe9, 0x87, 0x8c, 0x82,
0x04, 0x21, 0x93, 0xdd, 0x3d, 0xc8, 0xb2, 0x8c,
0xbf, 0x28, 0x31, 0xc6, 0x7c, 0x36, 0x4d, 0x73,
0x3d, 0x92, 0x64, 0x8c, 0x79, 0xe3, 0xbf, 0xf4,
0x05, 0x54, 0x51, 0x5f, 0xb9, 0xfc, 0xb9, 0x3f,
0xec, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
0x44, 0xae, 0x42, 0x60, 0x82};
/* text_x_generic.png - 687 bytes */
static const unsigned char text_x_generic_24x24_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x10, 0x06, 0x00, 0x00, 0x00, 0xb0, 0xe7, 0xe1,
0xbb, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47,
0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0,
0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70,
0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7, 0x00,
0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78,
0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67,
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
0x00, 0x78, 0x4c, 0xa5, 0xa6, 0x00, 0x00, 0x02,
0x3a, 0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xed,
0x57, 0x4b, 0x6b, 0xab, 0x50, 0x10, 0x1e, 0x5f,
0xab, 0xb6, 0x5b, 0x45, 0xfc, 0x03, 0x06, 0x15,
0x5f, 0x94, 0x44, 0xdb, 0x7f, 0xd3, 0x1f, 0x51,
0x0a, 0x69, 0x17, 0x7d, 0xd1, 0xc7, 0x0f, 0xeb,
0x8b, 0x82, 0x08, 0xa2, 0xb8, 0x11, 0xda, 0x2e,
0x04, 0x85, 0x42, 0xa1, 0x74, 0x51, 0xd4, 0x2e,
0x64, 0xae, 0xd4, 0xe4, 0x60, 0xbc, 0x89, 0x09,
0x17, 0xee, 0xb7, 0x19, 0xce, 0x19, 0xf5, 0x7c,
0xdf, 0xcc, 0x9c, 0x99, 0x04, 0xe0, 0x3f, 0x36,
0x0b, 0x8a, 0xe4, 0xb8, 0xba, 0xba, 0xb9, 0xb9,
0xb8, 0x38, 0x3d, 0xad, 0x57, 0xc7, 0xc7, 0x9b,
0x22, 0x58, 0x55, 0x55, 0x55, 0x55, 0x67, 0x67,
0x47, 0x47, 0x87, 0x87, 0xd3, 0xe9, 0xc9, 0xc9,
0xc2, 0x2f, 0xd6, 0x02, 0xaa, 0x8d, 0x03, 0x79,
0x90, 0x78, 0xb2, 0x8b, 0x0a, 0x4a, 0x92, 0x24,
0x49, 0x12, 0x00, 0x86, 0x61, 0x18, 0x86, 0xc1,
0xc8, 0x00, 0x50, 0x14, 0x45, 0x51, 0x54, 0x63,
0xff, 0xa4, 0x96, 0xb0, 0xdf, 0xf6, 0xcf, 0x8f,
0x38, 0x80, 0x24, 0x49, 0x92, 0x24, 0x75, 0xf3,
0x5a, 0x58, 0x00, 0x89, 0x50, 0x10, 0x04, 0x41,
0x10, 0x74, 0x13, 0xeb, 0x82, 0x61, 0x18, 0x86,
0x61, 0x34, 0x02, 0x16, 0xc5, 0xd2, 0x02, 0x54,
0x55, 0x55, 0x55, 0x15, 0x80, 0x65, 0x59, 0x96,
0x9d, 0xf3, 0xb5, 0xa2, 0x28, 0x8a, 0xa2, 0x20,
0xfb, 0x49, 0xe7, 0x0c, 0x2e, 0x00, 0xad, 0xef,
0xfb, 0xbe, 0xef, 0xf7, 0x0a, 0xf6, 0x5c, 0x98,
0xa6, 0x69, 0x9a, 0x26, 0x00, 0x4d, 0xd3, 0x34,
0x4d, 0x0f, 0x28, 0x00, 0x0f, 0xc0, 0x54, 0xeb,
0xba, 0xae, 0xeb, 0x7a, 0xf3, 0x1c, 0xc7, 0x71,
0x1c, 0xc7, 0x2d, 0x2f, 0x68, 0xe5, 0x02, 0x9e,
0x9e, 0x9e, 0x9f, 0x1f, 0x1f, 0x01, 0x1c, 0x67,
0x3c, 0x76, 0xdd, 0x46, 0x90, 0xe7, 0x79, 0x9e,
0xe7, 0x2d, 0x4f, 0xc4, 0x71, 0x1c, 0xc7, 0x71,
0x9a, 0x92, 0x5b, 0xb9, 0x80, 0xf1, 0x78, 0x77,
0x77, 0x32, 0x01, 0x10, 0x45, 0x51, 0x14, 0x45,
0x80, 0x34, 0x4d, 0xd3, 0x34, 0x05, 0xb0, 0x2c,
0xcb, 0xb2, 0xac, 0x1e, 0x07, 0xb6, 0xee, 0x02,
0xa9, 0x7b, 0xad, 0x5c, 0x00, 0x7e, 0x18, 0x89,
0xe3, 0x3a, 0x8e, 0xe3, 0x38, 0x8e, 0xfb, 0x45,
0x7b, 0x1e, 0x34, 0x4d, 0xd3, 0x34, 0x6d, 0x0d,
0x77, 0xa0, 0x6d, 0x65, 0x59, 0x96, 0x65, 0xb9,
0xc7, 0x81, 0xad, 0x0c, 0xe0, 0x5c, 0x41, 0x0c,
0xd6, 0x46, 0xdb, 0x42, 0x48, 0xc2, 0x30, 0x82,
0x24, 0xc1, 0x5d, 0x25, 0x32, 0x58, 0x09, 0xdd,
0xdf, 0x3f, 0x3c, 0xdc, 0xdd, 0x01, 0xec, 0xed,
0xb9, 0xee, 0xfe, 0x7e, 0x73, 0x50, 0x18, 0x86,
0x61, 0x18, 0xf6, 0x0d, 0xc3, 0x2c, 0xb0, 0x8d,
0xf6, 0xc5, 0xc2, 0x02, 0x1c, 0x67, 0x32, 0x71,
0x5d, 0x00, 0x9e, 0xe7, 0x79, 0x9e, 0x07, 0xc8,
0xf3, 0x3c, 0xcf, 0xf3, 0xd9, 0x12, 0xc2, 0x0c,
0xb4, 0x33, 0x81, 0x68, 0x97, 0x4c, 0x7b, 0xbf,
0x2c, 0xcb, 0xb2, 0x2c, 0x07, 0x10, 0x80, 0x44,
0xb2, 0x2c, 0xcb, 0xb2, 0xac, 0x59, 0x47, 0x51,
0x14, 0x45, 0xd1, 0x72, 0xd1, 0x07, 0x58, 0xc3,
0x20, 0x23, 0x61, 0x34, 0x1a, 0x8d, 0x46, 0xa3,
0xee, 0x01, 0xd6, 0x75, 0x57, 0x06, 0xcf, 0x40,
0x9b, 0x08, 0xe2, 0x6f, 0xef, 0x80, 0x6d, 0xdb,
0xb6, 0x6d, 0xaf, 0x71, 0x0e, 0x90, 0xa0, 0x28,
0x8a, 0xa2, 0x28, 0xb3, 0x91, 0x6d, 0x47, 0xb8,
0x6b, 0x8d, 0xed, 0x73, 0xb0, 0x36, 0x2a, 0x08,
0x82, 0x20, 0x08, 0xcb, 0xca, 0x5d, 0x3d, 0x88,
0x02, 0xea, 0x5a, 0x3c, 0x3f, 0xbf, 0xbe, 0xbe,
0xbd, 0xbd, 0xbc, 0x9c, 0x4e, 0x37, 0x45, 0xf0,
0xf5, 0xf5, 0xe5, 0xe5, 0xed, 0xed, 0xe0, 0x80,
0xe4, 0xef, 0xf9, 0xd7, 0x03, 0x67, 0xe8, 0xf6,
0x76, 0x6d, 0x77, 0x76, 0x7e, 0x5b, 0xdc, 0xdf,
0xda, 0xaa, 0x2d, 0xf6, 0x13, 0x6c, 0x9c, 0x58,
0x1c, 0xdf, 0xdf, 0xb5, 0xfd, 0xfa, 0xaa, 0xed,
0xfb, 0x7b, 0x6d, 0x3f, 0x3e, 0x6a, 0xfb, 0xf9,
0xf9, 0xdb, 0x8f, 0x3f, 0xef, 0xfa, 0x14, 0xd7,
0x3f, 0x82, 0x1f, 0x81, 0xd2, 0x60, 0x2a, 0xa4,
0x04, 0x28, 0x9b, 0x00, 0x00, 0x00, 0x00, 0x49,
0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82};

View File

@@ -1,17 +0,0 @@
/* XPM */
static const char *const tick_xpm[] = {
/* columns rows colors chars-per-pixel */
"10 10 2 1",
". c Gray0",
" c None",
/* pixels */
" ",
" ..",
" ...",
" ... ",
".. ... ",
"... ... ",
" ..... ",
" ... ",
" . ",
" "};

View File

@@ -1,47 +0,0 @@
/* XPM */
static const char *const tipicon_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 9 1",
"$ c Black",
"O c #FFFFFF",
"@ c #808080",
"+ c #000080",
"o c #E8EB01",
" c None",
"X c #FFFF40",
"# c #C0C0C0",
". c #ABAD01",
/* pixels */
" ",
" ..... ",
" ..XXXXX.. ",
" ..XXXXXXXXo.. ",
" .XXXOXXXXXXXoo. ",
" .XOOXXX+XXXXXo. ",
" .XOOOXX+++XXXXoo. ",
" .XOOXXX+++XXXXXo. ",
" .XOOOXXX+++XXXXXXo. ",
" .XOOXXXX+++XXXXXXo. ",
" .XXXXXXX+++XXXXXXX. ",
" .XXXXXXX+++XXXXXXo. ",
" .XXXXXXX+++XXXXXoo. ",
" .XXXXXX+++XXXXXo. ",
" .XXXXXXX+XXXXXXo. ",
" .XXXXXXXXXXXXo. ",
" .XXXXX+++XXXoo. ",
" .XXXX+++XXoo. ",
" .XXXXXXXXo. ",
" ..XXXXXXo.. ",
" .XXXXXo.. ",
" @#######@ ",
" @@@@@@@@@ ",
" @#######@ ",
" @@@@@@@@@ ",
" @#######@ ",
" @@@@@@@ ",
" ### ",
" $$$ ",
" ",
" ",
" "
};

View File

@@ -1,21 +0,0 @@
/* XPM */
static const char *const toparent_xpm[] = {
"16 15 3 1",
" c None",
". c Black",
"X c Gray100",
" ",
" .. ",
" .XX. ",
" .XXXX. ",
" .XXXXXX. ",
" .XXXXXXXX. ",
" ....XXXX.... ",
" .XXXX. ",
" .XXXX..... ",
" .XXXXXXXX. ",
" .XXXXXXXX. ",
" .XXXXXXXX. ",
" .XXXXXXXX. ",
" .......... ",
" "};

View File

@@ -1,58 +0,0 @@
/* XPM */
static const char *const undo_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 37 1",
"4 c #9BACC2",
"* c #4C7398",
"2 c #547B99",
"- c #547897",
"@ c #5A89A6",
"8 c #3A749C",
"6 c #5A809C",
", c #7F99B4",
"$ c #3F6F93",
"7 c #85A7BC",
"+ c #749BB4",
"> c #718BA7",
"0 c #A5B3C8",
"q c #BECAD9",
": c #65839D",
"u c #E1E6EE",
"X c #236289",
"y c #ADBED2",
"= c #597B9A",
"1 c #8DA0B9",
" c None",
"% c #467291",
"3 c #7393AB",
"i c #4C809F",
"; c #A0BACB",
". c #6591AE",
"o c #407598",
"5 c #6F90A6",
"t c #D2D9E0",
"9 c #ADBACE",
"# c #326A8F",
"e c #467A9C",
"O c #ACC4D3",
"< c #7F97B0",
"r c #B3BFD1",
"w c #A2B3C5",
"& c #8FB0C3",
/* pixels */
" .XXXoO ",
"+ @X#####X+ ",
"X+ #$%%$#$%%#& ",
"#$@#*=-#+;+#=-o ",
"#:-=:=# +=:# ",
"#>>>:# &:>$ ",
"$,,,>o o<,$ ",
"$1111<# 213+ ",
"o44<56#@ o44o ",
"X$@7O 8493. ",
" 80qwe ",
" 8rty8 ",
" +uq8 ",
" @@i ",
" "
};

View File

@@ -1,21 +0,0 @@
/* XPM */
static const char *const up_xpm[] = {
"16 15 3 1",
" c None",
". c Black",
"X c Gray100",
" ",
" .. ",
" .XX. ",
" .XXXX. ",
" .XXXXXX. ",
" .XXXXXXXX. ",
" ....XXXX.... ",
" .XXXX. ",
" .XXXX. ",
" .XXXX. ",
" .XXXX. ",
" .XXXX. ",
" .XXXX. ",
" ...... ",
" "};

Some files were not shown because too many files have changed in this diff Show More