/* * Uninstaller (rsrc.rc) * * Copyright 2000 Andreas Mohr * Copyright 2003 Vincent Béron * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include #include "main.h" UNINSTALLER ICON MOVEABLE { '00 00 01 00 01 00 20 20 10 00 00 00 00 00 E8 02' '00 00 16 00 00 00 28 00 00 00 20 00 00 00 40 00' '00 00 01 00 04 00 00 00 00 00 00 02 00 00 00 00' '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00' '00 00 00 00 80 00 00 80 00 00 00 80 80 00 80 00' '00 00 80 00 80 00 80 80 00 00 80 80 80 00 C0 C0' 'C0 00 00 00 FF 00 00 FF 00 00 00 FF FF 00 FF 00' '00 00 FF 00 FF 00 FF FF 00 00 FF FF FF 00 22 22' '22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22' '22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22' '22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22' '22 22 22 22 20 00 00 02 22 22 22 22 22 22 22 22' '22 22 22 22 22 00 00 22 22 22 22 22 22 22 22 22' '22 22 22 22 22 20 02 22 22 22 22 22 22 22 22 22' '22 22 22 22 22 20 02 22 22 22 22 22 22 22 22 22' '22 22 22 22 22 20 02 22 22 22 22 22 22 22 22 22' '22 22 22 22 22 20 02 22 22 22 22 22 22 22 22 22' '22 22 20 07 77 70 07 77 70 02 22 22 22 22 22 22' '22 22 20 07 77 00 07 77 70 02 22 22 22 22 22 22' '22 22 27 70 00 00 00 00 07 72 22 22 22 22 22 22' '22 22 27 70 00 00 00 00 07 72 22 22 22 22 22 22' '20 22 27 70 00 00 00 00 07 72 22 02 22 22 22 22' '00 02 27 00 00 00 00 00 07 72 20 00 22 22 22 20' '00 00 00 00 00 00 00 00 00 00 00 00 02 22 22 20' '00 00 00 00 00 00 00 00 00 00 00 00 02 22 22 22' '00 02 27 00 00 00 0F F0 08 82 20 00 22 22 22 22' '20 22 27 70 00 00 0F F0 08 82 20 02 22 22 22 22' '22 22 27 70 00 00 00 F0 08 82 22 22 22 22 22 22' '22 22 27 70 00 00 00 00 08 82 22 22 22 22 22 22' '22 22 20 07 77 00 00 88 80 02 22 22 22 22 22 22' '22 22 20 07 78 80 08 88 80 02 22 22 22 22 22 22' '22 22 22 22 22 20 02 22 22 22 22 22 22 22 22 22' '22 22 22 22 22 20 02 22 22 22 22 22 22 22 22 22' '22 22 22 22 22 20 02 22 22 22 22 22 22 22 22 22' '22 22 22 22 22 20 02 22 22 22 22 22 22 22 22 22' '22 22 22 22 22 00 00 22 22 22 22 22 22 22 22 22' '22 22 22 22 20 00 00 02 22 22 22 22 22 22 22 22' '22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22' '22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22' '22 22 22 22 22 22 22 22 22 22 22 22 22 22 00 00' '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00' '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00' '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00' '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00' '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00' '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00' '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00' '00 00 00 00 00 00 00 00 00 00 00 00 00 00' } /* English-US Resources */ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STRINGTABLE { IDS_APPNAME, "Uninstaller" } /* End of English-US Resources */ /* French Resources */ LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL STRINGTABLE { IDS_APPNAME, "Désinstalleur" } /* End of French Resources */