diff options
Diffstat (limited to 'scp2/source/mkopenwith.btm')
-rwxr-xr-x | scp2/source/mkopenwith.btm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/mkopenwith.btm b/scp2/source/mkopenwith.btm index c71633fcc2f2..7322f15bc92f 100755 --- a/scp2/source/mkopenwith.btm +++ b/scp2/source/mkopenwith.btm @@ -28,7 +28,7 @@ ECHO RegistryItem gid_Regitem_OpenOffice_%LINE%_OpenWith_%1 >> %OUTPUT% ECHO ParentID = PREDEFINED_HKEY_CLASSES_ROOT; >> %OUTPUT% ECHO Subkey = ".%LINE%\OpenWithProgIDs"; >> %OUTPUT% ECHO ModuleID = gid_Module_Prg_%1_Bin; >> %OUTPUT% -ECHO Name = "libreoffice.%1Document.1"; >> %OUTPUT% +ECHO Name = "Libreoffice.%1Document.1"; >> %OUTPUT% ECHO Value = "%PRODUCTNAME %PRODUCTVERSION"; >> %OUTPUT% ECHO End >> %OUTPUT% ECHO. >> %OUTPUT% |