diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-05-19 02:13:43 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-05-19 02:13:43 +0000 |
commit | bbdabe234691ad14c975661376e4e89c6650cdb8 (patch) | |
tree | d0fc7ac877c393ecbe7478bba203076ac4d4a6dd /updater/updater.cpp | |
parent | 764413b9dd8818cb61390fe6ecbdd409af043779 (diff) |
change default menu text and action label to 'Check for Plugin Updates' so as to not conflict with core update notification function
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@408 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/updater.cpp')
-rw-r--r-- | updater/updater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/updater.cpp b/updater/updater.cpp index bd60df8..154d0b4 100644 --- a/updater/updater.cpp +++ b/updater/updater.cpp @@ -199,7 +199,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { // create update action for triggerplugin
ACTIONREGISTER ar = {0};
ar.cbSize = sizeof(ACTIONREGISTER);
- ar.pszName = Translate("Check for Updates");
+ ar.pszName = Translate("Check for Plugin Updates");
ar.pszService = MS_UPDATE_CHECKFORUPDATESTRGR;
CallService(MS_TRIGGER_REGISTERACTION, 0, (LPARAM)&ar);
|