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

@ -120,7 +120,7 @@ struct RunState {
};
bool CreateDialogThread(RunState* run_state) {
base::Thread* thread = new base::Thread("AtomShell_FileDialogThread");
base::Thread* thread = new base::Thread(ATOM_PRODUCT_NAME "FileDialogThread");
thread->init_com_with_mta(false);
if (!thread->Start())
return false;