diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-03 17:21:34 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-03 17:21:34 +0000 |
commit | 49566229022ee6e96eac0888f9c0501fcd92033b (patch) | |
tree | e042351915fb94e82bae985c7e2c9f122c39abbb | |
parent | 78f8991554dd09d2e7f7efcdd9dcacf18f75f428 (diff) |
AutoShutdown:
renamed to .cpp
git-svn-id: http://svn.miranda-ng.org/main/trunk@736 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/AutoShutdown/cpuusage.cpp (renamed from plugins/AutoShutdown/cpuusage.c) | 0 | ||||
-rw-r--r-- | plugins/AutoShutdown/frame.cpp (renamed from plugins/AutoShutdown/frame.c) | 0 | ||||
-rw-r--r-- | plugins/AutoShutdown/main.cpp (renamed from plugins/AutoShutdown/main.c) | 0 | ||||
-rw-r--r-- | plugins/AutoShutdown/options.cpp (renamed from plugins/AutoShutdown/options.c) | 0 | ||||
-rw-r--r-- | plugins/AutoShutdown/settingsdlg.cpp (renamed from plugins/AutoShutdown/settingsdlg.c) | 0 | ||||
-rw-r--r-- | plugins/AutoShutdown/shutdownsvc.cpp (renamed from plugins/AutoShutdown/shutdownsvc.c) | 0 | ||||
-rw-r--r-- | plugins/AutoShutdown/utils.cpp (renamed from plugins/AutoShutdown/utils.c) | 0 | ||||
-rw-r--r-- | plugins/AutoShutdown/watcher.cpp (renamed from plugins/AutoShutdown/watcher.c) | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/plugins/AutoShutdown/cpuusage.c b/plugins/AutoShutdown/cpuusage.cpp index 1270fe02ec..1270fe02ec 100644 --- a/plugins/AutoShutdown/cpuusage.c +++ b/plugins/AutoShutdown/cpuusage.cpp diff --git a/plugins/AutoShutdown/frame.c b/plugins/AutoShutdown/frame.cpp index f9266b1906..f9266b1906 100644 --- a/plugins/AutoShutdown/frame.c +++ b/plugins/AutoShutdown/frame.cpp diff --git a/plugins/AutoShutdown/main.c b/plugins/AutoShutdown/main.cpp index d4f9a63480..d4f9a63480 100644 --- a/plugins/AutoShutdown/main.c +++ b/plugins/AutoShutdown/main.cpp diff --git a/plugins/AutoShutdown/options.c b/plugins/AutoShutdown/options.cpp index 2026038859..2026038859 100644 --- a/plugins/AutoShutdown/options.c +++ b/plugins/AutoShutdown/options.cpp diff --git a/plugins/AutoShutdown/settingsdlg.c b/plugins/AutoShutdown/settingsdlg.cpp index 03f514d61b..03f514d61b 100644 --- a/plugins/AutoShutdown/settingsdlg.c +++ b/plugins/AutoShutdown/settingsdlg.cpp diff --git a/plugins/AutoShutdown/shutdownsvc.c b/plugins/AutoShutdown/shutdownsvc.cpp index 2b519cc512..2b519cc512 100644 --- a/plugins/AutoShutdown/shutdownsvc.c +++ b/plugins/AutoShutdown/shutdownsvc.cpp diff --git a/plugins/AutoShutdown/utils.c b/plugins/AutoShutdown/utils.cpp index b9bbddbc01..b9bbddbc01 100644 --- a/plugins/AutoShutdown/utils.c +++ b/plugins/AutoShutdown/utils.cpp diff --git a/plugins/AutoShutdown/watcher.c b/plugins/AutoShutdown/watcher.cpp index 75a2881e98..75a2881e98 100644 --- a/plugins/AutoShutdown/watcher.c +++ b/plugins/AutoShutdown/watcher.cpp |