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>2006-07-05 00:45:26 +0400
committerassarbad <none@none>2006-07-05 00:45:26 +0400
commita70e19fef8dff4cff889e0d192bb3cb123440c6e (patch)
tree76abac7c64f789c0f7bd7899a2a8c10896e9f955 /windirstat/options.h
parentc822c686ccaa40371ce49d1e7860a3f5ef9b1a4a (diff)
- See changelog for the changes of todays previous check-ins as well as this one!
Diffstat (limited to 'windirstat/options.h')
-rw-r--r--windirstat/options.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/windirstat/options.h b/windirstat/options.h
index b400952..3f91505 100644
--- a/windirstat/options.h
+++ b/windirstat/options.h
@@ -1,7 +1,8 @@
-// options.h - Declaration of CRegistryUser, COptions and CPersistence
+// options.h - Declaration of CRegistryUser, COptions and CPersistence
//
// WinDirStat - Directory Statistics
-// Copyright (C) 2003-2004 Bernhard Seifert
+// Copyright (C) 2003-2005 Bernhard Seifert
+// Copyright (C) 2004-2006 Oliver Schneider (assarbad.net)
//
// 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
@@ -24,6 +25,7 @@
#pragma once
#include "treemap.h"
+#include "../common/wds_constants.h"
class COptions;
@@ -286,6 +288,9 @@ private:
// $Log$
+// Revision 1.13 2006/07/04 20:45:23 assarbad
+// - See changelog for the changes of todays previous check-ins as well as this one!
+//
// Revision 1.12 2004/11/24 20:28:13 bseifert
// Implemented context menu compromise.
//