diff options
Diffstat (limited to 'Ladybird/BrowserWindow.h')
-rw-r--r-- | Ladybird/BrowserWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ladybird/BrowserWindow.h b/Ladybird/BrowserWindow.h index ee37cc2209..ff51ebe79f 100644 --- a/Ladybird/BrowserWindow.h +++ b/Ladybird/BrowserWindow.h @@ -60,7 +60,7 @@ private: void debug_request(DeprecatedString const& request, DeprecatedString const& argument = ""); void set_current_tab(Tab* tab); - void update_zoom_menu_text(); + void update_displayed_zoom_level(); QTabWidget* m_tabs_container { nullptr }; Vector<NonnullOwnPtr<Tab>> m_tabs; |