Skip to content

Commit

Permalink
no_help instead of empty help string
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuchome committed Jun 20, 2013
1 parent 9054fe1 commit 913b95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widgets.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ define map<string,map<string,any> > InitWidgets () ``{
"init" : createSymlinkInit,
"handle" : createSymlinkHandle,
"store" : createSymlinkStore,
"help" : " ",
"no_help" : true,
],
"device" : $[
"widget" : `textentry,
Expand All @@ -1474,7 +1474,7 @@ define map<string,map<string,any> > InitWidgets () ``{
"label" : Label::BrowseButton (),
"handle_events" : [ "browse" ],
"handle" : browseButtonHandle,
"help" : " ",
"no_help" : true,
],
"options" : $[
"widget" : `textentry,
Expand Down

0 comments on commit 913b95b

Please sign in to comment.