diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-26 12:33:08 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-26 12:33:08 +0000 |
commit | 4a966be3c32e745b2567e51c27766942f798f77d (patch) | |
tree | 82f066d0b5d6d3e90350382101810cb6f8da0677 /plugins/QuickMessages/src | |
parent | fffcd98b6f25af8d7a7895302e3b1ff64344d526 (diff) |
common projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@14724 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/QuickMessages/src')
-rw-r--r-- | plugins/QuickMessages/src/Utils.cpp | 2 | ||||
-rw-r--r-- | plugins/QuickMessages/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/QuickMessages/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/QuickMessages/src/stdafx.cxx (renamed from plugins/QuickMessages/src/stdafx.cpp) | 2 | ||||
-rw-r--r-- | plugins/QuickMessages/src/stdafx.h (renamed from plugins/QuickMessages/src/quickmessages.h) | 0 |
5 files changed, 4 insertions, 4 deletions
diff --git a/plugins/QuickMessages/src/Utils.cpp b/plugins/QuickMessages/src/Utils.cpp index 17ce160dac..97cba3ee70 100644 --- a/plugins/QuickMessages/src/Utils.cpp +++ b/plugins/QuickMessages/src/Utils.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "quickmessages.h" +#include "stdafx.h" ListData* ButtonsList[100]; diff --git a/plugins/QuickMessages/src/main.cpp b/plugins/QuickMessages/src/main.cpp index c4fabc73b8..4939789cc0 100644 --- a/plugins/QuickMessages/src/main.cpp +++ b/plugins/QuickMessages/src/main.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "quickmessages.h"
+#include "stdafx.h"
CLIST_INTERFACE *pcli;
HINSTANCE hinstance;
diff --git a/plugins/QuickMessages/src/options.cpp b/plugins/QuickMessages/src/options.cpp index ce1a2995c9..4ed6acf0c1 100644 --- a/plugins/QuickMessages/src/options.cpp +++ b/plugins/QuickMessages/src/options.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "quickmessages.h"
+#include "stdafx.h"
int g_iOPButtonsCount;
BOOL bNeedRestart = FALSE;
diff --git a/plugins/QuickMessages/src/stdafx.cpp b/plugins/QuickMessages/src/stdafx.cxx index dc40b1b7df..6fb37564b7 100644 --- a/plugins/QuickMessages/src/stdafx.cpp +++ b/plugins/QuickMessages/src/stdafx.cxx @@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "quickmessages.h"
\ No newline at end of file +#include "stdafx.h"
\ No newline at end of file diff --git a/plugins/QuickMessages/src/quickmessages.h b/plugins/QuickMessages/src/stdafx.h index 044d0137c7..044d0137c7 100644 --- a/plugins/QuickMessages/src/quickmessages.h +++ b/plugins/QuickMessages/src/stdafx.h |