diff options
Diffstat (limited to 'plugins/Popup')
67 files changed, 68 insertions, 68 deletions
diff --git a/plugins/Popup/docs/Changelog.txt b/plugins/Popup/docs/Changelog.txt index de46d15d50..90716288fe 100644 --- a/plugins/Popup/docs/Changelog.txt +++ b/plugins/Popup/docs/Changelog.txt @@ -1,4 +1,4 @@ -Popup Plus: 2.1.1.6
+Popup Plus: 2.1.1.6
+added support for custom langpacks
+added hotkey to open popup history
+added action copy to clipboard
diff --git a/plugins/Popup/docs/changelog_popup.txt b/plugins/Popup/docs/changelog_popup.txt index c044db186f..3557e3fa4b 100644 --- a/plugins/Popup/docs/changelog_popup.txt +++ b/plugins/Popup/docs/changelog_popup.txt @@ -1,4 +1,4 @@ -popup plus 2.0.3.96 RC1 internal, 05-11-28, 00:44
+popup plus 2.0.3.96 RC1 internal, 05-11-28, 00:44
[-] Fixed line breaks
popup plus 2.0.3.96 RC1 internal, 05-11-27, 01:07
diff --git a/plugins/Popup/docs/faq_popup.txt b/plugins/Popup/docs/faq_popup.txt index 43a7d31eb6..ea06ab84b5 100644 --- a/plugins/Popup/docs/faq_popup.txt +++ b/plugins/Popup/docs/faq_popup.txt @@ -1,4 +1,4 @@ -===============================================================================
+===============================================================================
PopUp - Frequently Asked Questions
===============================================================================
diff --git a/plugins/Popup/docs/readme.txt b/plugins/Popup/docs/readme.txt index b22e0fb6a9..74c570e588 100644 --- a/plugins/Popup/docs/readme.txt +++ b/plugins/Popup/docs/readme.txt @@ -1,4 +1,4 @@ -PopUp plugin, v.1.0.1.9
+PopUp plugin, v.1.0.1.9
by Luca "Hrk" Santarelli
hrk@users.sf.net
diff --git a/plugins/Popup/docs/rebase_popup.txt b/plugins/Popup/docs/rebase_popup.txt index 87cb219b79..fb61cd7865 100644 --- a/plugins/Popup/docs/rebase_popup.txt +++ b/plugins/Popup/docs/rebase_popup.txt @@ -1,4 +1,4 @@ -=§= TO PLUGIN DEVELOPERS =§=
+=ยง= TO PLUGIN DEVELOPERS =ยง=
This plugin has its Base Address set to:
0x25020000
@@ -28,5 +28,5 @@ K = 11th letter in the english alphabet. 37(dec) = 25(Hex)
Base Address can be found/configured:
-§ MSVC++ 6.0
+ยง MSVC++ 6.0
Project->Settings->Link->Output->Base Address
\ No newline at end of file diff --git a/plugins/Popup/docs/road_map.txt b/plugins/Popup/docs/road_map.txt index f171688db8..db21c337c3 100644 --- a/plugins/Popup/docs/road_map.txt +++ b/plugins/Popup/docs/road_map.txt @@ -1,4 +1,4 @@ -skin related classes:
+skin related classes:
- PopUpSkin
- Skin
- Skins
diff --git a/plugins/Popup/docs/skin_popup.txt b/plugins/Popup/docs/skin_popup.txt index ee20d2d845..2ed0311d4a 100644 --- a/plugins/Popup/docs/skin_popup.txt +++ b/plugins/Popup/docs/skin_popup.txt @@ -1,4 +1,4 @@ -Object properties
+Object properties
Popup skin files are used to define popup layout. Each popup consists of several objects such as bitmaps, text, title
diff --git a/plugins/Popup/docs/whatsnew.txt b/plugins/Popup/docs/whatsnew.txt index 63b0bd2abf..53a8503a47 100644 --- a/plugins/Popup/docs/whatsnew.txt +++ b/plugins/Popup/docs/whatsnew.txt @@ -1,4 +1,4 @@ -The new Popup Team welcomes you.
+The new Popup Team welcomes you.
Due to the huge amount of changes we advice you to use the "Reset" button below.
Your advantages from new version:
diff --git a/plugins/Popup/res/resource.rc b/plugins/Popup/res/resource.rc index 75cd04bd35..867b2c913b 100644 --- a/plugins/Popup/res/resource.rc +++ b/plugins/Popup/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/plugins/Popup/res/version.rc b/plugins/Popup/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/Popup/res/version.rc +++ b/plugins/Popup/res/version.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/plugins/Popup/src/actions.cpp b/plugins/Popup/src/actions.cpp index 9235521bec..6b516fcb3e 100644 --- a/plugins/Popup/src/actions.cpp +++ b/plugins/Popup/src/actions.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/actions.h b/plugins/Popup/src/actions.h index bfdaf8591d..8ed5b52477 100644 --- a/plugins/Popup/src/actions.h +++ b/plugins/Popup/src/actions.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars.cpp b/plugins/Popup/src/avatars.cpp index d099ddbd73..6936e55cc7 100644 --- a/plugins/Popup/src/avatars.cpp +++ b/plugins/Popup/src/avatars.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars.h b/plugins/Popup/src/avatars.h index c9c38c3cd4..c8e34bedfb 100644 --- a/plugins/Popup/src/avatars.h +++ b/plugins/Popup/src/avatars.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars_flash.h b/plugins/Popup/src/avatars_flash.h index 9678d84259..e12971d7fe 100644 --- a/plugins/Popup/src/avatars_flash.h +++ b/plugins/Popup/src/avatars_flash.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars_gif.cpp b/plugins/Popup/src/avatars_gif.cpp index bfb5d63368..73eae2235e 100644 --- a/plugins/Popup/src/avatars_gif.cpp +++ b/plugins/Popup/src/avatars_gif.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars_gif.h b/plugins/Popup/src/avatars_gif.h index 5dcdc85a24..6207c17e30 100644 --- a/plugins/Popup/src/avatars_gif.h +++ b/plugins/Popup/src/avatars_gif.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars_simple.cpp b/plugins/Popup/src/avatars_simple.cpp index b32c05dc35..b620cce723 100644 --- a/plugins/Popup/src/avatars_simple.cpp +++ b/plugins/Popup/src/avatars_simple.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars_simple.h b/plugins/Popup/src/avatars_simple.h index da92dca5df..a865d632d5 100644 --- a/plugins/Popup/src/avatars_simple.h +++ b/plugins/Popup/src/avatars_simple.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/bitmap_funcs.cpp b/plugins/Popup/src/bitmap_funcs.cpp index 5a07c757de..d0b8ab15b7 100644 --- a/plugins/Popup/src/bitmap_funcs.cpp +++ b/plugins/Popup/src/bitmap_funcs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/bitmap_funcs.h b/plugins/Popup/src/bitmap_funcs.h index 6b8a4e2816..decb8b5a25 100644 --- a/plugins/Popup/src/bitmap_funcs.h +++ b/plugins/Popup/src/bitmap_funcs.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/common.h b/plugins/Popup/src/common.h index ca632bac41..e7a0e8c057 100644 --- a/plugins/Popup/src/common.h +++ b/plugins/Popup/src/common.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/config.cpp b/plugins/Popup/src/config.cpp index c6ae1a1ffc..8a040dfdc1 100644 --- a/plugins/Popup/src/config.cpp +++ b/plugins/Popup/src/config.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/config.h b/plugins/Popup/src/config.h index 07e9d6d86c..b249d2cdf9 100644 --- a/plugins/Popup/src/config.h +++ b/plugins/Popup/src/config.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/def_settings.h b/plugins/Popup/src/def_settings.h index 73c2425e63..0bec7e680b 100644 --- a/plugins/Popup/src/def_settings.h +++ b/plugins/Popup/src/def_settings.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/defs.h b/plugins/Popup/src/defs.h index 43959f9b86..72a61d1fd7 100644 --- a/plugins/Popup/src/defs.h +++ b/plugins/Popup/src/defs.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/effects.cpp b/plugins/Popup/src/effects.cpp index e73322d265..a1c7250aaa 100644 --- a/plugins/Popup/src/effects.cpp +++ b/plugins/Popup/src/effects.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/effects.h b/plugins/Popup/src/effects.h index d3ff4502ef..2053395414 100644 --- a/plugins/Popup/src/effects.h +++ b/plugins/Popup/src/effects.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/font.cpp b/plugins/Popup/src/font.cpp index 7e8550038f..53f619b703 100644 --- a/plugins/Popup/src/font.cpp +++ b/plugins/Popup/src/font.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/font.h b/plugins/Popup/src/font.h index 3975a53c88..bc73acdbbc 100644 --- a/plugins/Popup/src/font.h +++ b/plugins/Popup/src/font.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/formula.cpp b/plugins/Popup/src/formula.cpp index f2748ae030..b85a0839c5 100644 --- a/plugins/Popup/src/formula.cpp +++ b/plugins/Popup/src/formula.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/formula.h b/plugins/Popup/src/formula.h index 6de6ac625d..27ae3bf273 100644 --- a/plugins/Popup/src/formula.h +++ b/plugins/Popup/src/formula.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/history.cpp b/plugins/Popup/src/history.cpp index 3bad370778..c65a620b0c 100644 --- a/plugins/Popup/src/history.cpp +++ b/plugins/Popup/src/history.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/history.h b/plugins/Popup/src/history.h index b4e28bfac2..3fdbd8665e 100644 --- a/plugins/Popup/src/history.h +++ b/plugins/Popup/src/history.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/icons.cpp b/plugins/Popup/src/icons.cpp index 297a9d982f..a740231a0a 100644 --- a/plugins/Popup/src/icons.cpp +++ b/plugins/Popup/src/icons.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/icons.h b/plugins/Popup/src/icons.h index ad7ee64153..5c75e58a7e 100644 --- a/plugins/Popup/src/icons.h +++ b/plugins/Popup/src/icons.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp index 7471eddb29..915c1b427a 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/notifications.cpp b/plugins/Popup/src/notifications.cpp index f5e904b3a4..f7c15b6b82 100644 --- a/plugins/Popup/src/notifications.cpp +++ b/plugins/Popup/src/notifications.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/notifications.h b/plugins/Popup/src/notifications.h index 041a83d78c..aa4c2f4963 100644 --- a/plugins/Popup/src/notifications.h +++ b/plugins/Popup/src/notifications.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_adv.cpp b/plugins/Popup/src/opt_adv.cpp index f9d4f75f8e..a25d53f754 100644 --- a/plugins/Popup/src/opt_adv.cpp +++ b/plugins/Popup/src/opt_adv.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_adv.h b/plugins/Popup/src/opt_adv.h index d5ac6d128f..ce27b876fc 100644 --- a/plugins/Popup/src/opt_adv.h +++ b/plugins/Popup/src/opt_adv.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_class.cpp b/plugins/Popup/src/opt_class.cpp index 742bc2dbee..3d8ddf0633 100644 --- a/plugins/Popup/src/opt_class.cpp +++ b/plugins/Popup/src/opt_class.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_class.h b/plugins/Popup/src/opt_class.h index 905bc791fd..05e5e169ed 100644 --- a/plugins/Popup/src/opt_class.h +++ b/plugins/Popup/src/opt_class.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_contacts.cpp b/plugins/Popup/src/opt_contacts.cpp index 0bb94612f6..03c034cb82 100644 --- a/plugins/Popup/src/opt_contacts.cpp +++ b/plugins/Popup/src/opt_contacts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_contacts.h b/plugins/Popup/src/opt_contacts.h index 9e1309857f..a821eacd96 100644 --- a/plugins/Popup/src/opt_contacts.h +++ b/plugins/Popup/src/opt_contacts.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_gen.cpp b/plugins/Popup/src/opt_gen.cpp index 677e1bc459..e509f1f9cd 100644 --- a/plugins/Popup/src/opt_gen.cpp +++ b/plugins/Popup/src/opt_gen.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_gen.h b/plugins/Popup/src/opt_gen.h index f97d056306..4e100c70fd 100644 --- a/plugins/Popup/src/opt_gen.h +++ b/plugins/Popup/src/opt_gen.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_skins.cpp b/plugins/Popup/src/opt_skins.cpp index dc78a7bab8..a5e0095955 100644 --- a/plugins/Popup/src/opt_skins.cpp +++ b/plugins/Popup/src/opt_skins.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_skins.h b/plugins/Popup/src/opt_skins.h index 5711500501..e0bb54aa2a 100644 --- a/plugins/Popup/src/opt_skins.h +++ b/plugins/Popup/src/opt_skins.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opttree.cpp b/plugins/Popup/src/opttree.cpp index 68a7a9ef7a..69d71617a6 100644 --- a/plugins/Popup/src/opttree.cpp +++ b/plugins/Popup/src/opttree.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opttree.h b/plugins/Popup/src/opttree.h index 3dd63d3e0d..44e570b2b5 100644 --- a/plugins/Popup/src/opttree.h +++ b/plugins/Popup/src/opttree.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/popup_gdiplus.cpp b/plugins/Popup/src/popup_gdiplus.cpp index b6fd4039a1..6516a1b7f4 100644 --- a/plugins/Popup/src/popup_gdiplus.cpp +++ b/plugins/Popup/src/popup_gdiplus.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/popup_gdiplus.h b/plugins/Popup/src/popup_gdiplus.h index a398e686f9..1da60118d0 100644 --- a/plugins/Popup/src/popup_gdiplus.h +++ b/plugins/Popup/src/popup_gdiplus.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/popup_thread.cpp b/plugins/Popup/src/popup_thread.cpp index 1a5b462632..e03e074e74 100644 --- a/plugins/Popup/src/popup_thread.cpp +++ b/plugins/Popup/src/popup_thread.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/popup_thread.h b/plugins/Popup/src/popup_thread.h index 13cdae4466..55068aafa7 100644 --- a/plugins/Popup/src/popup_thread.h +++ b/plugins/Popup/src/popup_thread.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/popup_wnd2.cpp b/plugins/Popup/src/popup_wnd2.cpp index a3d5c3c425..f92cdd7804 100644 --- a/plugins/Popup/src/popup_wnd2.cpp +++ b/plugins/Popup/src/popup_wnd2.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/popup_wnd2.h b/plugins/Popup/src/popup_wnd2.h index 57061569ee..c82b1e6ad9 100644 --- a/plugins/Popup/src/popup_wnd2.h +++ b/plugins/Popup/src/popup_wnd2.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/resource.h b/plugins/Popup/src/resource.h index e13b597fed..83493806ad 100644 --- a/plugins/Popup/src/resource.h +++ b/plugins/Popup/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/Popup/src/services.cpp b/plugins/Popup/src/services.cpp index f07534de09..a7875e22fe 100644 --- a/plugins/Popup/src/services.cpp +++ b/plugins/Popup/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/services.h b/plugins/Popup/src/services.h index 3e6a682a9e..15b76b95db 100644 --- a/plugins/Popup/src/services.h +++ b/plugins/Popup/src/services.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/skin.cpp b/plugins/Popup/src/skin.cpp index 157c9aa981..be2e592e31 100644 --- a/plugins/Popup/src/skin.cpp +++ b/plugins/Popup/src/skin.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/skin.h b/plugins/Popup/src/skin.h index 8c903a9ca8..56353153c9 100644 --- a/plugins/Popup/src/skin.h +++ b/plugins/Popup/src/skin.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/srmm_menu.cpp b/plugins/Popup/src/srmm_menu.cpp index fa4c6bf244..bd8d4706bd 100644 --- a/plugins/Popup/src/srmm_menu.cpp +++ b/plugins/Popup/src/srmm_menu.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/srmm_menu.h b/plugins/Popup/src/srmm_menu.h index 54c445ed1e..b2e67fe320 100644 --- a/plugins/Popup/src/srmm_menu.h +++ b/plugins/Popup/src/srmm_menu.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/stdafx.cxx b/plugins/Popup/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/Popup/src/stdafx.cxx +++ b/plugins/Popup/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/plugins/Popup/src/stdafx.h b/plugins/Popup/src/stdafx.h index e892d518f6..ff27f4f31a 100644 --- a/plugins/Popup/src/stdafx.h +++ b/plugins/Popup/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/version.h b/plugins/Popup/src/version.h index 45bbca6f8c..28214125ac 100644 --- a/plugins/Popup/src/version.h +++ b/plugins/Popup/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 2
+#define __MAJOR_VERSION 2
#define __MINOR_VERSION 1
#define __RELEASE_NUM 1
#define __BUILD_NUM 12
|