From f3fcafe95e7e8f97f32cc1511b624ad796a70514 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 23 Dec 2005 02:03:55 +0000 Subject: [PATCH] move "View Statistics" to MyDoc; make it follow across user changes --- stepmania/stepmania.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 897258fb06..83e88b0132 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -318,7 +318,7 @@ Section "Main Section" SecMain !ifdef MAKE_OPEN_PROGRAM_FOLDER_SHORTCUT CreateShortCut "$SMPROGRAMS\${PRODUCT_ID}\Open ${PRODUCT_NAME} Program Folder.lnk" "$WINDIR\explorer.exe" "$INSTDIR\" !endif - CreateShortCut "$SMPROGRAMS\${PRODUCT_ID}\View Statistics.lnk" "$INSTDIR\Save\MachineProfile\Stats.xml" + CreateShortCut "$SMPROGRAMS\${PRODUCT_ID}\View Statistics.lnk" "$INSTDIR\Program\tools.exe" "--machine-profile-stats" CreateShortCut "$SMPROGRAMS\${PRODUCT_ID}\${PRODUCT_NAME} Tools.lnk" "$INSTDIR\Program\tools.exe" CreateShortCut "$SMPROGRAMS\${PRODUCT_ID}\${PRODUCT_NAME} Documentation.lnk" "$INSTDIR\README-FIRST.html" CreateShortCut "$SMPROGRAMS\${PRODUCT_ID}\Uninstall ${PRODUCT_NAME_VER}.lnk" "$INSTDIR\uninstall.exe"