Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit fde879b

Browse files
committed
add title/mouseover text to dev tools link
1 parent 73f0bba commit fde879b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appshell/client_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ void ClientHandler::OnLoadError(CefRefPtr<CefBrowser> browser,
181181
" console.error(msg);" <<
182182
" </script>" <<
183183
"</head>" <<
184-
"<body><a class='debug logo' onclick='brackets.app.showDeveloperTools()'>&nbsp;</a></body></html>";
184+
"<body><a class='debug logo' onclick='brackets.app.showDeveloperTools()' title='Click to view loading error in Developer Tools'>&nbsp;</a></body></html>";
185185
frame->LoadString(ss.str(), failedUrl);
186186
}
187187

0 commit comments

Comments
 (0)