Merge pull request #698 from matttbe/master

linux: Rename window's class to Atom
This commit is contained in:
Cheng Zhao 2014-10-14 18:58:37 +08:00
commit 51acba594b

View file

@ -158,8 +158,8 @@ NativeWindowViews::NativeWindowViews(content::WebContents* web_contents,
"%s/%s/%d", "Atom Shell", Browser::Get()->GetName().c_str(),
++kWindowsCreated);
// Set WM_CLASS.
params.wm_class_name = "atom-shell";
params.wm_class_class = "Atom Shell";
params.wm_class_name = "atom";
params.wm_class_class = "Atom";
#endif
window_->Init(params);