-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
1,357 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ BEGIN | |
PUSHBUTTON "Additional Info...",IDC_INFO,151,119,109,15,BS_FLAT | ||
PUSHBUTTON "Cancel",IDCANCEL,210,137,50,17 | ||
GROUPBOX "",IDC_STATIC,4,2,141,112,BS_CENTER | ||
CONTROL "Version 1.67 (c) 2010 Peter Trebaticky\n\nBratislava (Slovakia)\[email protected]",IDC_STATIC, | ||
CONTROL "Version 1.68 (c) 2009 Peter Trebaticky\n\nBratislava (Slovakia)\[email protected]",IDC_STATIC, | ||
"Static",SS_LEFTNOWORDWRAP | WS_GROUP,7,120,131,33 | ||
GROUPBOX "",IDC_STATIC,4,114,141,42,BS_LEFT | ||
GROUPBOX "List columns",IDC_STATIC,148,2,52,112,BS_CENTER | ||
|
@@ -176,12 +176,12 @@ BEGIN | |
BEGIN | ||
VALUE "CompanyName", "TrePe" | ||
VALUE "FileDescription", "DiskDirExtended - plugin for TotalCommander to create list file with all selected files/dirs, also lists contents of archive files" | ||
VALUE "FileVersion", "1, 6, 7, 0" | ||
VALUE "FileVersion", "1, 6, 8, 0" | ||
VALUE "InternalName", "DiskDirExtended" | ||
VALUE "LegalCopyright", "(C) 2010 Peter Trebaticky" | ||
VALUE "LegalCopyright", "(C) 2009 Peter Trebaticky" | ||
VALUE "OriginalFilename", "DiskDirExtended" | ||
VALUE "ProductName", "DiskDirExtended" | ||
VALUE "ProductVersion", "1, 6, 7, 0" | ||
VALUE "ProductVersion", "1, 6, 8, 0" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
|
@@ -199,7 +199,7 @@ END | |
STRINGTABLE | ||
BEGIN | ||
IDS_LIST_COLUMNS_QUERY "You chose to list %d columns but this file has %d columns.\nDo you wish to keep file's number of columns (%d)?" | ||
IDS_ADDITIONAL_INFO "For more options see:\n%s\n\nThis plugin is free software. It uses:\n- minizip 1.1 (c) 1998-2010 Gilles Vollant\n from zlib 1.2.5 (c) 1995-2010 Jean-loup Gailly and Mark Adler\n- UniquE RAR File Library 0.4.0 (c) 2000-2002 by Christian Scheurer\n- Cabinet SDK (c) 1993-1997 Microsoft Corporation\n- parts from GNU tar 1.13 (c) 1994-1999 Free Software Foundation, Inc.\n- libbzip2 1.0.5 (c) 1996-2007 Julian R Seward\n- iso.wcx 1.7.6 (c) 2002-2009 Sergey Oblomov\n- UPX 3.05w (c) 1996-2010 Markus Oberhumer, Laszlo Molnar & John Reiser\n for reducing the size of this plugin\n\nAlso thanks to WildGoblin from forum.ru-board.com for help with GUI" | ||
IDS_ADDITIONAL_INFO "For more options see:\n%s\n\nThis plugin is free software. It uses:\n- minizip 1.1 (c) 1998-2010 Gilles Vollant\n from zlib 1.2.5 (c) 1995-2010 Jean-loup Gailly and Mark Adler\n- UniquE RAR File Library 0.4.0 (c) 2000-2002 by Christian Scheurer\n- Cabinet SDK (c) 1993-1997 Microsoft Corporation\n- parts from GNU tar 1.13 (c) 1994-1999 Free Software Foundation, Inc.\n- libbzip2 1.0.5 (c) 1996-2007 Julian R Seward\n- iso.wcx 1.7.9 (c) 2002-2013 Sergey Oblomov\n- UPX 3.09w (c) 1996-2013 Markus Oberhumer, Laszlo Molnar & John Reiser\n for reducing the size of this plugin\n\nAlso thanks to WildGoblin from forum.ru-board.com for help with GUI" | ||
IDS_ADDITIONAL_INFO_TITLE "DiskDir Extended - Additional Information" | ||
END | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DiskDir Extended 1.67 (2010-06-25) - plugin for Total Commander | ||
DiskDir Extended 1.68 (2013-09-18) - plugin for Total Commander | ||
================ | ||
|
||
The same as DiskDir - creates a list file with all selected files and directories, | ||
|
@@ -20,7 +20,7 @@ the option "Search in archives". | |
|
||
Installation (TotalCommander 6.5 and later): | ||
|
||
1. View contents of wcx_DiskDirExtended_1.67.zip within TotalCommander | ||
1. View contents of wcx_DiskDirExtended_1.68.zip within TotalCommander | ||
2. Follow instructions | ||
|
||
Installation (TotalCommander prior to 6.5): | ||
|
@@ -50,7 +50,10 @@ Peter Trebaticky | |
Bratislava (Slovakia) | ||
mailto: [email protected] | ||
|
||
Changelog: | ||
Changelog: | ||
**1.68** | ||
updated ISO library | ||
|
||
**1.67** | ||
|
||
* fix for TotalCommander 7.55 - in combination with some plugins could cause | ||
|
Binary file not shown.
Binary file not shown.
Oops, something went wrong.