Change the window class names

This commit is contained in:
Cheng Zhao 2015-04-14 16:18:57 +08:00
parent e04c58f398
commit c7468278df
4 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ namespace atom {
namespace {
const char kViewClassName[] = "AtomMenuBar";
const char kViewClassName[] = "ElectronMenuBar";
// Default color of the menu bar.
const SkColor kDefaultColor = SkColorSetARGB(255, 233, 233, 233);