diff options
author | rathnor <rathnor> | 2004-06-07 11:46:05 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-06-07 11:46:05 (GMT) |
commit | fff4456dee29e675d7f2ed3490db39bcb7e10e53 (patch) | |
tree | 2d2dbf386551773cbdc8231b2a93b493187bd733 /src/FbCommandFactory.cc | |
parent | 073065ac56b388db1169108d44f37d32f1d19c67 (diff) | |
download | fluxbox_pavel-fff4456dee29e675d7f2ed3490db39bcb7e10e53.zip fluxbox_pavel-fff4456dee29e675d7f2ed3490db39bcb7e10e53.tar.bz2 |
update NLS string handling...
Diffstat (limited to 'src/FbCommandFactory.cc')
-rw-r--r-- | src/FbCommandFactory.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbCommandFactory.cc b/src/FbCommandFactory.cc index 1a17be7..db9c4d6 100644 --- a/src/FbCommandFactory.cc +++ b/src/FbCommandFactory.cc | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: FbCommandFactory.cc,v 1.31 2004/05/02 21:13:08 fluxgen Exp $ | 23 | // $Id: FbCommandFactory.cc,v 1.32 2004/06/07 11:46:04 rathnor Exp $ |
24 | 24 | ||
25 | #include "FbCommandFactory.hh" | 25 | #include "FbCommandFactory.hh" |
26 | 26 | ||
@@ -180,7 +180,6 @@ FbTk::Command *FbCommandFactory::stringToCommand(const std::string &command, | |||
180 | // i.e so users can set space before workspace name and so on | 180 | // i.e so users can set space before workspace name and so on |
181 | string value = name.substr(pos + 1); | 181 | string value = name.substr(pos + 1); |
182 | name = name.substr(0, pos); | 182 | name = name.substr(0, pos); |
183 | cerr<<"Creating SetResourceValue "<<name<<" "<<value<<endl; | ||
184 | return new SetResourceValueCmd(name, value); | 183 | return new SetResourceValueCmd(name, value); |
185 | } else if (command == "setresourcevaluedialog") | 184 | } else if (command == "setresourcevaluedialog") |
186 | return new SetResourceValueDialogCmd(); | 185 | return new SetResourceValueDialogCmd(); |