From 46c8f01954791cf82189cbd6162ab9d07a4cc698 Mon Sep 17 00:00:00 2001 From: Daniel Reimer Date: Fri, 28 Mar 2008 14:40:37 +0000 Subject: [PATCH] Clean Up WineFile Folder. The MSVC Files are autogenerated anyway and these ones are rather old. Synched WineFile to recent Wine CVS. svn path=/trunk/; revision=32776 --- rosapps/winefile/Doxyfile | 234 ---- rosapps/winefile/Makefile-MinGW | 56 - rosapps/winefile/Makefile.in | 2 + rosapps/winefile/doxy-footer.html | 16 - rosapps/winefile/doxy-footer.htmt | 16 - rosapps/winefile/lang/cs-CZ.rc | 4 - rosapps/winefile/lang/de-DE.rc | 31 - rosapps/winefile/lang/en-US.rc | 32 +- rosapps/winefile/lang/es-ES.rc | 28 - rosapps/winefile/lang/fr-FR.rc | 31 - rosapps/winefile/lang/hu-HU.rc | 3 - rosapps/winefile/lang/it-IT.rc | 3 - rosapps/winefile/lang/ko-KO.rc | 29 - rosapps/winefile/lang/nb-NO.rc | 28 - rosapps/winefile/lang/nl-NL.rc | 103 +- rosapps/winefile/lang/pl-PL.rc | 28 - rosapps/winefile/lang/pt-PT.rc | 8 - rosapps/winefile/lang/ru-RU.rc | 28 - rosapps/winefile/lang/sl-SI.rc | 3 - rosapps/winefile/lang/sv-SE.rc | 4 - rosapps/winefile/lang/tr-TR.rc | 4 - rosapps/winefile/lang/zh-CN.rc | 3 - rosapps/winefile/make-docu.sh | 2 - rosapps/winefile/make_winefile.dsp | 93 -- rosapps/winefile/make_winefile.vcproj | 77 -- rosapps/winefile/makel-docu.bat | 3 - rosapps/winefile/resource.h | 11 +- rosapps/winefile/{winefile.rc => rsrc.rc} | 6 +- rosapps/winefile/winefile.c | 38 +- rosapps/winefile/winefile.dsp | 269 ----- rosapps/winefile/winefile.dsw | 41 - rosapps/winefile/winefile.h | 4 - rosapps/winefile/winefile.ico | Bin 766 -> 15086 bytes rosapps/winefile/winefile.rbuild | 18 +- rosapps/winefile/winefile.sln | 34 - rosapps/winefile/winefile.vcproj | 1220 --------------------- 36 files changed, 121 insertions(+), 2389 deletions(-) delete mode 100644 rosapps/winefile/Doxyfile delete mode 100644 rosapps/winefile/Makefile-MinGW delete mode 100644 rosapps/winefile/doxy-footer.html delete mode 100644 rosapps/winefile/doxy-footer.htmt delete mode 100755 rosapps/winefile/make-docu.sh delete mode 100644 rosapps/winefile/make_winefile.dsp delete mode 100644 rosapps/winefile/make_winefile.vcproj delete mode 100755 rosapps/winefile/makel-docu.bat rename rosapps/winefile/{winefile.rc => rsrc.rc} (100%) delete mode 100644 rosapps/winefile/winefile.dsp delete mode 100644 rosapps/winefile/winefile.dsw delete mode 100644 rosapps/winefile/winefile.sln delete mode 100644 rosapps/winefile/winefile.vcproj diff --git a/rosapps/winefile/Doxyfile b/rosapps/winefile/Doxyfile deleted file mode 100644 index 3bb97aaf825..00000000000 --- a/rosapps/winefile/Doxyfile +++ /dev/null @@ -1,234 +0,0 @@ -# Doxyfile 1.5.4 - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -DOXYFILE_ENCODING = UTF-8 -PROJECT_NAME = Winefile -PROJECT_NUMBER = -OUTPUT_DIRECTORY = doxy-doc -CREATE_SUBDIRS = NO -OUTPUT_LANGUAGE = English -BRIEF_MEMBER_DESC = YES -REPEAT_BRIEF = YES -ABBREVIATE_BRIEF = -ALWAYS_DETAILED_SEC = NO -INLINE_INHERITED_MEMB = NO -FULL_PATH_NAMES = NO -STRIP_FROM_PATH = -STRIP_FROM_INC_PATH = -SHORT_NAMES = NO -JAVADOC_AUTOBRIEF = YES -QT_AUTOBRIEF = NO -MULTILINE_CPP_IS_BRIEF = NO -DETAILS_AT_TOP = NO -INHERIT_DOCS = YES -SEPARATE_MEMBER_PAGES = NO -TAB_SIZE = 8 -ALIASES = -OPTIMIZE_OUTPUT_FOR_C = YES -OPTIMIZE_OUTPUT_JAVA = NO -BUILTIN_STL_SUPPORT = NO -CPP_CLI_SUPPORT = NO -SIP_SUPPORT = NO -DISTRIBUTE_GROUP_DOC = NO -SUBGROUPING = YES -TYPEDEF_HIDES_STRUCT = NO -#--------------------------------------------------------------------------- -# Build related configuration options -#--------------------------------------------------------------------------- -EXTRACT_ALL = YES -EXTRACT_PRIVATE = YES -EXTRACT_STATIC = YES -EXTRACT_LOCAL_CLASSES = YES -EXTRACT_LOCAL_METHODS = NO -EXTRACT_ANON_NSPACES = NO -HIDE_UNDOC_MEMBERS = NO -HIDE_UNDOC_CLASSES = NO -HIDE_FRIEND_COMPOUNDS = NO -HIDE_IN_BODY_DOCS = NO -INTERNAL_DOCS = NO -CASE_SENSE_NAMES = YES -HIDE_SCOPE_NAMES = NO -SHOW_INCLUDE_FILES = YES -INLINE_INFO = YES -SORT_MEMBER_DOCS = YES -SORT_BRIEF_DOCS = NO -SORT_BY_SCOPE_NAME = NO -GENERATE_TODOLIST = YES -GENERATE_TESTLIST = YES -GENERATE_BUGLIST = YES -GENERATE_DEPRECATEDLIST= YES -ENABLED_SECTIONS = -MAX_INITIALIZER_LINES = 30 -SHOW_USED_FILES = YES -SHOW_DIRECTORIES = YES -FILE_VERSION_FILTER = -#--------------------------------------------------------------------------- -# configuration options related to warning and progress messages -#--------------------------------------------------------------------------- -QUIET = NO -WARNINGS = NO -WARN_IF_UNDOCUMENTED = NO -WARN_IF_DOC_ERROR = YES -WARN_NO_PARAMDOC = NO -WARN_FORMAT = "$file:$line: $text " -WARN_LOGFILE = -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = . -INPUT_ENCODING = UTF-8 -FILE_PATTERNS = *.c \ - *.h -RECURSIVE = YES -EXCLUDE = -EXCLUDE_SYMLINKS = NO -EXCLUDE_PATTERNS = -EXCLUDE_SYMBOLS = -EXAMPLE_PATH = -EXAMPLE_PATTERNS = -EXAMPLE_RECURSIVE = NO -IMAGE_PATH = -INPUT_FILTER = -FILTER_PATTERNS = -FILTER_SOURCE_FILES = NO -#--------------------------------------------------------------------------- -# configuration options related to source browsing -#--------------------------------------------------------------------------- -SOURCE_BROWSER = YES -INLINE_SOURCES = YES -STRIP_CODE_COMMENTS = YES -REFERENCED_BY_RELATION = YES -REFERENCES_RELATION = YES -REFERENCES_LINK_SOURCE = YES -USE_HTAGS = NO -VERBATIM_HEADERS = YES -#--------------------------------------------------------------------------- -# configuration options related to the alphabetical class index -#--------------------------------------------------------------------------- -ALPHABETICAL_INDEX = YES -COLS_IN_ALPHA_INDEX = 5 -IGNORE_PREFIX = -#--------------------------------------------------------------------------- -# configuration options related to the HTML output -#--------------------------------------------------------------------------- -GENERATE_HTML = YES -HTML_OUTPUT = html -HTML_FILE_EXTENSION = .html -HTML_HEADER = -HTML_FOOTER = doxy-footer.html -HTML_STYLESHEET = -HTML_ALIGN_MEMBERS = YES -GENERATE_HTMLHELP = YES -HTML_DYNAMIC_SECTIONS = NO -CHM_FILE = -HHC_LOCATION = -GENERATE_CHI = NO -BINARY_TOC = NO -TOC_EXPAND = NO -DISABLE_INDEX = NO -ENUM_VALUES_PER_LINE = 4 -GENERATE_TREEVIEW = YES -TREEVIEW_WIDTH = 240 -#--------------------------------------------------------------------------- -# configuration options related to the LaTeX output -#--------------------------------------------------------------------------- -GENERATE_LATEX = NO -LATEX_OUTPUT = latex -LATEX_CMD_NAME = latex -MAKEINDEX_CMD_NAME = makeindex -COMPACT_LATEX = NO -PAPER_TYPE = a4wide -EXTRA_PACKAGES = -LATEX_HEADER = -PDF_HYPERLINKS = NO -USE_PDFLATEX = NO -LATEX_BATCHMODE = NO -LATEX_HIDE_INDICES = NO -#--------------------------------------------------------------------------- -# configuration options related to the RTF output -#--------------------------------------------------------------------------- -GENERATE_RTF = NO -RTF_OUTPUT = rtf -COMPACT_RTF = YES -RTF_HYPERLINKS = YES -RTF_STYLESHEET_FILE = -RTF_EXTENSIONS_FILE = -#--------------------------------------------------------------------------- -# configuration options related to the man page output -#--------------------------------------------------------------------------- -GENERATE_MAN = NO -MAN_OUTPUT = man -MAN_EXTENSION = .3 -MAN_LINKS = NO -#--------------------------------------------------------------------------- -# configuration options related to the XML output -#--------------------------------------------------------------------------- -GENERATE_XML = NO -XML_OUTPUT = xml -XML_SCHEMA = -XML_DTD = -XML_PROGRAMLISTING = YES -#--------------------------------------------------------------------------- -# configuration options for the AutoGen Definitions output -#--------------------------------------------------------------------------- -GENERATE_AUTOGEN_DEF = NO -#--------------------------------------------------------------------------- -# configuration options related to the Perl module output -#--------------------------------------------------------------------------- -GENERATE_PERLMOD = NO -PERLMOD_LATEX = NO -PERLMOD_PRETTY = YES -PERLMOD_MAKEVAR_PREFIX = -#--------------------------------------------------------------------------- -# Configuration options related to the preprocessor -#--------------------------------------------------------------------------- -ENABLE_PREPROCESSING = YES -MACRO_EXPANSION = NO -EXPAND_ONLY_PREDEF = NO -SEARCH_INCLUDES = YES -INCLUDE_PATH = -INCLUDE_FILE_PATTERNS = -PREDEFINED = -EXPAND_AS_DEFINED = -SKIP_FUNCTION_MACROS = YES -#--------------------------------------------------------------------------- -# Configuration::additions related to external references -#--------------------------------------------------------------------------- -TAGFILES = -GENERATE_TAGFILE = -ALLEXTERNALS = NO -EXTERNAL_GROUPS = YES -PERL_PATH = /usr/bin/perl -#--------------------------------------------------------------------------- -# Configuration options related to the dot tool -#--------------------------------------------------------------------------- -CLASS_DIAGRAMS = YES -MSCGEN_PATH = -HIDE_UNDOC_RELATIONS = NO -HAVE_DOT = YES -CLASS_GRAPH = YES -COLLABORATION_GRAPH = YES -GROUP_GRAPHS = YES -UML_LOOK = NO -TEMPLATE_RELATIONS = NO -INCLUDE_GRAPH = YES -INCLUDED_BY_GRAPH = YES -CALL_GRAPH = YES -CALLER_GRAPH = YES -GRAPHICAL_HIERARCHY = YES -DIRECTORY_GRAPH = YES -DOT_IMAGE_FORMAT = png -DOT_PATH = -DOTFILE_DIRS = -DOT_GRAPH_MAX_NODES = 50 -MAX_DOT_GRAPH_DEPTH = 0 -DOT_TRANSPARENT = NO -DOT_MULTI_TARGETS = NO -GENERATE_LEGEND = YES -DOT_CLEANUP = YES -#--------------------------------------------------------------------------- -# Configuration::additions related to the search engine -#--------------------------------------------------------------------------- -SEARCHENGINE = NO diff --git a/rosapps/winefile/Makefile-MinGW b/rosapps/winefile/Makefile-MinGW deleted file mode 100644 index b0ac8fdc320..00000000000 --- a/rosapps/winefile/Makefile-MinGW +++ /dev/null @@ -1,56 +0,0 @@ -# -# Winefile Makefile for MinGW -# - -CC = gcc -LD = gcc - -CFLAGS = -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 -RCFLAGS = -D__WINDRES__ -LFLAGS = -Wl,--subsystem,windows - -ifdef DEBUG -CFLAGS += -D_DEBUG -g -RCFLAGS += -D_DEBUG -LFLAGS += -g -else -CFLAGS += -DNDEBUG -Os -RCFLAGS += -DNDEBUG -LFLAGS += -s -endif - -ifndef UNICODE -UNICODE = 1 -endif - -ifeq ($(UNICODE),1) -CFLAGS += -DUNICODE -#LFLAGS += -Wl,--entry,_wWinMain@16 -RCFLAGS += -DUNICODE -endif - -CXXFLAGS = $(CFLAGS) - -EXEC_SUFFIX = .exe -RES_SUFFIX = .coff - -PROGRAM = winefile - -OBJECTS = winefile.o - -LIBS = uuid user32 gdi32 advapi32 comctl32 shell32 comdlg32 ole32 version mpr - -DELAYIMPORTS = - -TARGET = $(PROGRAM)$(EXEC_SUFFIX) - -all: $(TARGET) - -$(TARGET): $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) - $(LD) $(LFLAGS) -o $@ $^ $(addprefix -l,$(LIBS)) $(addprefix -l,$(DELAYIMPORTS)) - -$(PROGRAM)$(RES_SUFFIX): $(PROGRAM).rc *.bmp *.ico - windres $(RCFLAGS) -o $@ $(PROGRAM).rc - -clean: - rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) diff --git a/rosapps/winefile/Makefile.in b/rosapps/winefile/Makefile.in index 799ae8efe2c..d14eb7aee8c 100644 --- a/rosapps/winefile/Makefile.in +++ b/rosapps/winefile/Makefile.in @@ -14,6 +14,8 @@ C_SRCS = \ RC_SRCS = rsrc.rc +SVG_SRCS = winefile.svg + @MAKE_PROG_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/rosapps/winefile/doxy-footer.html b/rosapps/winefile/doxy-footer.html deleted file mode 100644 index e0ea3bbe01a..00000000000 --- a/rosapps/winefile/doxy-footer.html +++ /dev/null @@ -1,16 +0,0 @@ -
- - - - - -
-Winefile Source Code Documentation -
generated on 02.10.2005 by -doxygen -
-
-

