Subversion Repositories spk

Rev

Rev 48 | Rev 50 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 48 Rev 49
Line 91... Line 91...
91
	_pInstallText->merge(pPackage->installText());
91
	_pInstallText->merge(pPackage->installText());
92
	_pUninstallText->merge(pPackage->uninstallText());
92
	_pUninstallText->merge(pPackage->uninstallText());
93
 
93
 
94
	_iPluginType	= pPackage->pluginType();
94
	_iPluginType	= pPackage->pluginType();
95
	_sDescription	= pPackage->description();
95
	_sDescription	= pPackage->description();
-
 
96
	_sWebSite		= pPackage->webSite();
-
 
97
	_sWebAddress	= pPackage->webAddress();
-
 
98
	_sEmail			= pPackage->email();
-
 
99
	_sForumLink		= pPackage->forumLink();
96
}
100
}
97
 
101
 
98
///////////////////////////////////////////////////////////////////////////////////////////////
102
///////////////////////////////////////////////////////////////////////////////////////////////
99
//	Install/Uninstall Texts
103
//	Install/Uninstall Texts
100
///////
104
///////