Subversion Repositories spk

Rev

Rev 224 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 224 Rev 228
Line 122... Line 122...
122
					load = true;
122
					load = true;
123
					m_bLoadText = true;
123
					m_bLoadText = true;
124
				}
124
				}
125
			}
125
			}
126
 
126
 
127
			if ( _pGameDir->add(dir, game, iGame, (exe) ? exe->sAddon : Utils::String::Null(), load) ) {
127
			if ( _pGameDir->add(dir, game, iGame, (exe) ? exe->sAddon : Utils::WString::Null(), load) ) {
128
				this->UpdateGameDirs();
128
				this->UpdateGameDirs();
129
			}
129
			}
130
		}
130
		}
131
 
131
 
132
		void AddNewDir()
132
		void AddNewDir()