Merge pull request #698 from matttbe/master
linux: Rename window's class to Atom
This commit is contained in:
commit
51acba594b
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue