From c4444233b2e0c2098e4ddefd02ef2a4a81522967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 8 Jul 2013 09:47:46 +0000 Subject: Added proper link to wiki page of some plugins. git-svn-id: http://svn.miranda-ng.org/main/trunk@5275 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/res/resource.rc | 2 +- plugins/Db3x_mmap/src/database.cpp | 2 +- plugins/FileAsMessage/src/main.h | 2 +- plugins/TopToolBar/src/toolbar.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 9a92d07b1c..f56a5b3926 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -522,7 +522,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,151,196,10 GROUPBOX "MetaContacts stuff",IDC_FRAME_META,2,81,218,101 GROUPBOX "Additional stuff",IDC_FRAME_META2,2,12,218,65 - CTEXT "For other stuff MetaContacts plugin should be loaded.\n\nhttp://miranda-ng.org",IDC_FRAME_META_CAPT,11,94,201,26,NOT WS_VISIBLE + CTEXT "For other stuff MetaContacts plugin should be loaded.\n\nhttp://miranda-ng.org/p/MetaContacts/",IDC_FRAME_META_CAPT,11,94,201,26,NOT WS_VISIBLE CONTROL "Allow internal requesting of status message text",IDC_DISCOVER_AWAYMSG, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,38,201,10 EDITTEXT IDC_SUBINDENT,154,163,35,12,ES_NUMBER diff --git a/plugins/Db3x_mmap/src/database.cpp b/plugins/Db3x_mmap/src/database.cpp index 46dd501de5..c6d7f45131 100644 --- a/plugins/Db3x_mmap/src/database.cpp +++ b/plugins/Db3x_mmap/src/database.cpp @@ -91,7 +91,7 @@ void __cdecl dbpanic(void *arg) MessageBox(0,err,TranslateT("Database Error"),MB_SETFOREGROUND|MB_TOPMOST|MB_APPLMODAL|MB_ICONWARNING|MB_OK); } else - MessageBox(0,TranslateT("Miranda has detected corruption in your database. This corruption maybe fixed by DbChecker plugin. Please download it from http://miranda-ng.org/. Miranda will now shutdown."), + MessageBox(0,TranslateT("Miranda has detected corruption in your database. This corruption maybe fixed by DbChecker plugin. Please download it from http://miranda-ng.org/p/DbChecker/. Miranda will now shutdown."), TranslateT("Database Panic"),MB_SETFOREGROUND|MB_TOPMOST|MB_APPLMODAL|MB_ICONWARNING|MB_OK); TerminateProcess(GetCurrentProcess(),255); } diff --git a/plugins/FileAsMessage/src/main.h b/plugins/FileAsMessage/src/main.h index 699897b0af..7404ff2cf0 100644 --- a/plugins/FileAsMessage/src/main.h +++ b/plugins/FileAsMessage/src/main.h @@ -31,7 +31,7 @@ #define SERVICE_PREFIX "<%fAM-0023%>" -#define NOPLUGIN_MESSAGE LPGEN("If you see this \"garbage\", probably you have no \"fileAsMessage\" plugin installed, see http://miranda-ng.org/ for more information and download.") +#define NOPLUGIN_MESSAGE LPGEN("If you see this \"garbage\", probably you have no \"fileAsMessage\" plugin installed, see http://miranda-ng.org/p/FileAsMessage/ for more information and download.") extern char *szServiceTitle; extern char *szServicePrefix; diff --git a/plugins/TopToolBar/src/toolbar.cpp b/plugins/TopToolBar/src/toolbar.cpp index e2549c5b2f..7882420073 100644 --- a/plugins/TopToolBar/src/toolbar.cpp +++ b/plugins/TopToolBar/src/toolbar.cpp @@ -649,7 +649,7 @@ int LoadToolbarModule() { if ( !ServiceExists(MS_CLIST_FRAMES_ADDFRAME)) { if ( !db_get_b(NULL, TTB_OPTDIR, "WarningDone", 0)) - MessageBox(0, TranslateT("Frames service has not been found, so plugin will be disabled.\nTo run it you need to install and / or enable contact list plugin that supports it:\n- Modern contact list\n- MultiWindow (MW)\n- Nicer+\nYou can get them at http://miranda-ng.org"), TranslateT("TopToolBar"), 0); + MessageBox(0, TranslateT("Frames service has not been found, so plugin will be disabled.\nTo run it you need to install and / or enable contact list plugin that supports it:\n- Modern contact list\n- MultiWindow (MW)\n- Nicer+\nYou can get them at http://miranda-ng.org/"), TranslateT("TopToolBar"), 0); db_set_b(NULL, TTB_OPTDIR, "WarningDone", 1); return 1; } -- cgit v1.2.3