diff options
author | simonb <simonb> | 2006-04-25 02:19:04 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-25 02:19:04 (GMT) |
commit | 3707b74c40256c09465171d39e2c4d95aeaefb0e (patch) | |
tree | dcb835e0ee929b65b53d0c9d0538167f1840245b /src/Remember.cc | |
parent | fae88b329c63c16755f2c9b7a5a655a1414ab10f (diff) | |
download | fluxbox_pavel-3707b74c40256c09465171d39e2c4d95aeaefb0e.zip fluxbox_pavel-3707b74c40256c09465171d39e2c4d95aeaefb0e.tar.bz2 |
fix a bunch of comments, make default textures obvious
Thanks Jonas Koelker
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Remember.cc b/src/Remember.cc index 3a2aac4..33ed08d 100644 --- a/src/Remember.cc +++ b/src/Remember.cc | |||
@@ -297,7 +297,7 @@ Application * Remember::add(WinClient &winclient) { | |||
297 | return app; | 297 | return app; |
298 | } | 298 | } |
299 | 299 | ||
300 | int Remember::parseApp(ifstream &file, Application &app, string *first_line) { | 300 | int Remember::parseApp(std::ifstream &file, Application &app, std::string *first_line) { |
301 | string line; | 301 | string line; |
302 | _FB_USES_NLS; | 302 | _FB_USES_NLS; |
303 | int row = 0; | 303 | int row = 0; |