From 57c7999428100d8f5c2dcc146d285cd41e7f18ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 22 Jul 2016 09:58:41 +0000 Subject: Standartize "Version.h" to "version.h" in all plugin's and protocol's includes git-svn-id: http://svn.miranda-ng.org/main/trunk@17117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AuthState/src/stdafx.h | 2 +- plugins/AutoRun/src/stdafx.h | 2 +- plugins/AvatarHistory/src/stdafx.h | 2 +- plugins/BuddyPounce/src/stdafx.h | 2 +- plugins/ClientChangeNotify/src/stdafx.h | 2 +- plugins/Clist_blind/src/stdafx.h | 2 +- plugins/Clist_nicer/src/stdafx.h | 2 +- plugins/Cln_skinedit/src/stdafx.h | 2 +- plugins/ContactsPlus/src/stdafx.h | 2 +- plugins/DbEditorPP/src/stdafx.h | 2 +- plugins/HTTPServer/src/Glob.h | 2 +- plugins/HistoryLinkListPlus/src/stdafx.h | 2 +- plugins/HwHotKeys/src/stdafx.h | 2 +- plugins/IEView/src/stdafx.h | 2 +- plugins/IgnoreState/src/stdafx.h | 2 +- plugins/KeyboardNotify/src/stdafx.h | 2 +- plugins/ListeningTo/src/stdafx.h | 2 +- plugins/MessageState/src/stdafx.h | 2 +- plugins/MobileState/src/stdafx.h | 2 +- plugins/MsgPopup/src/stdafx.h | 2 +- plugins/MyDetails/src/stdafx.h | 2 +- plugins/NewEventNotify/src/stdafx.h | 2 +- plugins/New_GPG/src/stdafx.h | 2 +- plugins/NoHistory/src/stdafx.h | 2 +- plugins/NotesAndReminders/src/globals.h | 2 +- plugins/NotifyAnything/src/stdafx.h | 2 +- plugins/Nudge/src/stdafx.h | 2 +- plugins/OpenFolder/src/stdafx.h | 2 +- plugins/Ping/src/stdafx.h | 2 +- plugins/ProfileManager/src/stdafx.h | 2 +- plugins/QuickContacts/src/stdafx.h | 2 +- plugins/QuickMessages/src/stdafx.h | 2 +- plugins/Rate/src/stdafx.h | 2 +- plugins/RecentContacts/src/stdafx.h | 2 +- plugins/Restart/src/stdafx.h | 2 +- plugins/Scriver/src/stdafx.h | 2 +- plugins/Sessions/Src/stdafx.h | 2 +- plugins/ShellExt/src/stdafx.h | 2 +- plugins/SimpleAR/src/stdafx.h | 2 +- plugins/SimpleStatusMsg/src/stdafx.h | 2 +- plugins/SpellChecker/src/stdafx.h | 2 +- plugins/UserGuide/src/stdafx.h | 2 +- plugins/Watrack_MPD/src/stdafx.h | 2 +- plugins/WebView/src/stdafx.h | 2 +- plugins/WhoUsesMyFiles/src/stdafx.h | 2 +- plugins/WinterSpeak/src/stdafx.h | 2 +- plugins/XSoundNotify/src/stdafx.h | 2 +- plugins/YARelay/src/stdafx.h | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) (limited to 'plugins') diff --git a/plugins/AuthState/src/stdafx.h b/plugins/AuthState/src/stdafx.h index 356af71def..19bb1c6d8e 100644 --- a/plugins/AuthState/src/stdafx.h +++ b/plugins/AuthState/src/stdafx.h @@ -34,7 +34,7 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" #define MODULENAME "AuthState" diff --git a/plugins/AutoRun/src/stdafx.h b/plugins/AutoRun/src/stdafx.h index cffea647f6..830c60b4f9 100644 --- a/plugins/AutoRun/src/stdafx.h +++ b/plugins/AutoRun/src/stdafx.h @@ -7,7 +7,7 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" #define SUB_KEY _T("Software\\Microsoft\\Windows\\CurrentVersion\\Run") #define ModuleName LPGEN("Autorun") diff --git a/plugins/AvatarHistory/src/stdafx.h b/plugins/AvatarHistory/src/stdafx.h index 930f46447f..0c1301278b 100644 --- a/plugins/AvatarHistory/src/stdafx.h +++ b/plugins/AvatarHistory/src/stdafx.h @@ -27,7 +27,7 @@ #include "../../utils/mir_options.h" #include "resource.h" -#include "Version.h" +#include "version.h" #include "popup.h" // Globals diff --git a/plugins/BuddyPounce/src/stdafx.h b/plugins/BuddyPounce/src/stdafx.h index 9cbaf66a71..5174042431 100644 --- a/plugins/BuddyPounce/src/stdafx.h +++ b/plugins/BuddyPounce/src/stdafx.h @@ -18,7 +18,7 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" //======================================================= // Definitions diff --git a/plugins/ClientChangeNotify/src/stdafx.h b/plugins/ClientChangeNotify/src/stdafx.h index 381703bcef..1b8d6404f6 100644 --- a/plugins/ClientChangeNotify/src/stdafx.h +++ b/plugins/ClientChangeNotify/src/stdafx.h @@ -57,7 +57,7 @@ #include "resource.h" #include "Misc.h" -#include "Version.h" +#include "version.h" // Actions on popup click #define PCA_OPENMESSAGEWND 0 // open message window diff --git a/plugins/Clist_blind/src/stdafx.h b/plugins/Clist_blind/src/stdafx.h index a908c1c97d..fe7fa3d089 100644 --- a/plugins/Clist_blind/src/stdafx.h +++ b/plugins/Clist_blind/src/stdafx.h @@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include "resource.h" -#include "Version.h" +#include "version.h" struct ClcContact : public ClcContactBase {}; diff --git a/plugins/Clist_nicer/src/stdafx.h b/plugins/Clist_nicer/src/stdafx.h index 48091ba4eb..99070feabb 100644 --- a/plugins/Clist_nicer/src/stdafx.h +++ b/plugins/Clist_nicer/src/stdafx.h @@ -61,7 +61,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include "resource.h" -#include "Version.h" +#include "version.h" #include "extbackg.h" #include "clc.h" #include "config.h" diff --git a/plugins/Cln_skinedit/src/stdafx.h b/plugins/Cln_skinedit/src/stdafx.h index 97a5e81e97..32b3e52a6a 100644 --- a/plugins/Cln_skinedit/src/stdafx.h +++ b/plugins/Cln_skinedit/src/stdafx.h @@ -32,5 +32,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -#include "Version.h" +#include "version.h" #include "skineditres.h" diff --git a/plugins/ContactsPlus/src/stdafx.h b/plugins/ContactsPlus/src/stdafx.h index 1e8a725838..d7e786f1be 100644 --- a/plugins/ContactsPlus/src/stdafx.h +++ b/plugins/ContactsPlus/src/stdafx.h @@ -43,7 +43,7 @@ #include "win2k.h" #include "resource.h" -#include "Version.h" +#include "version.h" #include "utils.h" #include "send.h" #include "receive.h" diff --git a/plugins/DbEditorPP/src/stdafx.h b/plugins/DbEditorPP/src/stdafx.h index 7049c908e4..8533d5942c 100644 --- a/plugins/DbEditorPP/src/stdafx.h +++ b/plugins/DbEditorPP/src/stdafx.h @@ -39,7 +39,7 @@ #include "m_toptoolbar.h" #include "resource.h" -#include "Version.h" +#include "version.h" //======================================================= diff --git a/plugins/HTTPServer/src/Glob.h b/plugins/HTTPServer/src/Glob.h index 2b22af38a9..2e0c92fc4f 100644 --- a/plugins/HTTPServer/src/Glob.h +++ b/plugins/HTTPServer/src/Glob.h @@ -46,7 +46,7 @@ using namespace std; #include "MimeHandling.h" #include "resource.h" #include "IndexCreation.h" -#include "Version.h" +#include "version.h" #define SD_RECEIVE 0x00 diff --git a/plugins/HistoryLinkListPlus/src/stdafx.h b/plugins/HistoryLinkListPlus/src/stdafx.h index 5bf2cc5e89..37859b91b2 100644 --- a/plugins/HistoryLinkListPlus/src/stdafx.h +++ b/plugins/HistoryLinkListPlus/src/stdafx.h @@ -36,7 +36,7 @@ #include "language.h" #include "linklist_dlg.h" #include "resource.h" -#include "Version.h" +#include "version.h" // Filter Flags diff --git a/plugins/HwHotKeys/src/stdafx.h b/plugins/HwHotKeys/src/stdafx.h index 162b14a481..e6c43de533 100644 --- a/plugins/HwHotKeys/src/stdafx.h +++ b/plugins/HwHotKeys/src/stdafx.h @@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 - 1307, USA. #include #include "resource.h" -#include "Version.h" +#include "version.h" int initializeOptions(WPARAM, LPARAM); INT_PTR CALLBACK OptDlgProc(HWND, UINT, WPARAM, LPARAM); diff --git a/plugins/IEView/src/stdafx.h b/plugins/IEView/src/stdafx.h index 8ec7481c40..198f944b68 100644 --- a/plugins/IEView/src/stdafx.h +++ b/plugins/IEView/src/stdafx.h @@ -59,7 +59,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Utils.h" #include "ieview_services.h" #include "Options.h" -#include "Version.h" +#include "version.h" #include "ChatHTMLBuilder.h" #include "HistoryHTMLBuilder.h" #include "HTMLBuilder.h" diff --git a/plugins/IgnoreState/src/stdafx.h b/plugins/IgnoreState/src/stdafx.h index 644f8ee04f..979b893ece 100644 --- a/plugins/IgnoreState/src/stdafx.h +++ b/plugins/IgnoreState/src/stdafx.h @@ -35,7 +35,7 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" #define MODULENAME "IgnoreState" diff --git a/plugins/KeyboardNotify/src/stdafx.h b/plugins/KeyboardNotify/src/stdafx.h index 9ec3fb4d65..fad3036683 100644 --- a/plugins/KeyboardNotify/src/stdafx.h +++ b/plugins/KeyboardNotify/src/stdafx.h @@ -51,4 +51,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "utils.h" #include "keypresses.h" #include "resource.h" -#include "Version.h" +#include "version.h" diff --git a/plugins/ListeningTo/src/stdafx.h b/plugins/ListeningTo/src/stdafx.h index 7a5bf4242f..b295924e13 100644 --- a/plugins/ListeningTo/src/stdafx.h +++ b/plugins/ListeningTo/src/stdafx.h @@ -54,7 +54,7 @@ Boston, MA 02111-1307, USA. #include "music.h" #include "resource.h" #include "options.h" -#include "Version.h" +#include "version.h" // Prototypes /////////////////////////////////////////////////////////////////////////// diff --git a/plugins/MessageState/src/stdafx.h b/plugins/MessageState/src/stdafx.h index 8d47d0212c..a0f1841bc4 100644 --- a/plugins/MessageState/src/stdafx.h +++ b/plugins/MessageState/src/stdafx.h @@ -14,7 +14,7 @@ #include #include #include "resource.h" -#include "Version.h" +#include "version.h" #include "global.h" diff --git a/plugins/MobileState/src/stdafx.h b/plugins/MobileState/src/stdafx.h index 21f9967233..e3efff7850 100644 --- a/plugins/MobileState/src/stdafx.h +++ b/plugins/MobileState/src/stdafx.h @@ -32,7 +32,7 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" #include "clients.h" #define MODULENAME "MobileState" diff --git a/plugins/MsgPopup/src/stdafx.h b/plugins/MsgPopup/src/stdafx.h index 6f7192aca2..c410bc62e0 100644 --- a/plugins/MsgPopup/src/stdafx.h +++ b/plugins/MsgPopup/src/stdafx.h @@ -33,7 +33,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "options.h" #include "resource.h" -#include "Version.h" +#include "version.h" #define SERVICENAME "MessagePopup" diff --git a/plugins/MyDetails/src/stdafx.h b/plugins/MyDetails/src/stdafx.h index a425f1945b..0417f65813 100644 --- a/plugins/MyDetails/src/stdafx.h +++ b/plugins/MyDetails/src/stdafx.h @@ -53,7 +53,7 @@ Boston, MA 02111-1307, USA. #include "../../utils/mir_options.h" #include "resource.h" -#include "Version.h" +#include "version.h" #include "data.h" #include "options.h" #include "frame.h" diff --git a/plugins/NewEventNotify/src/stdafx.h b/plugins/NewEventNotify/src/stdafx.h index 49b4ef9852..8ac36e9263 100644 --- a/plugins/NewEventNotify/src/stdafx.h +++ b/plugins/NewEventNotify/src/stdafx.h @@ -45,7 +45,7 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" //VERY_PUBLIC Begin ... will be moved to m_neweventnotify.h #define MS_NEN_MENUNOTIFY "NewEventNotify/MenuitemNotifyCommand" diff --git a/plugins/New_GPG/src/stdafx.h b/plugins/New_GPG/src/stdafx.h index 2e8ad39177..d2adb3f422 100644 --- a/plugins/New_GPG/src/stdafx.h +++ b/plugins/New_GPG/src/stdafx.h @@ -73,7 +73,7 @@ using std::fstream; //internal #include "resource.h" -#include "Version.h" +#include "version.h" #include "constants.h" #include "log.h" #include "globals.h" diff --git a/plugins/NoHistory/src/stdafx.h b/plugins/NoHistory/src/stdafx.h index 5f2476a8aa..f53245336b 100644 --- a/plugins/NoHistory/src/stdafx.h +++ b/plugins/NoHistory/src/stdafx.h @@ -19,7 +19,7 @@ #include "resource.h" #include "icons.h" #include "options.h" -#include "Version.h" +#include "version.h" #define MODULE "NoHistory" #define DBSETTING_REMOVE "RemoveHistory" diff --git a/plugins/NotesAndReminders/src/globals.h b/plugins/NotesAndReminders/src/globals.h index 246f71d23b..ce75e5cbd7 100644 --- a/plugins/NotesAndReminders/src/globals.h +++ b/plugins/NotesAndReminders/src/globals.h @@ -21,7 +21,7 @@ #include "miscutils.h" #include "resource.h" -#include "Version.h" +#include "version.h" #define MODULENAME "StickyNotes" #define SECTIONNAME LPGEN("Notes & Reminders") diff --git a/plugins/NotifyAnything/src/stdafx.h b/plugins/NotifyAnything/src/stdafx.h index 3b2ee7f221..ee5af5344a 100644 --- a/plugins/NotifyAnything/src/stdafx.h +++ b/plugins/NotifyAnything/src/stdafx.h @@ -17,7 +17,7 @@ #include "m_popup.h" #include "resource.h" -#include "Version.h" +#include "version.h" extern HINSTANCE hInst; diff --git a/plugins/Nudge/src/stdafx.h b/plugins/Nudge/src/stdafx.h index b56db035a0..80422dd571 100644 --- a/plugins/Nudge/src/stdafx.h +++ b/plugins/Nudge/src/stdafx.h @@ -26,7 +26,7 @@ #include "resource.h" #include "shake.h" -#include "Version.h" +#include "version.h" #include "nudge.h" /* diff --git a/plugins/OpenFolder/src/stdafx.h b/plugins/OpenFolder/src/stdafx.h index dc4b22df18..d8e0273e6b 100644 --- a/plugins/OpenFolder/src/stdafx.h +++ b/plugins/OpenFolder/src/stdafx.h @@ -12,7 +12,7 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" #define MS_OPENFOLDER_OPEN "openFolder/Open" diff --git a/plugins/Ping/src/stdafx.h b/plugins/Ping/src/stdafx.h index 87cdeeaf15..34b45bfdef 100644 --- a/plugins/Ping/src/stdafx.h +++ b/plugins/Ping/src/stdafx.h @@ -26,7 +26,7 @@ #include "resource.h" #include "collection.h" -#include "Version.h" +#include "version.h" #include "icmp.h" #include "log.h" #include "menu.h" diff --git a/plugins/ProfileManager/src/stdafx.h b/plugins/ProfileManager/src/stdafx.h index d8d453ea65..81add820dd 100644 --- a/plugins/ProfileManager/src/stdafx.h +++ b/plugins/ProfileManager/src/stdafx.h @@ -8,4 +8,4 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" diff --git a/plugins/QuickContacts/src/stdafx.h b/plugins/QuickContacts/src/stdafx.h index 0e3aa31791..71f2ce9a59 100644 --- a/plugins/QuickContacts/src/stdafx.h +++ b/plugins/QuickContacts/src/stdafx.h @@ -49,7 +49,7 @@ Boston, MA 02111-1307, USA. #include "resource.h" #include "options.h" -#include "Version.h" +#include "version.h" #define MODULE_NAME "QuickContacts" diff --git a/plugins/QuickMessages/src/stdafx.h b/plugins/QuickMessages/src/stdafx.h index 044d0137c7..6f389dd54b 100644 --- a/plugins/QuickMessages/src/stdafx.h +++ b/plugins/QuickMessages/src/stdafx.h @@ -37,7 +37,7 @@ along with this program. If not, see . #include #include "resource.h" -#include "Version.h" +#include "version.h" #include "Utils.h" #define PLGNAME "QuickMessages" diff --git a/plugins/Rate/src/stdafx.h b/plugins/Rate/src/stdafx.h index d97f07e665..e04a7de369 100644 --- a/plugins/Rate/src/stdafx.h +++ b/plugins/Rate/src/stdafx.h @@ -30,7 +30,7 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" #define MODULENAME "Rate" diff --git a/plugins/RecentContacts/src/stdafx.h b/plugins/RecentContacts/src/stdafx.h index 06679f407e..58c438a5a2 100644 --- a/plugins/RecentContacts/src/stdafx.h +++ b/plugins/RecentContacts/src/stdafx.h @@ -20,7 +20,7 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" #define V_RECENTCONTACTS_TOGGLE_IGNORE "RecentContacts/ToggleIgnore" diff --git a/plugins/Restart/src/stdafx.h b/plugins/Restart/src/stdafx.h index f33d33009f..ba71e84021 100644 --- a/plugins/Restart/src/stdafx.h +++ b/plugins/Restart/src/stdafx.h @@ -10,4 +10,4 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" diff --git a/plugins/Scriver/src/stdafx.h b/plugins/Scriver/src/stdafx.h index 2ba33197c8..f97876c4ab 100644 --- a/plugins/Scriver/src/stdafx.h +++ b/plugins/Scriver/src/stdafx.h @@ -68,7 +68,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include "resource.h" -#include "Version.h" +#include "version.h" #include "infobar.h" #include "cmdlist.h" #include "sendqueue.h" diff --git a/plugins/Sessions/Src/stdafx.h b/plugins/Sessions/Src/stdafx.h index b1ec730c64..b193b5c79e 100644 --- a/plugins/Sessions/Src/stdafx.h +++ b/plugins/Sessions/Src/stdafx.h @@ -39,7 +39,7 @@ along with this program. If not, see . #include #include "Utils.h" -#include "Version.h" +#include "version.h" #include "Resource.h" #define MODNAME "Sessions" diff --git a/plugins/ShellExt/src/stdafx.h b/plugins/ShellExt/src/stdafx.h index 743de5fee4..a5b02f1ff5 100644 --- a/plugins/ShellExt/src/stdafx.h +++ b/plugins/ShellExt/src/stdafx.h @@ -21,7 +21,7 @@ #include #include -#include "Version.h" +#include "version.h" #define SHLExt_Name "shlext15" #define SHLExt_MRU "MRU" diff --git a/plugins/SimpleAR/src/stdafx.h b/plugins/SimpleAR/src/stdafx.h index 99e944ebe6..1994df2a7c 100644 --- a/plugins/SimpleAR/src/stdafx.h +++ b/plugins/SimpleAR/src/stdafx.h @@ -12,7 +12,7 @@ #include #include "Resource.h" -#include "Version.h" +#include "version.h" #define protocolname "SimpleAutoReplier" //no spaces here :) diff --git a/plugins/SimpleStatusMsg/src/stdafx.h b/plugins/SimpleStatusMsg/src/stdafx.h index f793424d18..02fcf01bc7 100644 --- a/plugins/SimpleStatusMsg/src/stdafx.h +++ b/plugins/SimpleStatusMsg/src/stdafx.h @@ -44,7 +44,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "simplestatusmsg.h" #include "resource.h" -#include "Version.h" +#include "version.h" #define MTYPE_AUTOONLINE 0xE7 // Auto online message (internal only) #define MTYPE_AUTOAWAY 0xE8 // Auto away message diff --git a/plugins/SpellChecker/src/stdafx.h b/plugins/SpellChecker/src/stdafx.h index af131d2a27..fa10f3dbfe 100644 --- a/plugins/SpellChecker/src/stdafx.h +++ b/plugins/SpellChecker/src/stdafx.h @@ -61,7 +61,7 @@ using namespace std; #include #include "resource.h" -#include "Version.h" +#include "version.h" #include "options.h" #include "autoreplace.h" #include "dictionary.h" diff --git a/plugins/UserGuide/src/stdafx.h b/plugins/UserGuide/src/stdafx.h index 19db41b397..ba72daf118 100644 --- a/plugins/UserGuide/src/stdafx.h +++ b/plugins/UserGuide/src/stdafx.h @@ -7,4 +7,4 @@ #include #include -#include "Version.h" +#include "version.h" diff --git a/plugins/Watrack_MPD/src/stdafx.h b/plugins/Watrack_MPD/src/stdafx.h index c35bd05288..ae1ef95c07 100755 --- a/plugins/Watrack_MPD/src/stdafx.h +++ b/plugins/Watrack_MPD/src/stdafx.h @@ -29,7 +29,7 @@ #include "resource.h" #include "utilities.h" -#include "Version.h" +#include "version.h" #define szModuleName "Watrack_MPD" diff --git a/plugins/WebView/src/stdafx.h b/plugins/WebView/src/stdafx.h index 99f90ed9e6..7b97ef0a5d 100644 --- a/plugins/WebView/src/stdafx.h +++ b/plugins/WebView/src/stdafx.h @@ -32,4 +32,4 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" diff --git a/plugins/WhoUsesMyFiles/src/stdafx.h b/plugins/WhoUsesMyFiles/src/stdafx.h index 54616999ad..a8b3772cc5 100644 --- a/plugins/WhoUsesMyFiles/src/stdafx.h +++ b/plugins/WhoUsesMyFiles/src/stdafx.h @@ -14,7 +14,7 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" #define MODULENAME "WUMF Plugin" diff --git a/plugins/WinterSpeak/src/stdafx.h b/plugins/WinterSpeak/src/stdafx.h index be8b37d29f..72f25a7d95 100644 --- a/plugins/WinterSpeak/src/stdafx.h +++ b/plugins/WinterSpeak/src/stdafx.h @@ -23,7 +23,7 @@ #include "m_winterspeak.h" #include "resource.h" -#include "Version.h" +#include "version.h" #include "DialogConfigEngine.h" #include "DialogConfigActive.h" diff --git a/plugins/XSoundNotify/src/stdafx.h b/plugins/XSoundNotify/src/stdafx.h index 6e867669ed..6bee45d772 100644 --- a/plugins/XSoundNotify/src/stdafx.h +++ b/plugins/XSoundNotify/src/stdafx.h @@ -14,7 +14,7 @@ #include #include "resource.h" -#include "Version.h" +#include "version.h" #define SETTINGSNAME "XSoundNotify" #define SETTINGSKEY "XSNPlugin_sound" diff --git a/plugins/YARelay/src/stdafx.h b/plugins/YARelay/src/stdafx.h index 505dd404e3..01a6ff2792 100644 --- a/plugins/YARelay/src/stdafx.h +++ b/plugins/YARelay/src/stdafx.h @@ -31,7 +31,7 @@ Features: #include #include "resource.h" -#include "Version.h" +#include "version.h" #define STATUS_OFFLINE 0x1 #define STATUS_ONLINE 0x2 -- cgit v1.2.3