titlebar: don't show nano's name and version when in the file browser
parent
9738c7997b
commit
f9bf320fd5
src
|
@ -2041,8 +2041,10 @@ void titlebar(const char *path)
|
||||||
if (inhelp)
|
if (inhelp)
|
||||||
branding = "";
|
branding = "";
|
||||||
#ifdef ENABLE_BROWSER
|
#ifdef ENABLE_BROWSER
|
||||||
else if (path != NULL)
|
else if (path != NULL) {
|
||||||
|
branding = "";
|
||||||
prefix = _("DIR:");
|
prefix = _("DIR:");
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
else {
|
else {
|
||||||
if (openfile->filename[0] == '\0')
|
if (openfile->filename[0] == '\0')
|
||||||
|
|
Loading…
Reference in New Issue