mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Correct that comment
This commit is contained in:
parent
c0ee6c1750
commit
07d69ded76
@ -91,8 +91,9 @@ void Xsm::xresource_replace(void) {
|
||||
// try to open ~/.Xdefaults; if failed, X Resource will not complain
|
||||
edelib::String db_file = edelib::build_filename("/", home.c_str(), USER_XRESOURCE);
|
||||
|
||||
// initialize XResource
|
||||
// initialize XResource manager
|
||||
XrmInitialize();
|
||||
|
||||
// load XResource database
|
||||
XrmDatabase db = XrmGetFileDatabase(db_file.c_str());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user