Fossil SCM
Comment fix to track a code change made in commit [3d6444fc].
Commit
e6e8ea8ffbec4211c5496068aadbb619a88f86681a511c672ceb4d28325d5222
Parent
e50d27077553f36…
1 file changed
+1
-1
+1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -33,11 +33,11 @@ | ||
| 33 | 33 | ** style_submenu_checkbox() |
| 34 | 34 | ** style_submenu_binary() |
| 35 | 35 | ** style_submenu_multichoice() |
| 36 | 36 | ** style_submenu_sql() |
| 37 | 37 | ** |
| 38 | -** prior to calling style_footer(). The style_footer() routine | |
| 38 | +** prior to calling style_finish_page(). The style_finish_page() routine | |
| 39 | 39 | ** will generate the appropriate HTML text just below the main |
| 40 | 40 | ** menu. |
| 41 | 41 | */ |
| 42 | 42 | static struct Submenu { |
| 43 | 43 | const char *zLabel; /* Button label */ |
| 44 | 44 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -33,11 +33,11 @@ | |
| 33 | ** style_submenu_checkbox() |
| 34 | ** style_submenu_binary() |
| 35 | ** style_submenu_multichoice() |
| 36 | ** style_submenu_sql() |
| 37 | ** |
| 38 | ** prior to calling style_footer(). The style_footer() routine |
| 39 | ** will generate the appropriate HTML text just below the main |
| 40 | ** menu. |
| 41 | */ |
| 42 | static struct Submenu { |
| 43 | const char *zLabel; /* Button label */ |
| 44 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -33,11 +33,11 @@ | |
| 33 | ** style_submenu_checkbox() |
| 34 | ** style_submenu_binary() |
| 35 | ** style_submenu_multichoice() |
| 36 | ** style_submenu_sql() |
| 37 | ** |
| 38 | ** prior to calling style_finish_page(). The style_finish_page() routine |
| 39 | ** will generate the appropriate HTML text just below the main |
| 40 | ** menu. |
| 41 | */ |
| 42 | static struct Submenu { |
| 43 | const char *zLabel; /* Button label */ |
| 44 |