Winefile Homepage -

- - diff --git a/rosapps/winefile/doxy-footer.htmt b/rosapps/winefile/doxy-footer.htmt deleted file mode 100644 index 0cb373766ad..00000000000 --- a/rosapps/winefile/doxy-footer.htmt +++ /dev/null @@ -1,16 +0,0 @@ -
- - - - - -
-Winefile Source Code Documentation -
@GEN@ by -doxygen -
-
-

Winefile Homepage -

- - diff --git a/rosapps/winefile/lang/cs-CZ.rc b/rosapps/winefile/lang/cs-CZ.rc index 11aee5776d0..a4e327a46ae 100644 --- a/rosapps/winefile/lang/cs-CZ.rc +++ b/rosapps/winefile/lang/cs-CZ.rc @@ -145,9 +145,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "&Jak používat nápovìdu\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "&Informace o Winefile...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "Informace o &Wine...", ID_ABOUT_WINE -#endif } } @@ -195,7 +192,6 @@ STRINGTABLE IDS_SHELL "Pøíkazový øádek" IDS_TITLEFMT "%s - %s" IDS_NO_IMPL "Zatím neimplementováno" - IDS_WINE "WINE" IDS_WINE_FILE "Wine File" } diff --git a/rosapps/winefile/lang/de-DE.rc b/rosapps/winefile/lang/de-DE.rc index 550f2386b2e..ae1a80fc3bf 100644 --- a/rosapps/winefile/lang/de-DE.rc +++ b/rosapps/winefile/lang/de-DE.rc @@ -137,9 +137,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "Hilfe &verwenden\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "&Info über Winefile...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "Info über &Wine...", ID_ABOUT_WINE -#endif } } @@ -240,7 +237,6 @@ STRINGTABLE IDS_SHELL "Shell" IDS_TITLEFMT "%s - %s" IDS_NO_IMPL "Noch nicht implementiert" - IDS_WINE "WINE" IDS_WINE_FILE "Wine File" } @@ -258,30 +254,3 @@ STRINGTABLE IDS_FREE_SPACE_FMT "%s von %s frei" } - -STRINGTABLE -{ -IDS_LICENSE_CAPTION, "LIZENZ" -IDS_LICENSE, -"Diese Bibliothek ist freie Software; Sie dürfen sie unter den \ -Bedingungen der GNU Lesser General Public License, wie von der \ -Free Software Foundation veröffentlicht, weiterverteilen und/oder \ -modifizieren; entweder gemäß Version 2.1 der Lizenz oder (nach \ -Ihrer Option) jeder späteren Version.\n\ -Diese Bibliothek wird in der Hoffnung weiterverbreitet, daß sie \ -nützlich sein wird, jedoch OHNE IRGENDEINE GARANTIE, auch ohne \ -die implizierte Garantie der MARKTREIFE oder der VERWENDBARKEIT \ -FÜR EINEN BESTIMMTEN ZWECK. Mehr Details finden Sie in der \ -GNU Lesser General Public License.\n\ -Sie sollten eine Kopie der GNU Lesser General Public License zusammen \ -mit dieser Bibliothek erhalten haben; falls nicht, schreiben Sie an \ -die Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, \ -Boston, MA 02110, USA." - -IDS_WARRANTY_CAPTION, "KEINE GARANTIE" -IDS_WARRANTY, -"Diese Bibliothek wird in der Hoffnung weiterverbreitet, daß sie nützlich \ -sein wird, jedoch OHNE IRGENDEINE GARANTIE, auch ohne die implizierte Garantie \ -der MARKTREIFE oder der VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK. Mehr Details \ -finden Sie in der GNU Lesser General Public License." -} diff --git a/rosapps/winefile/lang/en-US.rc b/rosapps/winefile/lang/en-US.rc index 37a2e07c0e1..ae059d2515b 100644 --- a/rosapps/winefile/lang/en-US.rc +++ b/rosapps/winefile/lang/en-US.rc @@ -140,10 +140,7 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "Help &Search...\tF1", ID_HELP MENUITEM "&Using Help\tF1", ID_HELP_USING MENUITEM SEPARATOR - MENUITEM "&Info about Winefile...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "Info about &Wine...", ID_ABOUT_WINE -#endif + MENUITEM "&About Winefile...", ID_ABOUT } } @@ -236,7 +233,7 @@ STRINGTABLE STRINGTABLE { - IDS_WINEFILE "Winefile" + IDS_WINEFILE "Wine File Manager" IDS_ERROR "Error" IDS_ROOT_FS "root fs" IDS_UNIXFS "unixfs" @@ -244,7 +241,6 @@ STRINGTABLE IDS_SHELL "Shell" IDS_TITLEFMT "%s - %s" IDS_NO_IMPL "Not yet implemented" - IDS_WINE "WINE" IDS_WINE_FILE "Wine File" } @@ -262,27 +258,3 @@ STRINGTABLE IDS_FREE_SPACE_FMT "%s of %s free" } - -STRINGTABLE -{ -IDS_LICENSE_CAPTION, "LICENSE" -IDS_LICENSE, -"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.\n\ -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.\n\ -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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA" - -IDS_WARRANTY_CAPTION, "NO WARRANTY" -IDS_WARRANTY, -"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." -} diff --git a/rosapps/winefile/lang/es-ES.rc b/rosapps/winefile/lang/es-ES.rc index 4ad3e953948..fa82f4fd563 100644 --- a/rosapps/winefile/lang/es-ES.rc +++ b/rosapps/winefile/lang/es-ES.rc @@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "&Usando la ayuda\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "&Acerca de Winefile...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "Acerca de &Wine...", ID_ABOUT_WINE -#endif } } @@ -242,7 +239,6 @@ STRINGTABLE IDS_SHELL "Shell" IDS_TITLEFMT "%s - %s" IDS_NO_IMPL "Aún no implementado" - IDS_WINE "WINE" IDS_WINE_FILE "Wine File" } @@ -260,27 +256,3 @@ STRINGTABLE IDS_FREE_SPACE_FMT "%s de %s libre" } - -STRINGTABLE -{ -IDS_LICENSE_CAPTION, "LICENCIA" -IDS_LICENSE, -"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.\n\ -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.\n\ -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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA" - -IDS_WARRANTY_CAPTION, "SIN GARANTÍA" -IDS_WARRANTY, -"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." -} diff --git a/rosapps/winefile/lang/fr-FR.rc b/rosapps/winefile/lang/fr-FR.rc index b990781c8c8..2a8207f5f83 100644 --- a/rosapps/winefile/lang/fr-FR.rc +++ b/rosapps/winefile/lang/fr-FR.rc @@ -143,9 +143,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "&Utiliser l'aide\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "À &propos de Winefile", ID_ABOUT -#ifdef __WINE__ - MENUITEM "À propos de &Wine", ID_ABOUT_WINE -#endif } } @@ -246,7 +243,6 @@ STRINGTABLE IDS_SHELL "Shell" IDS_TITLEFMT "%s - %s" IDS_NO_IMPL "Pas encore implémenté" - IDS_WINE "WINE" IDS_WINE_FILE "Wine File" } @@ -264,30 +260,3 @@ STRINGTABLE IDS_FREE_SPACE_FMT "%s sur %s libre" } - -STRINGTABLE -{ -IDS_LICENSE_CAPTION, "LICENCE" -IDS_LICENSE, -"Cette bibliothèque est libre, vous pouvez la redistribuer et/ou \ -la modifier selon les termes de la Licence Publique Générale GNU \ -Limitée publiée par la Free Software Foundation (version 2.1 ou \ -bien toute autre version ultérieure choisie par vous).\n\ -Cette bibliothèque est distribuée car potentiellement utile, \ -mais SANS AUCUNE GARANTIE, ni explicite ni implicite, y compris \ -les garanties de commercialisation ou d'adaptation dans un but \ -spécifique. Reportez-vous à la Licence Publique Générale GNU \ -Limitée pour plus de détails.\n\ -Vous devez avoir reçu une copie de la Licence Publique Générale \ -GNU Limitée en même temps que cette bibliothèque ; si ce n'est pas \ -le cas, écrivez à la Free Software Foundation, Inc., 51 Franklin St, \ -Fifth Floor, Boston, MA 02111-1301, États-Unis." - -IDS_WARRANTY_CAPTION, "AUCUNE GARANTIE" -IDS_WARRANTY, -"Cette bibliothèque est distribuée car potentiellement utile, \ -mais SANS AUCUNE GARANTIE, ni explicite ni implicite, y compris \ -les garanties de commercialisation ou d'adaptation dans un but \ -spécifique. Reportez-vous à la Licence Publique Générale GNU \ -Limitée pour plus de détails." -} diff --git a/rosapps/winefile/lang/hu-HU.rc b/rosapps/winefile/lang/hu-HU.rc index 6cd8cdf8d2a..f73f376d875 100644 --- a/rosapps/winefile/lang/hu-HU.rc +++ b/rosapps/winefile/lang/hu-HU.rc @@ -142,9 +142,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "&Használat\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "&Winefile-ról...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "W&ine-ról...", ID_ABOUT_WINE -#endif } } diff --git a/rosapps/winefile/lang/it-IT.rc b/rosapps/winefile/lang/it-IT.rc index 9d98051ce6e..75a6450e4fb 100644 --- a/rosapps/winefile/lang/it-IT.rc +++ b/rosapps/winefile/lang/it-IT.rc @@ -142,9 +142,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "&Uso dell Guida\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "&Informazioni su Winefile...",ID_ABOUT -#ifdef __WINE__ - MENUITEM "Informazioni su &Wine...", ID_ABOUT_WINE -#endif } } diff --git a/rosapps/winefile/lang/ko-KO.rc b/rosapps/winefile/lang/ko-KO.rc index 6c431173d3c..6a6f12d1d4c 100644 --- a/rosapps/winefile/lang/ko-KO.rc +++ b/rosapps/winefile/lang/ko-KO.rc @@ -142,9 +142,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "µµ¿ò¸» »ç¿ë¹ý(&U)\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "Winefile °ü·Ã Á¤º¸(&I)...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "&Wine °ü·Ã Á¤º¸...", ID_ABOUT_WINE -#endif } } @@ -245,7 +242,6 @@ STRINGTABLE IDS_SHELL "¼¿" IDS_TITLEFMT "%s - %s" IDS_NO_IMPL "¹Ì±¸Çö" - IDS_WINE "WINE" IDS_WINE_FILE "Wine ÆÄÀÏ" } @@ -263,28 +259,3 @@ STRINGTABLE IDS_FREE_SPACE_FMT "%s of %s »ç¿ë°¡´É" } - - -STRINGTABLE -{ -IDS_LICENSE_CAPTION, "¶óÀ̼¾" -IDS_LICENSE, -"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.\n\ -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.\n\ -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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA" - -IDS_WARRANTY_CAPTION, "º¸Áõ ¾øÀ½" -IDS_WARRANTY, -"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." -} diff --git a/rosapps/winefile/lang/nb-NO.rc b/rosapps/winefile/lang/nb-NO.rc index 16043c8429e..8a2377025a6 100644 --- a/rosapps/winefile/lang/nb-NO.rc +++ b/rosapps/winefile/lang/nb-NO.rc @@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "Br&uk av hjelp\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "&Informasjon om Filbehandling . . .", ID_ABOUT -#ifdef __WINE__ - MENUITEM "Informasjon om &Wine . . .", ID_ABOUT_WINE -#endif } } @@ -242,7 +239,6 @@ STRINGTABLE IDS_SHELL "Skall" IDS_TITLEFMT "%s - %s" IDS_NO_IMPL "Ikke implementert ennå" - IDS_WINE "WINE" IDS_WINE_FILE "Filbehandling" } @@ -260,27 +256,3 @@ STRINGTABLE IDS_FREE_SPACE_FMT "%s av %s ledig" } - -STRINGTABLE -{ -IDS_LICENSE_CAPTION, "LISENS" -IDS_LICENSE, -"Dette biblioteket er fri programvare; du kan redistribuere det \ -og/eller endre det under vilkårene i «GNU Lesser General Public \ -License», utgitt av the Free Software Foundation; enten \ -versjon 2.1 av Lisensen, eller (hvis du ønsker det) en nyere versjon.\n\ -Dette biblioteket distribueres i håp om at det er nyttig, \ -men UTEN ENHVER GARANTI; ikke engang den uttrykte garantien for \ -HANDELSDYKTIGHET eller EGNETHET FOR ET SPESIELT FORMÅL. Se «GNU \ -Lesser General Public License» for flere detaljer.\n\ -Du skal ha mottatt et eksemplar av «GNU Lesser General Public \ -License» sammen med dette biblioteket; hvis ikke, skriv til: the Free Software \ -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA" - -IDS_WARRANTY_CAPTION, "INGEN GARANTI" -IDS_WARRANTY, -"Dette biblioteket distribueres i håp om at det er nyttig, \ -men UTEN ENHVER GARANTI; ikke engang en uttrykte garantien for \ -HANDELSDYKTIGHET eller EGNETHET FOR ET SPESIELT FORMÅL. Se «GNU \ -Lesser General Public License» for flere detaljer." -} diff --git a/rosapps/winefile/lang/nl-NL.rc b/rosapps/winefile/lang/nl-NL.rc index 8b85139113b..06eef8e347b 100644 --- a/rosapps/winefile/lang/nl-NL.rc +++ b/rosapps/winefile/lang/nl-NL.rc @@ -138,9 +138,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "&Instructie\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "&Over Winefile...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "Over &Wine...", ID_ABOUT_WINE -#endif } } @@ -158,3 +155,103 @@ FONT 8, "MS Shell Dlg" PUSHBUTTON "Annuleren", 2, 158, 23, 47, 14 PUSHBUTTON "&Help", 254, 158, 43, 47, 14 } + +IDD_SELECT_DESTINATION DIALOG FIXED IMPURE 15, 13, 210, 63 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Selecteer bestemming" +FONT 8, "MS Shell Dlg" +{ + CONTROL "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10 + CONTROL "&Locatie:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10 + EDITTEXT 201, 3, 29, 134, 12, ES_AUTOHSCROLL + DEFPUSHBUTTON "OK", 1, 158, 6, 47, 14 + PUSHBUTTON "Annuleren", 2, 158, 23, 47, 14 + PUSHBUTTON "&Bladeren", 254, 158, 43, 47, 14 +} + +IDD_DIALOG_VIEW_TYPE DIALOG DISCARDABLE 15, 13, 161, 97 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Per Bestandstype" +FONT 8, "MS Sans Serif" +BEGIN + LTEXT "&Naam:",-1,7,8,22,10 + EDITTEXT IDC_VIEW_PATTERN,31,7,63,12,ES_AUTOHSCROLL + GROUPBOX "Bestandstype",-1,7,23,87,56 + CONTROL "&Directories",IDC_VIEW_TYPE_DIRECTORIES,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,13,32,70,10 + CONTROL "&Programma's",IDC_VIEW_TYPE_PROGRAMS,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,13,43,70,10 + CONTROL "Docu&menten",IDC_VIEW_TYPE_DOCUMENTS,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,13,54,70,10 + CONTROL "&Overige bestanden",IDC_VIEW_TYPE_OTHERS,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,13,65,70,10 + CONTROL "Toon Verborgen/&Systeem Bestanden",IDC_VIEW_TYPE_HIDDEN, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,81,106,9 + DEFPUSHBUTTON "OK",IDOK,104,7,50,14 + PUSHBUTTON "Annuleren",IDCANCEL,104,24,50,14 +END + +IDD_DIALOG_PROPERTIES DIALOG DISCARDABLE 0, 0, 248, 215 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Eigenschappen voor %s" +FONT 8, "MS Sans Serif" +BEGIN + DEFPUSHBUTTON "OK",IDOK,191,7,50,14 + PUSHBUTTON "Annuleren",IDCANCEL,191,29,50,14 + LTEXT "&Bestandsnaam:",-1,7,7,59,9 + EDITTEXT IDC_STATIC_PROP_FILENAME,71,7,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP + LTEXT "Volledig &Pad:",-1,7,18,59,9 + EDITTEXT IDC_STATIC_PROP_PATH,71,18,120,9, ES_READONLY | NOT WS_BORDER | WS_TABSTOP + LTEXT "Laatste Wijziging:",-1,7,29,59,9 + EDITTEXT IDC_STATIC_PROP_LASTCHANGE,71,29,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP + LTEXT "Versie:",-1,7,40,59,9 + EDITTEXT IDC_STATIC_PROP_VERSION,71,40,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP + LTEXT "Cop&yright:",-1,7,51,59,9 + EDITTEXT IDC_STATIC_PROP_COPYRIGHT,71,51,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP + LTEXT "Grootte:",-1,7,62,59,9 + EDITTEXT IDC_STATIC_PROP_SIZE,71,62,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP + GROUPBOX "Attributen",-1,7,79,158,46 + CONTROL "A&lleen Lezen",IDC_CHECK_READONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,91,68,9 + CONTROL "V&erborgen",IDC_CHECK_HIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,91,68,9 + CONTROL "&Archiveren",IDC_CHECK_ARCHIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,101,68,9 + CONTROL "&Systeem",IDC_CHECK_SYSTEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,101,68,9 + CONTROL "Ge&comprimeerd",IDC_CHECK_COMPRESSED,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,17,111,68,9 + GROUPBOX "&Versie Informatie",-1,7,129,234,79 + LISTBOX IDC_LIST_PROP_VERSION_TYPES,13,139,107,63,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP + EDITTEXT IDC_LIST_PROP_VERSION_VALUES,123,139,111,63,ES_MULTILINE | ES_READONLY | WS_VSCROLL +END + + +STRINGTABLE +{ + IDS_FONT_SEL_DLG_NAME "Lettertype wordt toegepast" + IDS_FONT_SEL_ERROR "Probleem tijdens het selecteren van het nieuwe lettertype." +} + +STRINGTABLE +{ + IDS_WINEFILE "Winefile" + IDS_ERROR "Fout" + IDS_ROOT_FS "root fs" + IDS_UNIXFS "unixfs" + IDS_DESKTOP "Bureaublad" + IDS_SHELL "Shell" + IDS_TITLEFMT "%s - %s" + IDS_NO_IMPL "Nog niet geimplementeerd" + IDS_WINE_FILE "Wine File" +} + +STRINGTABLE +{ + IDS_COL_NAME "Naam" + IDS_COL_SIZE "Grootte" + IDS_COL_CDATE "CDatum" + IDS_COL_ADATE "ADatum" + IDS_COL_MDATE "MDatum" + IDS_COL_IDX "Index/Inode" + IDS_COL_LINKS "Links" + IDS_COL_ATTR "Attributen" + IDS_COL_SEC "Beveiliging" + + IDS_FREE_SPACE_FMT "%s van %s vrij" +} diff --git a/rosapps/winefile/lang/pl-PL.rc b/rosapps/winefile/lang/pl-PL.rc index 42e5051682e..480c862c1c6 100644 --- a/rosapps/winefile/lang/pl-PL.rc +++ b/rosapps/winefile/lang/pl-PL.rc @@ -142,9 +142,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "&U¿ywanie pomocy", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "&Winefile...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "W&ine...", ID_ABOUT_WINE -#endif } } @@ -244,7 +241,6 @@ STRINGTABLE IDS_SHELL "Pulpit" /* t³umaczenie nie dos³owne, ale chyba lepiej pasuje */ IDS_TITLEFMT "%s - %s" IDS_NO_IMPL "Jeszcze nie zaimplementowane" - IDS_WINE "WINE" IDS_WINE_FILE "Wine File" } @@ -262,27 +258,3 @@ STRINGTABLE IDS_FREE_SPACE_FMT "%s z %s wolne" } - -STRINGTABLE -{ -IDS_LICENSE_CAPTION, "LICENCJA" -IDS_LICENSE, -"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.\n\ -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.\n\ -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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA" - -IDS_WARRANTY_CAPTION, "BEZ GWARANCJI" -IDS_WARRANTY, -"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." -} diff --git a/rosapps/winefile/lang/pt-PT.rc b/rosapps/winefile/lang/pt-PT.rc index c247caa7cbe..0a859b33ec2 100644 --- a/rosapps/winefile/lang/pt-PT.rc +++ b/rosapps/winefile/lang/pt-PT.rc @@ -141,9 +141,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "&Usando a ajuda", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "&Sobre o Winefile...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "Sobre o &Wine...", ID_ABOUT_WINE -#endif } } @@ -264,9 +261,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "Pesquisar...", ID_HELP MENUITEM "&Usar a ajuda", ID_HELP_USING MENUITEM SEPARATOR -#ifdef __WINE__ - MENUITEM "Acerca do &Wine...", ID_ABOUT_WINE -#endif } } @@ -348,7 +342,6 @@ STRINGTABLE IDS_SHELL "Shell" IDS_TITLEFMT "%s - %s" IDS_NO_IMPL "Ainda não implementado" - IDS_WINE "WINE" IDS_WINE_FILE "Wine File" } @@ -364,7 +357,6 @@ STRINGTABLE IDS_SHELL "Linha de Comandos" IDS_TITLEFMT "%s - %s" IDS_NO_IMPL "Ainda não implementado" - IDS_WINE "WINE" IDS_WINE_FILE "Ficheiro Wine" } diff --git a/rosapps/winefile/lang/ru-RU.rc b/rosapps/winefile/lang/ru-RU.rc index 6294beb088a..dd07152b491 100644 --- a/rosapps/winefile/lang/ru-RU.rc +++ b/rosapps/winefile/lang/ru-RU.rc @@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "&Èñïîëüçîâàíèå ñïðàâêè\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "&Î Winefile...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "Î &Wine...", ID_ABOUT_WINE -#endif } } @@ -241,7 +238,6 @@ STRINGTABLE IDS_SHELL "Shell" IDS_TITLEFMT "%s - %s" IDS_NO_IMPL "Åù¸ íå ðåàëèçîâàíî" - IDS_WINE "WINE" IDS_WINE_FILE "Wine File" } @@ -259,27 +255,3 @@ STRINGTABLE IDS_FREE_SPACE_FMT "%s èç %s ñâîáîäíî" } - -STRINGTABLE -{ -IDS_LICENSE_CAPTION, "Ëèöåíçèÿ" -IDS_LICENSE, -"Ýòà ðàáîòà ÿâëÿåòñÿ ñâîáîäíûì ïðîãðàììíûì îáåñïå÷åíèåì; âû ìîæåòå ñâîáîäíî ðàñïðîñòðàíÿòü è/èëè \ -èçìåíÿòü å¸ ïðè ñîáëþäåíèè óñëîâèé ëèöåíçèè GNU Lesser General Public \ -êîòîðàÿ áûëà îïóáëèêîâàíà Free Software Foundation; \ -ëèáî âåðñèè 2.1, ëèáî ëþáîé áîëåå ïîçäíåé âåðñèè.\n\ -Äàííàÿ ðàáîòà ðàñïðîñòðàíÿåòñÿ â íàäåæäå, ÷òî îíà áóäåò ïîëåçíîé, \ -íî ÁÅÇ ÂÑßÊÎÉ ÃÀÐÀÍÒÈÈ; â òîì ÷èñëå áåç âûòåêàþùåé ãàðàíòèè \ -ÒÎÂÀÐÍÎÉ ÏÐÈÃÎÄÍÎÑÒÈ èëè ÏÐÈÃÎÄÍÎÑÒÈ ÄËß ×ÀÑÒÍÎÃÎ ÈÑÏÎËÜÇÎÂÀÍÈß. \ -Ñì. GNU Lesser General Public License äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè.\n\ -Âû äîëæíû áûëè ïîëó÷èòü êîïèþ the GNU Lesser General Public \ -License âìåñòå ñ ýòîé ðàáîòîé; åñëè íåò, ïèøèòå: the Free Software \ -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA" - -IDS_WARRANTY_CAPTION, "Îòñóòñòâèå ãàðàíòèè" -IDS_WARRANTY, -"Äàííàÿ ðàáîòà ðàñïðîñòðàíÿåòñÿ â íàäåæäå, ÷òî îíà áóäåò ïîëåçíîé, \ -íî ÁÅÇ ÂÑßÊÎÉ ÃÀÐÀÍÒÈÈ; â òîì ÷èñëå áåç âûòåêàþùåé ãàðàíòèè \ -ÒÎÂÀÐÍÎÉ ÏÐÈÃÎÄÍÎÑÒÈ èëè ÏÐÈÃÎÄÍÎÑÒÈ ÄËß ×ÀÑÒÍÎÃÎ ÈÑÏÎËÜÇÎÂÀÍÈß. \ -Ñì. GNU Lesser General Public License äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè." -} diff --git a/rosapps/winefile/lang/sl-SI.rc b/rosapps/winefile/lang/sl-SI.rc index 5441d50aa21..9acbe7f5700 100644 --- a/rosapps/winefile/lang/sl-SI.rc +++ b/rosapps/winefile/lang/sl-SI.rc @@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "&Using Help\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "&Info about Winefile...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "Info about &Wine...", ID_ABOUT_WINE -#endif } } diff --git a/rosapps/winefile/lang/sv-SE.rc b/rosapps/winefile/lang/sv-SE.rc index 0b52641c3df..83bca511128 100644 --- a/rosapps/winefile/lang/sv-SE.rc +++ b/rosapps/winefile/lang/sv-SE.rc @@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "&Använda hjälpen\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "Information om &Winefile...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "Info about &Wine...", ID_ABOUT_WINE -#endif } } @@ -189,7 +186,6 @@ STRINGTABLE IDS_SHELL "Skal" IDS_TITLEFMT "%s - %s" IDS_NO_IMPL "Ej implementerat ännu" - IDS_WINE "WINE" IDS_WINE_FILE "Wine File" } diff --git a/rosapps/winefile/lang/tr-TR.rc b/rosapps/winefile/lang/tr-TR.rc index 27ca3a290ef..3a75a7e001f 100644 --- a/rosapps/winefile/lang/tr-TR.rc +++ b/rosapps/winefile/lang/tr-TR.rc @@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "Yardým &Kullanýmý\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "Winefile hakkýnda &bilgi...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "&Wine hakkýnda bilgi...", ID_ABOUT_WINE -#endif } } @@ -242,7 +239,6 @@ STRINGTABLE IDS_SHELL "Kabuk" IDS_TITLEFMT "%s - %s" IDS_NO_IMPL "Henüz tamamlanmadý" - IDS_WINE "WINE" IDS_WINE_FILE "Wine Dosya Yöneticisi" } diff --git a/rosapps/winefile/lang/zh-CN.rc b/rosapps/winefile/lang/zh-CN.rc index d9b43311d82..39851c89be8 100644 --- a/rosapps/winefile/lang/zh-CN.rc +++ b/rosapps/winefile/lang/zh-CN.rc @@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "ʹÓðïÖú£¨&U£©\tF1", ID_HELP_USING MENUITEM SEPARATOR MENUITEM "&¹ØÓÚ Winefile...", ID_ABOUT -#ifdef __WINE__ - MENUITEM "¹ØÓÚ &Wine...", ID_ABOUT_WINE -#endif } } diff --git a/rosapps/winefile/make-docu.sh b/rosapps/winefile/make-docu.sh deleted file mode 100755 index 7894b44d521..00000000000 --- a/rosapps/winefile/make-docu.sh +++ /dev/null @@ -1,2 +0,0 @@ -sed 's/@GEN@/generated on '`date +%d.%m.%Y`/ doxy-footer.html -doxygen Doxyfile diff --git a/rosapps/winefile/make_winefile.dsp b/rosapps/winefile/make_winefile.dsp deleted file mode 100644 index 5e02d59c966..00000000000 --- a/rosapps/winefile/make_winefile.dsp +++ /dev/null @@ -1,93 +0,0 @@ -# Microsoft Developer Studio Project File - Name="make_winefile" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) External Target" 0x0106 - -CFG=make_winefile - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "make_winefile.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "make_winefile.mak" CFG="make_winefile - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "make_winefile - Win32 Release" (based on "Win32 (x86) External Target") -!MESSAGE "make_winefile - Win32 Debug" (based on "Win32 (x86) External Target") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "make_winefile - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Cmd_Line "NMAKE /f make_winefile.mak" -# PROP BASE Rebuild_Opt "/a" -# PROP BASE Target_File "make_winefile.exe" -# PROP BASE Bsc_Name "make_winefile.bsc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Cmd_Line "msdevfilt -gcc -pipe "perl d:\tools\gSTLFilt.pl" make -f Makefile-MinGW" -# PROP Rebuild_Opt "clean all" -# PROP Target_File "winefile.exe" -# PROP Bsc_Name "" -# PROP Target_Dir "" - -!ELSEIF "$(CFG)" == "make_winefile - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Cmd_Line "NMAKE /f make_winefile.mak" -# PROP BASE Rebuild_Opt "/a" -# PROP BASE Target_File "make_winefile.exe" -# PROP BASE Bsc_Name "make_winefile.bsc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Cmd_Line "msdevfilt -gcc -pipe "perl d:\tools\gSTLFilt.pl" make -f Makefile-MinGW DEBUG=1" -# PROP Rebuild_Opt "clean all" -# PROP Target_File "winefile.exe" -# PROP Bsc_Name "" -# PROP Target_Dir "" - -!ENDIF - -# Begin Target - -# Name "make_winefile - Win32 Release" -# Name "make_winefile - Win32 Debug" - -!IF "$(CFG)" == "make_winefile - Win32 Release" - -!ELSEIF "$(CFG)" == "make_winefile - Win32 Debug" - -!ENDIF - -# Begin Source File - -SOURCE=".\Makefile-MinGW" -# End Source File -# Begin Source File - -SOURCE=.\winefile.rbuild -# End Source File -# End Target -# End Project diff --git a/rosapps/winefile/make_winefile.vcproj b/rosapps/winefile/make_winefile.vcproj deleted file mode 100644 index aff966965c8..00000000000 --- a/rosapps/winefile/make_winefile.vcproj +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/rosapps/winefile/makel-docu.bat b/rosapps/winefile/makel-docu.bat deleted file mode 100755 index c10c03f1c40..00000000000 --- a/rosapps/winefile/makel-docu.bat +++ /dev/null @@ -1,3 +0,0 @@ -doxygen Doxyfile -cmd /c start /b /low /wait hhc doxy-doc\html\index.hhp -move /y doxy-doc\html\index.chm winefile.chm diff --git a/rosapps/winefile/resource.h b/rosapps/winefile/resource.h index 358dc8656c9..1e843e52b39 100644 --- a/rosapps/winefile/resource.h +++ b/rosapps/winefile/resource.h @@ -101,9 +101,6 @@ /* winefile extensions */ -#define ID_ABOUT_WINE 0x8000 -#define ID_LICENSE 0x8001 -#define ID_NO_WARRANTY 0x8002 #define ID_WINDOW_AUTOSORT 0x8003 #define ID_VIEW_FULLSCREEN 0x8004 #define ID_PREFERRED_SIZES 0x8005 @@ -122,8 +119,7 @@ #define IDS_SHELL 1205 #define IDS_TITLEFMT 1206 #define IDS_NO_IMPL 1207 -#define IDS_WINE 1208 -#define IDS_WINE_FILE 1209 +#define IDS_WINE_FILE 1208 #define IDS_COL_NAME 1210 #define IDS_COL_SIZE 1211 @@ -136,11 +132,6 @@ #define IDS_COL_SEC 1218 #define IDS_FREE_SPACE_FMT 1219 -#define IDS_LICENSE_CAPTION 1300 -#define IDS_LICENSE 1301 -#define IDS_WARRANTY_CAPTION 1302 -#define IDS_WARRANTY 1303 - /* range for drive bar command ids: 0x9000..0x90FF */ #ifdef __WINE__ diff --git a/rosapps/winefile/winefile.rc b/rosapps/winefile/rsrc.rc similarity index 100% rename from rosapps/winefile/winefile.rc rename to rosapps/winefile/rsrc.rc index 4717063da2f..0d5f561a90e 100644 --- a/rosapps/winefile/winefile.rc +++ b/rosapps/winefile/rsrc.rc @@ -55,20 +55,20 @@ IDB_IMAGES BITMAP DISCARDABLE images.bmp /* include localised resources */ -#include "lang/en-US.rc" #include "lang/cs-CZ.rc" #include "lang/de-DE.rc" +#include "lang/en-US.rc" #include "lang/es-ES.rc" #include "lang/fr-FR.rc" #include "lang/hu-HU.rc" #include "lang/it-IT.rc" #include "lang/ko-KO.rc" +#include "lang/nb-NO.rc" #include "lang/nl-NL.rc" #include "lang/pl-PL.rc" #include "lang/pt-PT.rc" #include "lang/ru-RU.rc" #include "lang/sl-SI.rc" +#include "lang/sv-SE.rc" #include "lang/tr-TR.rc" #include "lang/zh-CN.rc" -#include "lang/sv-SE.rc" -#include "lang/nb-NO.rc" diff --git a/rosapps/winefile/winefile.c b/rosapps/winefile/winefile.c index 4805a6b6a60..ec9b8b5f613 100644 --- a/rosapps/winefile/winefile.c +++ b/rosapps/winefile/winefile.c @@ -244,22 +244,6 @@ static void display_network_error(HWND hwnd) MessageBox(hwnd, msg, RS(b2,IDS_WINEFILE), MB_OK); } -static VOID WineLicense(HWND Wnd) -{ - WCHAR cap[20], text[1024]; - LoadStringW(Globals.hInstance, IDS_LICENSE, text, 1024); - LoadStringW(Globals.hInstance, IDS_LICENSE_CAPTION, cap, 20); - MessageBoxW(Wnd, text, cap, MB_ICONINFORMATION | MB_OK); -} - -static VOID WineWarranty(HWND Wnd) -{ - WCHAR cap[20], text[1024]; - LoadStringW(Globals.hInstance, IDS_WARRANTY, text, 1024); - LoadStringW(Globals.hInstance, IDS_WARRANTY_CAPTION, cap, 20); - MessageBoxW(Wnd, text, cap, MB_ICONEXCLAMATION | MB_OK); -} - static inline BOOL get_check(HWND hwnd, INT id) { return BST_CHECKED&SendMessageW(GetDlgItem(hwnd, id), BM_GETSTATE, 0, 0); @@ -2509,25 +2493,11 @@ static LRESULT CALLBACK FrameWndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM /*TODO: There are even more menu items! */ -#ifndef _NO_EXTENSIONS -#ifdef __WINE__ - case ID_LICENSE: - WineLicense(Globals.hMainWnd); - break; - - case ID_NO_WARRANTY: - WineWarranty(Globals.hMainWnd); - break; - - case ID_ABOUT_WINE: - ShellAbout(hwnd, RS(b2,IDS_WINE), RS(b1,IDS_WINEFILE), 0); - break; -#endif - case ID_ABOUT: - ShellAbout(hwnd, RS(b1,IDS_WINEFILE), NULL, 0); + ShellAbout(hwnd, RS(b1,IDS_WINEFILE), NULL, + LoadImage( Globals.hInstance, MAKEINTRESOURCE(IDI_WINEFILE), + IMAGE_ICON, 48, 48, LR_SHARED )); break; -#endif /* _NO_EXTENSIONS */ default: /*TODO: if (wParam >= PM_FIRST_LANGUAGE && wParam <= PM_LAST_LANGUAGE) @@ -4491,7 +4461,7 @@ static LRESULT CALLBACK ChildWndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM case ID_FILE_DELETE: { TCHAR path[BUFFER_LEN]; - SHFILEOPSTRUCT shfo = {hwnd, FO_DELETE, path}; + SHFILEOPSTRUCT shfo = {hwnd, FO_DELETE, path, NULL, FOF_ALLOWUNDO}; get_path(pane->cur, path); diff --git a/rosapps/winefile/winefile.dsp b/rosapps/winefile/winefile.dsp deleted file mode 100644 index 1ed7ccd31e0..00000000000 --- a/rosapps/winefile/winefile.dsp +++ /dev/null @@ -1,269 +0,0 @@ -# Microsoft Developer Studio Project File - Name="winefile" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Application" 0x0101 - -CFG=winefile - Win32 Unicode Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "winefile.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "winefile.mak" CFG="winefile - Win32 Unicode Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "winefile - Win32 Debug" (based on "Win32 (x86) Application") -!MESSAGE "winefile - Win32 Unicode Debug" (based on "Win32 (x86) Application") -!MESSAGE "winefile - Win32 UNICODE Release" (based on "Win32 (x86) Application") -!MESSAGE "winefile - Win32 Release" (based on "Win32 (x86) Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "winefile - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "winefileDebug" -# PROP Intermediate_Dir "winefileDebug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D _WIN32_WINNT=0x0501 /FR /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x407 /d "_DEBUG" -# ADD RSC /l 0x407 /i ".." /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept -# ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib ole32.lib version.lib mpr.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept - -!ELSEIF "$(CFG)" == "winefile - Win32 Unicode Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Unicode Debug" -# PROP BASE Intermediate_Dir "Unicode Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "winefileUDebug" -# PROP Intermediate_Dir "winefileUDebug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "UNICODE" /D _WIN32_WINNT=0x0501 /FR /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x407 /d "_DEBUG" -# ADD RSC /l 0x407 /i ".." /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept -# ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib ole32.lib version.lib mpr.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept - -!ELSEIF "$(CFG)" == "winefile - Win32 UNICODE Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "winefile___Win32_UNICODE_Release" -# PROP BASE Intermediate_Dir "winefile___Win32_UNICODE_Release" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "winefileURelease" -# PROP Intermediate_Dir "winefileURelease" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "UNICODE" /D _WIN32_WINNT=0x0501 /FD /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x407 /d "NDEBUG" -# ADD RSC /l 0x407 /i ".." /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /machine:I386 -# ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib ole32.lib version.lib mpr.lib /nologo /subsystem:windows /machine:I386 - -!ELSEIF "$(CFG)" == "winefile - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "winefile___Win32_Release" -# PROP BASE Intermediate_Dir "winefile___Win32_Release" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "." -# PROP Intermediate_Dir "winefileRelease" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "UNICODE" /D WINE_UNUSED= /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D _WIN32_WINNT=0x0501 /FD /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x407 /d "NDEBUG" -# ADD RSC /l 0x407 /i ".." /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /machine:I386 -# ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib ole32.lib version.lib mpr.lib /nologo /subsystem:windows /machine:I386 /out:"winefile-ansi.exe" - -!ENDIF - -# Begin Target - -# Name "winefile - Win32 Debug" -# Name "winefile - Win32 Unicode Debug" -# Name "winefile - Win32 UNICODE Release" -# Name "winefile - Win32 Release" -# Begin Group "Resources" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\cs.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\de.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\drivebar.bmp -# End Source File -# Begin Source File - -SOURCE=.\en.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\es.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\fr.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\hu.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\images.bmp -# End Source File -# Begin Source File - -SOURCE=.\it.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\nl.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\pl.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\pt.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\resource.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\ru.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\si.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\Sv.rc -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\toolbar.bmp -# End Source File -# Begin Source File - -SOURCE=.\winefile.ico -# End Source File -# Begin Source File - -SOURCE=.\winefile.rc -# End Source File -# Begin Source File - -SOURCE=.\zh.rc -# PROP Exclude_From_Build 1 -# End Source File -# End Group -# Begin Source File - -SOURCE=.\resource.h -# End Source File -# Begin Source File - -SOURCE=.\splitpath.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=.\winefile.c -# End Source File -# Begin Source File - -SOURCE=.\winefile.h -# End Source File -# End Target -# End Project diff --git a/rosapps/winefile/winefile.dsw b/rosapps/winefile/winefile.dsw deleted file mode 100644 index 7fff73d5724..00000000000 --- a/rosapps/winefile/winefile.dsw +++ /dev/null @@ -1,41 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "make_explorer"=.\make_winefile.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "winefile"=.\winefile.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/rosapps/winefile/winefile.h b/rosapps/winefile/winefile.h index 55d942107c0..cba4843144a 100644 --- a/rosapps/winefile/winefile.h +++ b/rosapps/winefile/winefile.h @@ -43,10 +43,6 @@ #include #include -#ifndef __WINE__ -#include /* for alloca() */ -#endif - #include /* for ShellExecute() */ #include /* for SHFormatDrive() */ diff --git a/rosapps/winefile/winefile.ico b/rosapps/winefile/winefile.ico index 51cb8b248ff9cc9f8dd5d35155b1099ec8a39482..4030d8e759f29a81defb969b8309a789e4521f24 100644 GIT binary patch literal 15086 zcmeI3cU%-l8^>q&j@|?XK~%5-_J$}iiY-d)i6t?1#fm{JF^C#F_AY9$#l*xIvBgB+ zC?Z9QN;G1L8dMNOKn)!Z1b*)`ckX!{)x^B7e`G(OFH?4Qp5M&P?d{I&(n=sbfk})SL@=NRqLHU<5)b6c3J{tF#xa)MTxb0|? zuwrk7IQ6q#%+_`aX{C`cu}aMgHu}g8UV%I!9rCcJ5NECeGpPY_;f`W)+wn|s)Aw=0 z7u){BhK}@OCMK?B`dqnZmbf(-vTvgyG;RSp4{^{q$c|i7^~w8{IGL57Z z$X3#UQimOZaNKna&XGyzL}k~TD&C>A^PTi!M=!78>g!j0>1DJg2p>Pl#fXP_N*0;h?TC7&%eQ;7U!H-TPKM#Z%V>5u6w`yFVPe*u z=5hw{1*~e%!26SDU}t;^zRSof-W(QonXVUgyTXg8B`HW74`! zIG>za9Gjm0xK*D%?UdI~o@~Z;9X`f>&w-k|*)VtP0|SFmu(tMqAZ((s>_^S^U17M| zKWC)BzfX@@vuxF4@bq+GC(fN@XCrU2OLwxF?~=`??K^%qe!{fkhY#a1fBtHG@x^+K z@?8M7d3U;6ySjr?8AB>5zil55{qSs2Q4yqL>-KHAtZmy3bl#-Y6%`b0ZEfq$`+VM= zyu3Wj_njZ#vUSVV)U-aKn!5_F)2z0)w|8>sONyn9d;ws_nDXXDysVT_;&`%&Op2N`-KT}o(Tg--V@rnoM)z{{QJ;@ zD77}rUifBegaIGjk_RQdx~GSwLJat&NSL)MPZ%{LRd62?%NjeLWHQ-tve<<%CiLHo zb?W7lX_sXFr(fBZep_CqvV9>Cnzo~FB>fI~_`DE47?&#y9F-(=?R|;a*c_nxQABOx zuN~fgA>!<O%5zMPT*#N#sL{1D`)u|vsJSl~HkUI{M*~~Rb4;iB!g$C;*qpfs>!Vju?@FeU z`jkr8QC`BH@)8YyeUxw1qQz$w+Ml&9jID};)q>?UR=;JTwFYe{FVU9r676p$E9wjwu)ae3-fKeHmIPRRwhdiwXRGN-c?q}M zIcTvn5T>nN@b2YgI3JHfH#*;)o-rhPP+p=Z%y|esm6QN1$I0Y zEHDXMLI(jDb>^iEHea2SMTr8uxFoV0-94rdG1pnl8?4|acubyQVh6C3I`}q7) zuKk(I&a?B+Q4!+tyJ)v^3x@672T^87w#SyS&)9mHo3ADf2Jqaq7i%wG#t-RvIF?(4 zlNmXM*MK`SHf@R}`(@ucKV5u|(S5T@EbLyj=T?`J-XO&tOu+9NR-LVqeT} z2vHOxJUj1291#CQR8*pwjg51eIq>v7#$qy29rSG*K@{Js&^}}PVQ$eJ_AZ?;X4y*Y zJs*PWSvf^dfYf+}BCSKeeoM>PcXxMX^OuFNGuQJOz1vlWY|sek>b9xWzJl8H*wk4CRzv5!hvk^+qGA*DDF z_=I)nu#Alyxl_l`q=@=KaBwiv($cVg{RT8@)RaE^c5rZTC7NN~x^<}4r5o4@vOjlW zVx@LpofKKCRzq07e(RX0*CDpV?;_jsWjs3{mCq(m4V0RRa&fkE2j^Vr9ZpJ9Q&W+Y zlq3~Vrn-%&llE2mG5oZpIJOr#LEa~ zN3g|&nHG9f)<#Bkng|(GR?xMa5~`A#OiW zBut!_FTB$;i#2jcVdmzsOh@MsY30wV{I0C|J4U)1KJR zcS^+NyI%-HCgicUuIa39{X}MH$lrgG3I2KU=P|x#_okoAsLLvjf#cI;YYtVcUwaRW z_D01|J_Vy^dg>WMpP?@V*PeOIzHtVtSu^3~8eB~0`1}1ozXm5RN)*S;tCoJ*s)Jxw zwo2VxJBR#$s=YkEk9m^z6T*^9ufc{6sV~>yVQN2(ATMgEHAuz3am-kqAoTO7RKG0n zI)u*drF4@;2zCyTeR)=;f49aytoCQd_hnDtEfH7jc_9q-pf%VjgVnW5B!6cV6GeaO zYcOH;mqx+$zc;>o{h?_Pr!5B4r}xj7^Q}%r5#qef>baK%{#Je;+GEiyNBs%ecM&Dx z+%*M4?;$zNvE_4SWj*h;#_{RKL}9=j$bY(5%0A!Q78=kyo3?IV=GrIDf2Ey#!}9QF zrLKRSJz>qZf=kbw*V6B`DT$5W3)zN1wSDC}r#Swuc3 z{)DbuKZuq#u()J z?h{e>a;6e#KVM3vJ$)&y^WzN&^qn>vHw$*r&tda*2yBmCQ}6Nfz5WKYho((Ks?($q zm9=RS5|d-lxbczK(!ZMKzrQz{ggk=dubFVtqUqI4Xk$5T0R$agG&*(#4(I+r!vp8h zH2g7|UnPG7(V`q$k`F?YR#eucHI>_jU(GRhaVdXqwY)*m{fBLchu{%_CVPHH`&d<+ zhZOI@Qy%l7i3^pTW1d3at`W@M=?Rxu(se8vEssW_Bjr2Nc^(&{i4-HEneuoMO*&J# zOVn?+6V7wa^r}UNdx|0J<-lMW6y{W8CAFAtn`9^N{9Xrm+<#N8~QuX1rIg#yr1diqK zDdLJ{u|hko-5A452b- z_^&r|J@4H+WoB=`rfTuj!fR6^+mi&2`H(62m|}S}kz#(Nl*j&PGBE5m?GNjtrPq9n zh|7fg$#4t`xrtE}3nal~gS6qXLYj=FGH2rT+qr9j6P7Jn{8%mhpRP}22OfiC{INI2 z{QeXZX}?#(gM3DsOro+Tld0@HXA$IvMzHDlE^0Jr4D%*VXg+o_hMkMS*x1MLxcdxK zshuX%lJcR+bSiVaZr#oE2TnJ1a|^GQ{uyf@vG0<>kHxa z?%(SA1;wN>@@b3aw4dJ!Iy#Qz46G(2x7D}7&|(KXu4OHqL1 zd*_e*1HidXqesV(e$y();JGS+9Z7+bt&wA+0#Nbe)k?I0)fz} z0Rg|!ces1i`u!4={yOfnJC=f)-Q3ZI=5uJkH<)%h6uvj&u_{f0)#SHZL;g2y+K(7R z8o3{7oR)qcDt|%a@}%t|hNzTRw>W{NggRKt|6sLjcfID}t z**H1*RjGga@_6<$`T8Wt?wLQQle*MO6#X}rTQ6LN9Q+_ZB}Cn3*_&74a|Kvpy?z} zxPCfY>Ejdx9*uBH@4a22SL>z)9{KC4Np#E4&We z<@6mt{vPSCI97xYZW_&hIQdKe3L*4MefVG-CD9*OYGTwE$B#;+NfFA{*qoS<8`Qtg^IUtX#HPdtBT^t}0(aUV+a z&)<)$H~(C}C>|sqzXf!RjnV3Zp>Urv4fD5b$Jw|CxRaG#lma~EBo`MyZRYBFu2TJ- zyR2lh7d&CdFBUU;_Iz!&9wzOyk0SCosq*hX()#D?hwEqTAo+-gVD6<2sCNZnZ_!jZ{NPKu3r~y z+*Fls|3nyA@AnhR3ae&~v-1cxXmBi>J~NT+`#zUN#ezMdIi}~iQfv#zq`l6bn!O65 zNNz@kloa~rX&u+DUBiL}3(%*JJGyu8ftfRBB04%+*=otsCD3o)0_+rN=XB|oNd54A z?Z0yv)5RTGlP2?6>(+s+N3V-)$VYc6Zasw^JN<(7>wmjU=OUXU(~%V?CaQd*T0^L? z$j2ebMX*CBDISFMzuP6A`mXx9vy6ahRoKwJ`TNYmqFFhu1wBK(TcgK}eicw(q3TyB zii?Y3Xkt{t9Gp_v;Grq3dGqtscfE4@|6f#f7Gy$k(D|TO0;`d0)ut7Xt=LNfyAkgY zO^N@@L2GDN-THM4GBPr%RLeZ`g-L`e1Tvwh?`qz^@KJPrXr6o~yoHI502M-6*l{07VoH7H*&d$b6@0leO zw^X8|rxQXN_+BU1?Lu%L)Z22n(HIIAE?TG_!;hzaMD04Y3v~^2pV6GpA)(TGaiIJ^ z5!3Vc=0eW;(Dy;nqi2ueKJI;rXwHj8naJa>_1)w*N;=d;a~@)z`g6TDeb; z>*n)rM`-$Dsrc3&e2yipx|IJ*-%r)efPUnaN7bofF>lD2LU@@nJyn@8H)TBuky8F& z6$(Cmi(jU06{L1A>#IsB(oET3RjJ;~c2%Xam+dst60VnYLOWejUsbOlk^DR#q$*v) f8&g?IL->;_mE-kPX@;FDRk*2A`Yl(US9bAVCP@~T literal 766 zcmb7Au}Z{15PeZ0NWinQHKnDnm7Sk-u%(3of56ti2&A|oMbh~jSK1l4B0`Gs&FpME z;Xs_^?d;@D-n?C);8WMv(D*n5ZkX?gns_7%TyO;%a;KvqNv3I1;>st)Yzf=|fzeG^!X<-OYo@yeo4Zmu(1@@f)4r&20#!@e?qC zJdk)3SoK{m(lx{M^**{_VfvS>Z8{g7_x1|3$%gV(--G(rq5t=N-*UeDSN*;6&mxQa zzxw6Rl#cvcP5(gh@BFHtcy%lCbN=Lay&s#-CErhK7diNOOK%vwUJrOMd7YhN@cMsA q$2GVmHbhCB6Gg@g_YcH7@p%NTl`DvuScv@3$vl$Z6BF@8 0x0501 0x0501 - uuid - kernel32 - gdi32 - user32 - comctl32 - advapi32 - comdlg32 shell32 + comdlg32 + comctl32 ole32 - version mpr + version + user32 + gdi32 + advapi32 + kernel32 + uuid winefile.c - winefile.rc + rsrc.rc diff --git a/rosapps/winefile/winefile.sln b/rosapps/winefile/winefile.sln deleted file mode 100644 index a7ead544054..00000000000 --- a/rosapps/winefile/winefile.sln +++ /dev/null @@ -1,34 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "make_winefile", "make_winefile.vcproj", "{D5D64C37-5820-4EE1-9982-98A2CFFAC645}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winefile", "winefile.vcproj", "{33A963F1-6C9A-4582-80E5-C6AAD0173499}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - Unicode Debug|Win32 = Unicode Debug|Win32 - UNICODE Release|Win32 = UNICODE Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D5D64C37-5820-4EE1-9982-98A2CFFAC645}.Debug|Win32.ActiveCfg = Debug|Win32 - {D5D64C37-5820-4EE1-9982-98A2CFFAC645}.Release|Win32.ActiveCfg = Release|Win32 - {D5D64C37-5820-4EE1-9982-98A2CFFAC645}.Release|Win32.Build.0 = Release|Win32 - {D5D64C37-5820-4EE1-9982-98A2CFFAC645}.Unicode Debug|Win32.ActiveCfg = Debug|Win32 - {D5D64C37-5820-4EE1-9982-98A2CFFAC645}.Unicode Debug|Win32.Build.0 = Debug|Win32 - {D5D64C37-5820-4EE1-9982-98A2CFFAC645}.UNICODE Release|Win32.ActiveCfg = Release|Win32 - {33A963F1-6C9A-4582-80E5-C6AAD0173499}.Debug|Win32.ActiveCfg = Debug|Win32 - {33A963F1-6C9A-4582-80E5-C6AAD0173499}.Debug|Win32.Build.0 = Debug|Win32 - {33A963F1-6C9A-4582-80E5-C6AAD0173499}.Release|Win32.ActiveCfg = Release|Win32 - {33A963F1-6C9A-4582-80E5-C6AAD0173499}.Release|Win32.Build.0 = Release|Win32 - {33A963F1-6C9A-4582-80E5-C6AAD0173499}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32 - {33A963F1-6C9A-4582-80E5-C6AAD0173499}.Unicode Debug|Win32.Build.0 = Unicode Debug|Win32 - {33A963F1-6C9A-4582-80E5-C6AAD0173499}.UNICODE Release|Win32.ActiveCfg = UNICODE Release|Win32 - {33A963F1-6C9A-4582-80E5-C6AAD0173499}.UNICODE Release|Win32.Build.0 = UNICODE Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/rosapps/winefile/winefile.vcproj b/rosapps/winefile/winefile.vcproj deleted file mode 100644 index 75f24f1c39e..00000000000 --- a/rosapps/winefile/winefile.vcproj +++ /dev/null @@ -1,1220 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -