MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / Filename

Method Filename

src/subs_controller.cpp:399–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399agi::fs::path SubsController::Filename() const {
400 if (!filename.empty()) return filename;
401
402 // Apple HIG says "untitled" should not be capitalised
403#ifndef __WXMAC__
404 return from_wx(_("Untitled"));
405#else
406 return from_wx(_("untitled"));
407#endif
408}

Callers 6

UpdateTitleMethod · 0.80
ReloadMethod · 0.80
get_file_nameFunction · 0.80
SaveHistoryMethod · 0.80
UnhandledExceptionMethod · 0.80
save_subtitlesFunction · 0.80

Calls 1

from_wxFunction · 0.85

Tested by

no test coverage detected