diff options
Diffstat (limited to 'src/ui/mobile.c')
-rw-r--r-- | src/ui/mobile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mobile.c b/src/ui/mobile.c index 48f17c9c..7e359a84 100644 --- a/src/ui/mobile.c +++ b/src/ui/mobile.c | |||
@@ -512,7 +512,7 @@ void makePanelItems_Mobile(iWidget *panel, const iMenuItem *itemsNullTerminated) | |||
512 | } | 512 | } |
513 | } | 513 | } |
514 | 514 | ||
515 | iWidget *makeSplitMultiPanel_Mobile(const iMenuItem *itemsNullTerminated) { | 515 | iWidget *makePanels_Mobile(const iMenuItem *itemsNullTerminated) { |
516 | /* A multipanel widget has a top panel and one or more detail panels. In a horizontal layout, | 516 | /* A multipanel widget has a top panel and one or more detail panels. In a horizontal layout, |
517 | the detail panels slide in from the right and cover the top panel. In a landscape layout, | 517 | the detail panels slide in from the right and cover the top panel. In a landscape layout, |
518 | the detail panels are always visible on the side. */ | 518 | the detail panels are always visible on the side. */ |