fix for bug#9097
git-svn-id: svn://10.0.0.236/trunk@52442 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -470,10 +470,11 @@ button1_bitmaps=..\bmps\comm_up.bmp,..\bmps\comm_dn.bmp,..\bmps\comm_mo.bmp,..\b
|
||||
; Selected and disabled are optional
|
||||
|
||||
;---------------------------------------
|
||||
button1_cmdline=exe,..\..\Comm\Setup.exe
|
||||
|
||||
; defines button action
|
||||
|
||||
; a button click can cause any of 7 actions:
|
||||
; a button click can cause any of 6 actions:
|
||||
|
||||
; 1) launch a program: button1_cmdline=exe,program name
|
||||
|
||||
@@ -529,24 +530,6 @@ button1_bitmaps=..\bmps\comm_up.bmp,..\bmps\comm_dn.bmp,..\bmps\comm_mo.bmp,..\b
|
||||
; type may be an html file, or a .gif, or, if a plug-in is already installed,
|
||||
; it could be an Adobe .pdf...
|
||||
|
||||
; 7) put shortcut on desktop:
|
||||
|
||||
; button1_cmdline=desktop,file or directory name,shortcut name,icon file
|
||||
|
||||
; e.g.: button1_cmdline=desktop,help.html,Netscape ReadMe,help.ico
|
||||
|
||||
; or
|
||||
|
||||
; e.g.: button1_cmdline=desktop,clipart\,Bonus Clipart,clipart\clipart.ico
|
||||
|
||||
; when the 1st argument is desktop, a desktop shortcut (with icon) will
|
||||
; be created that launches/opens that file or directory. The follow-on
|
||||
; arguments point to the file or directory, and also give the name to be
|
||||
; given to the shortcut and the path to the .ico icon file to be used for
|
||||
; the shortcut. The path to any directory must be specified as an absolute
|
||||
; path from the root of the CD. In the example above, it would open the
|
||||
; 'clipart' directory that is at the root level of the CD.
|
||||
|
||||
;---------------------------------------
|
||||
button1_text_title=Navigator2000
|
||||
|
||||
@@ -650,6 +633,7 @@ col2_text_width=200
|
||||
;========== buttons for dialog 2 ==========
|
||||
|
||||
button1_bitmaps=..\bmps\32b_up.bmp,..\bmps\32b_dn.bmp,..\bmps\32b_mo.bmp,..\bmps\32b_mo.bmp
|
||||
button1_cmdline=exe,..\..\apps\app1\app1.exe
|
||||
button1_text_title=Application1
|
||||
button1_text_body=descriptive text
|
||||
button1_offset=
|
||||
@@ -728,6 +712,7 @@ col2_text_width=200
|
||||
;========== buttons for dialog 3 ==========
|
||||
|
||||
button1_bitmaps=..\bmps\16b_up.bmp,..\bmps\16b_dn.bmp,..\bmps\16b_mo.bmp,..\bmps\16b_mo.bmp
|
||||
button1_cmdline=exe,..\..\plugins\plugin1\32plug1.exe
|
||||
button1_text_title=Plug-in1
|
||||
button1_text_body=descriptive text
|
||||
button1_offset=
|
||||
|
||||
Reference in New Issue
Block a user