mirror of
git://git.sv.gnu.org/nano.git
synced 2025-03-12 11:23:04 +03:00
titlebar: don't show nano's name and version when in the file browser
This commit is contained in:
parent
9738c7997b
commit
f9bf320fd5
@ -2041,8 +2041,10 @@ void titlebar(const char *path)
|
||||
if (inhelp)
|
||||
branding = "";
|
||||
#ifdef ENABLE_BROWSER
|
||||
else if (path != NULL)
|
||||
else if (path != NULL) {
|
||||
branding = "";
|
||||
prefix = _("DIR:");
|
||||
}
|
||||
#endif
|
||||
else {
|
||||
if (openfile->filename[0] == '\0')
|
||||
|
Loading…
x
Reference in New Issue
Block a user