mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
SQLStudio: Stop lying about string types
This commit is contained in:
committed by
Jelle Raaijmakers
parent
e4f627f299
commit
3d1fd17f8b
@@ -72,7 +72,7 @@ ErrorOr<bool> ScriptEditor::save_as()
|
||||
|
||||
auto parent = static_cast<GUI::TabWidget*>(parent_widget());
|
||||
if (parent)
|
||||
parent->set_tab_title(*this, String::from_deprecated_string(lexical_path.title()).release_value_but_fixme_should_propagate_errors());
|
||||
parent->set_tab_title(*this, String::from_utf8(lexical_path.title()).release_value_but_fixme_should_propagate_errors());
|
||||
|
||||
document().set_unmodified();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user