From bbdabe234691ad14c975661376e4e89c6650cdb8 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Mon, 19 May 2008 02:13:43 +0000 Subject: 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 --- updater/icons.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'updater/icons.cpp') diff --git a/updater/icons.cpp b/updater/icons.cpp index 398303f..a8349c5 100644 --- a/updater/icons.cpp +++ b/updater/icons.cpp @@ -14,9 +14,9 @@ typedef struct static IconStruct iconList[] = { - { "Check for Updates", "updater_check", IDI_MAINMENU }, - { "Restart", "updater_restart", IDI_RESTART }, - { "Update and Exit", "updater_checkexit", IDI_UPDATEANDEXIT }, + { "Check for Plugin Updates", "updater_check", IDI_MAINMENU }, + { "Restart", "updater_restart", IDI_RESTART }, + { "Update and Exit", "updater_checkexit", IDI_UPDATEANDEXIT }, }; -- cgit v1.2.3