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>2005-04-10 20:49:30 +0400
committerassarbad <none@none>2005-04-10 20:49:30 +0400
commit41673f57d2179298e0bc79287a94967d2b722562 (patch)
treef46af2f917cca7a0eb8b6b3fd1b6c9c9b0dd64b1 /windirstat/mountpoints.cpp
parentdabb88c6583e9dd0c0bf2d7d4c08ed631e41127f (diff)
- Some smaller fixes including moving the resource string version into the rc2 files
Diffstat (limited to 'windirstat/mountpoints.cpp')
-rw-r--r--windirstat/mountpoints.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/windirstat/mountpoints.cpp b/windirstat/mountpoints.cpp
index fe7553f..da0131e 100644
--- a/windirstat/mountpoints.cpp
+++ b/windirstat/mountpoints.cpp
@@ -1,7 +1,7 @@
// mountpoints.cpp - Implementation of CMountPoints
//
// WinDirStat - Directory Statistics
-// Copyright (C) 2003-2004 Bernhard Seifert
+// Copyright (C) 2003-2005 Bernhard Seifert
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -251,6 +251,9 @@ bool CMountPoints::IsVolumeMountPoint(CString volume, CString path)
}
// $Log$
+// Revision 1.6 2005/04/10 16:49:30 assarbad
+// - Some smaller fixes including moving the resource string version into the rc2 files
+//
// Revision 1.5 2004/12/31 16:01:42 bseifert
// Bugfixes. See changelog 2004-12-31.
//