| Commit | Date | |
|---|---|---|
| 2007-10-21 21:05:29 | Tree | |
| 2007-10-21 09:54:36 | Tree | |
|
[r2488]
by
david_costanzo
Remove the UserType global variable. Now that I understand how the SHELL_CONTEXT registry key works, I can just rely on calling SetShellVarContext, instead. This simplifies the installer logic. |
2007-10-21 09:52:40 | Tree |
|
[r2487]
by
david_costanzo
Fix bug #1713912; Uninstalling FMSLogo as a limited user now unregisters the file association so that double-clicking on .lgo files works if FMSLogo is later installed by an administrator. I fixed this bug by simplifying the installer script to use SHELL_CONTEXT as the registry hive, instead of checking the UserType and then executing the same logic on a HKCU or HKLM depending on its value. Using SHELL_CONTEXT does exactly the same thing in less than half the code. |
2007-10-21 09:18:59 | Tree |
|
[r2486]
by
david_costanzo
Fix bug #1813051; Saving an image with an non-full active area works once again. This bug was introduced in 6.16.0. |
2007-10-17 06:10:11 | Tree |
| 2007-10-17 04:35:43 | Tree | |
|
[r2484]
by
david_costanzo
Fix a bug where CATCH "ERROR wouldn't catch errors on non-English versions of FMSLogo because the error was thrown as "ERREUR" or some other localized string and wouldn't compare equally with "ERROR. |
2007-10-16 15:02:21 | Tree |
|
[r2483]
by
david_costanzo
Transfer some of the German translations from startup-1033.logoscript to localizedstrings-de.h. |
2007-10-15 08:19:11 | Tree |
| 2007-10-15 04:28:53 | Tree | |
|
[r2481]
by
david_costanzo
Fix a bug introduced in the previous revision where I changed a compare_node() to a call to Error.GetNode(), instead of a call to Error.Equals(). |
2007-10-15 04:26:20 | Tree |