From 96674592dd3493682a6cccb0b3dcf8ca019fd7a4 Mon Sep 17 00:00:00 2001 From: Piotr Piastucki Date: Wed, 13 Aug 2014 13:46:55 +0000 Subject: Made SkypeClassic plugin compatible with Miranda IM again so that plugins for both IMs can be maintained with one codebase. Compatibility wrapper for Miranda IM is in ng-compat/m_core.h Changed files back to C and removed C++ code. Changed Miranda NG project files so that the c files compile as C++ in order to be compatible with Miranda NG headers (/TP). Added back build scripts and make file to automatically build Miranda IM version using Makefile. git-svn-id: http://svn.miranda-ng.org/main/trunk@10177 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeClassic/res/Resource.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'protocols/SkypeClassic/res') diff --git a/protocols/SkypeClassic/res/Resource.rc b/protocols/SkypeClassic/res/Resource.rc index fcf58a3055..6c2ab5f710 100644 --- a/protocols/SkypeClassic/res/Resource.rc +++ b/protocols/SkypeClassic/res/Resource.rc @@ -42,7 +42,7 @@ STYLE DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - CONTROL "Start Skype with Miranda NG if not running using the following command line options:", + CONTROL "Start Skype with Miranda if not running using the following command line options:", IDC_STARTSKYPE,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,10,4,290,10 CONTROL "/NOSPLASH - Don't show splash screen on startup", @@ -66,9 +66,9 @@ BEGIN BS_AUTOCHECKBOX | WS_TABSTOP,36,103,264,10 EDITTEXT IDC_COMMANDLINE,47,116,236,12,ES_AUTOHSCROLL PUSHBUTTON "...",IDC_BROWSECMDL,285,115,16,15 - CTEXT "* Relative path root is Miranda NG folder", + CTEXT "* Relative path root is Miranda folder", IDC_STATIC_PATHINFO,10,136,290,8,NOT WS_GROUP - CONTROL "Shutdown Skype when you close Miranda NG",IDC_SHUTDOWN, + CONTROL "Shutdown Skype when you close Miranda",IDC_SHUTDOWN, "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,10,151, 290,10 CONTROL "Unload Skype when you change to Offline status", @@ -141,7 +141,7 @@ BEGIN EDITTEXT IDC_HOST,41,19,133,12,ES_AUTOHSCROLL LTEXT "Port:",IDC_STATIC_PORT,180,21,16,10,0,WS_EX_RIGHT EDITTEXT IDC_PORT,200,19,29,12,ES_AUTOHSCROLL | ES_NUMBER - CTEXT "* You must restart Miranda NG in order to let the settings take effect", + CTEXT "* You must restart Miranda in order to let the settings take effect", IDC_STATIC_RESTART,10,54,290,8,NOT WS_GROUP CONTROL "This Skype proxy requires password authentication:", IDC_REQPASS,"Button",BS_AUTOCHECKBOX | WS_GROUP | @@ -383,7 +383,7 @@ IDI_PHONE ICON DISCARDABLE "phone.ico" // Bitmap // -IDB_CALL BITMAP MOVEABLE PURE "res\\call.bmp" +IDB_CALL BITMAP MOVEABLE PURE "call.bmp" #endif // Neutral resources ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3