Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorassarbad <none@none>2004-11-15 22:50:45 +0300
committerassarbad <none@none>2004-11-15 22:50:45 +0300
commit3ec78ed7774900df92a22fb04bd3beb2291c0acd (patch)
treeea25bf9434004f51a46f51111ce2fdf4605b5136
parentff47e0b127b0f4572e4ad74efb721697bdbfcca9 (diff)
- Minor corrections
-rw-r--r--windirstat.sln14
-rw-r--r--windirstat/item.h6
-rw-r--r--windirstat/windirstat.rc14
3 files changed, 26 insertions, 8 deletions
diff --git a/windirstat.sln b/windirstat.sln
index 7d28b12..db3f365 100644
--- a/windirstat.sln
+++ b/windirstat.sln
@@ -37,6 +37,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wdsr0415", "wdsr0415\wdsr04
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wdsr0419", "wdsr0419\wdsr0419.vcproj", "{23B76347-204C-4DE6-A311-F562CEF5D89C}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
@@ -126,6 +130,16 @@ Global
{23B76347-204C-4DE6-A311-F562CEF5D89C}.UnicodeDebug.Build.0 = UnicodeDebug|Win32
{23B76347-204C-4DE6-A311-F562CEF5D89C}.UnicodeRelease.ActiveCfg = UnicodeRelease|Win32
{23B76347-204C-4DE6-A311-F562CEF5D89C}.UnicodeRelease.Build.0 = UnicodeRelease|Win32
+ {23B76347-204C-4DE6-A311-F562CEF5D89C}.Debug.ActiveCfg = Debug|Win32
+ {23B76347-204C-4DE6-A311-F562CEF5D89C}.Debug.Build.0 = Debug|Win32
+ {23B76347-204C-4DE6-A311-F562CEF5D89C}.Release.ActiveCfg = Release|Win32
+ {23B76347-204C-4DE6-A311-F562CEF5D89C}.Release.Build.0 = Release|Win32
+ {23B76347-204C-4DE6-A311-F562CEF5D89C}.StrongDebug.ActiveCfg = Debug|Win32
+ {23B76347-204C-4DE6-A311-F562CEF5D89C}.StrongDebug.Build.0 = Debug|Win32
+ {23B76347-204C-4DE6-A311-F562CEF5D89C}.UnicodeDebug.ActiveCfg = UnicodeDebug|Win32
+ {23B76347-204C-4DE6-A311-F562CEF5D89C}.UnicodeDebug.Build.0 = UnicodeDebug|Win32
+ {23B76347-204C-4DE6-A311-F562CEF5D89C}.UnicodeRelease.ActiveCfg = UnicodeRelease|Win32
+ {23B76347-204C-4DE6-A311-F562CEF5D89C}.UnicodeRelease.Build.0 = UnicodeRelease|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
diff --git a/windirstat/item.h b/windirstat/item.h
index 09f34e4..61ada13 100644
--- a/windirstat/item.h
+++ b/windirstat/item.h
@@ -38,7 +38,8 @@ enum
COL_ITEMS,
COL_FILES,
COL_SUBDIRS,
- COL_LASTCHANGE
+ COL_LASTCHANGE,
+ COL_ATTRIBUTES
};
// Item types
@@ -226,6 +227,9 @@ private:
// $Log$
+// Revision 1.10 2004/11/15 19:50:39 assarbad
+// - Minor corrections
+//
// Revision 1.9 2004/11/12 00:47:42 assarbad
// - Fixed the code for coloring of compressed/encrypted items. Now the coloring spans the full row!
//
diff --git a/windirstat/windirstat.rc b/windirstat/windirstat.rc
index 4497823..a04ee6d 100644
--- a/windirstat/windirstat.rc
+++ b/windirstat/windirstat.rc
@@ -191,7 +191,7 @@ BEGIN
MENUITEM "&Command Prompt Here\tCtrl+P", 32808
MENUITEM "&Refresh Selected\tF5", 32817
MENUITEM SEPARATOR
- MENUITEM "&Delete (to Recyle Bin)\tDel", 32809
+ MENUITEM "&Delete (to Recycle Bin)\tDel", 32809
MENUITEM "Delete (no &way to undelete!)\tShift+Del", 32810
MENUITEM SEPARATOR
MENUITEM "&Properties", ID_CLEANUP_PROPERTIES
@@ -431,8 +431,8 @@ BEGIN
WS_TABSTOP,76,150,54,10
PUSHBUTTON "Grid &Color",IDC_TREEMAPGRIDCOLOR,134,150,85,14,0,
WS_EX_RIGHT
- PUSHBUTTON "H&ighlight Rectangle",IDC_TREEMAPHIGHLIGHTCOLOR,76,175,
- 143,14,0,WS_EX_RIGHT
+ PUSHBUTTON "H&ighlighting Rectangle",IDC_TREEMAPHIGHLIGHTCOLOR,76,
+ 175,143,14,0,WS_EX_RIGHT
CTEXT "Static",IDC_STATICSCALEFACTOR,339,7,32,8
CTEXT "Static",IDC_STATICHEIGHT,305,7,32,8
CTEXT "Static",IDC_STATICCUSHIONSHADING,271,7,32,8
@@ -476,8 +476,8 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "&Critical",IDC_CRITICAL,"Button",BS_AUTORADIOBUTTON |
WS_GROUP,14,43,43,10
- CONTROL "&Grave",IDC_GRAVE,"Button",BS_AUTORADIOBUTTON,73,43,43,
- 10
+ CONTROL "&Serious",IDC_GRAVE,"Button",BS_AUTORADIOBUTTON,73,43,
+ 43,10
CONTROL "&Normal",IDC_NORMAL,"Button",BS_AUTORADIOBUTTON,132,43,
43,10
CONTROL "&Wish",IDC_WISH,"Button",BS_AUTORADIOBUTTON,191,43,43,
@@ -502,7 +502,7 @@ BEGIN
LTEXT "<application>",IDC_APPLICATION,51,18,123,8
LTEXT "Platform:",IDC_STATIC_PLATFORM,185,18,30,8
LTEXT "<platform>",IDC_PLATFORM,230,18,123,8
- LTEXT "For a bug report, it's best if you describe the symptom, including the exact wording of the error message, and, if possible, the steps to reproduce the behavior.",
+ LTEXT "For a bug report, it's best if you describe the symptom, including the exact wording of the error message, and, if possible, the steps to reproduce the behavior.",
IDC_HINT,7,99,346,19
LTEXT "When you press OK, you will be able to review the message in your e-mail program.",
IDC_STATIC_OKHINT,7,201,346,8
@@ -825,7 +825,7 @@ BEGIN
IDS_FEEDBACKHINT "Feedback is always appreciated."
IDS_FROMsPLATFORMs "From: %1!s!. Platform: %2!s!.\r\n\r\n"
IDS_SEV_CRITICAL "Critical Bug"
- IDS_SEV_GRAVE "Grave Bug"
+ IDS_SEV_GRAVE "Serious Bug"
IDS_SEV_NORMAL "Bug"
IDS_SEV_WISH "Wish"
IDS_SEV_FEEDBACK "Feedback"