diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-20 08:18:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-20 08:18:28 +0000 |
commit | c1c83bf5790a1adfeccd1e948e321ac3a7e3e54c (patch) | |
tree | 96238507bc618241b4598a3a1ab0df0286ebc43c /plugins/MyDetails/data.h | |
parent | 9984e12867718ad6b6c4973cf30e5b00d4005d14 (diff) |
- skinning for a frame
- human-readable protocol names
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@1066 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MyDetails/data.h')
-rw-r--r-- | plugins/MyDetails/data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MyDetails/data.h b/plugins/MyDetails/data.h index 4f3a560ce9..d8c75beda4 100644 --- a/plugins/MyDetails/data.h +++ b/plugins/MyDetails/data.h @@ -60,7 +60,7 @@ public: // Methods ///////////////
- Protocol(const char *name);
+ Protocol(const char *name, const TCHAR *descr);
~Protocol();
bool IsValid();
|