Bugzilla – Attachment 94894 Details for
Bug 190069
Installation source up/down meaning not described
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch for /usr/share/YaST2/clients/inst_source.ycp (SuSE-SLE-10-SP1-Branch)
inst_source.diff (text/plain), 4.23 KB, created by
Jiří Suchomel
on 2006-08-01 11:16:11 UTC
(
hide
)
Description:
patch for /usr/share/YaST2/clients/inst_source.ycp (SuSE-SLE-10-SP1-Branch)
Filename:
MIME Type:
Creator:
Jiří Suchomel
Created:
2006-08-01 11:16:11 UTC
Size:
4.23 KB
patch
obsolete
>Index: inst_source.ycp >=================================================================== >--- inst_source.ycp (revision 32009) >+++ inst_source.ycp (working copy) >@@ -255,12 +255,6 @@ > // pusg button > string refreshButtonLabel = _("Re&fresh..."); > // pusg button >- string deleteButtonLabel = _("&Delete"); >- // pusg button >- string upButtonLabel = _("&Up"); >- // pusg button >- string downButtonLabel = _("D&own"); >- // pusg button > string enableButtonLabel = _("Enab&le or Disable"); > // push button > string refreshOnOffButtonLabel = _("Refre&sh On or Off"); >@@ -281,50 +275,40 @@ > `HSpacing() > ), > `HBox( >- `HWeight (1, `VBox( >- `HWeight( 1, >- // menunutton >- `MenuButton( `opt(`hstretch,`key_F3), _("&Add"),[ >- // menunutton item >- `item(`id(`slp), _("&Scan Using SLP...") ), >- // menunutton item >- `item(`id(`ftp), _("&FTP...") ), >- // menunutton item >- `item(`id(`http), _("&HTTP...") ), >- // menunutton item >- `item(`id(`https), _("HTT&PS...") ), >- // menunutton item >- `item(`id(`samba), _("&SMB/CIFS") ), >- // menunutton item >- `item(`id(`nfs), _("&NFS...") ), >- // menunutton item >- `item(`id(`cd), _("&CD...") ), >- // menunutton item >- `item(`id(`dvd), _("&DVD...") ), >- // menunutton item >- `item(`id(`local_dir), _("&Local Directory...") ), >- // menubutton item >- `item (`id (`specify_url),_("Specify &URL...")), >- ] ) >- ), >- // menu button >- `MenuButton( `opt(`hstretch, `key_F4), _("&Edit"),[ >- `item(`id(`replace), replaceButtonLabel ), >- `item(`id(`refresh), refreshButtonLabel ) >- ]), >- `HWeight( 1, `PushButton( `id(`delete), `opt(`hstretch, `key_F5), deleteButtonLabel ) ) >- )), >- `HSpacing( 10 ), >- `HWeight (1, `VBox( >- `HBox ( >- `HWeight( 1, `PushButton( `id(`up), `opt(`hstretch), upButtonLabel ) ), >- `HWeight( 1, `PushButton( `id(`down), `opt(`hstretch), downButtonLabel ) ) >- ), >- `PushButton(`id(`enable), `opt(`hstretch, `key_F6), enableButtonLabel ), >- `PushButton(`id(`refresh_on_off), `opt(`hstretch), refreshOnOffButtonLabel ) >- )), >+ `MenuButton( `opt(`key_F3), Label::AddButton (),[ >+ // menunutton item >+ `item(`id(`slp), _("&Scan Using SLP...") ), >+ // menunutton item >+ `item(`id(`ftp), _("&FTP...") ), >+ // menunutton item >+ `item(`id(`http), _("&HTTP...") ), >+ // menunutton item >+ `item(`id(`https), _("HTT&PS...") ), >+ // menunutton item >+ `item(`id(`samba), _("&SMB/CIFS") ), >+ // menunutton item >+ `item(`id(`nfs), _("&NFS...") ), >+ // menunutton item >+ `item(`id(`cd), _("&CD...") ), >+ // menunutton item >+ `item(`id(`dvd), _("&DVD...") ), >+ // menunutton item >+ `item(`id(`local_dir), _("&Local Directory...") ), >+ // menubutton item >+ `item (`id (`specify_url),_("Specify &URL...")), >+ ]), >+ `MenuButton( `opt(`key_F4), Label::EditButton (),[ >+ `item(`id(`replace), replaceButtonLabel ), >+ `item(`id(`refresh), refreshButtonLabel ) >+ ]), >+ `PushButton (`id(`delete), `opt(`key_F5), >+ Label::DeleteButton ()), >+ `HStretch (), >+ `PushButton(`id(`enable), `opt(`key_F6), enableButtonLabel), >+ `PushButton(`id(`refresh_on_off), `opt(`key_F7), >+ refreshOnOffButtonLabel ) >+ ), > `VSpacing( 0.5 ) >- ) > ); > > // dialog caption
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 190069
: 94894 |
94895
|
94899
|
94900