OSDN Git Service

Updated FAQ document.
authorlordmulder <mulder2@gmx.de>
Wed, 16 Feb 2011 21:38:13 +0000 (22:38 +0100)
committerlordmulder <mulder2@gmx.de>
Wed, 16 Feb 2011 21:38:13 +0000 (22:38 +0100)
doc/FAQ.html
etc/NSIS/setup.nsi
src/Config.h

index f1f65fa..c523007 100644 (file)
@@ -117,7 +117,7 @@ anything of that kind on your local computer! All the third-party tools used by
 There currently are two notable exceptions: The Nero AAC encoder and the WMA decoder cannot be redistributed<br>
 along with LameXP for legal reasons. Therefore these tools have to be obtained as separate downloads.<br>
 <br>
-Having said that, LameXP stores its configuration file in the %LOCALAPPDATA% folder on the local computer.<br>
+Having said that, LameXP stores its configuration file in the <a href="http://msdn.microsoft.com/en-us/library/dd378457(v=vs.85).aspx#FOLDERID_LocalAppData" target="_blank">%LOCALAPPDATA%</a> folder on the local computer.<br>
 That's because on a modern multi-user operating this is the only "correct" folder to store user-specific<br>
 configuration files. Also it's one of the few folders where an application is guaranteed to get write-access,<br>
 even when the application was launched by a "normal" (non-admin) user and did not request elevated rights.<br>
index a49139d..750766c 100644 (file)
@@ -563,6 +563,8 @@ Function RunAppFunction
 FunctionEnd
 
 Function ShowReadmeFunction
+       !insertmacro UAC_AsUser_ExecShell "open" "$INSTDIR\Changelog.html" "" "" SW_SHOWNORMAL
        !insertmacro UAC_AsUser_ExecShell "open" "$INSTDIR\FAQ.html" "" "" SW_SHOWNORMAL
+       !insertmacro UAC_AsUser_ExecShell "open" "$INSTDIR\Translate.html" "" "" SW_SHOWNORMAL
 FunctionEnd
 
index 069a3ff..356f98a 100644 (file)
@@ -25,8 +25,8 @@
 #define VER_LAMEXP_MAJOR                               4
 #define VER_LAMEXP_MINOR_HI                            0
 #define VER_LAMEXP_MINOR_LO                            0
-#define VER_LAMEXP_BUILD                               315
-#define VER_LAMEXP_SUFFIX                              RC-1
+#define VER_LAMEXP_BUILD                               316
+#define VER_LAMEXP_SUFFIX                              RC-2
 
 /*
  * Tools versions