Revision 749068ba src/gr/grnet/pithos/web/client/commands/CopyCommand.java

b/src/gr/grnet/pithos/web/client/commands/CopyCommand.java
35 35
package gr.grnet.pithos.web.client.commands;
36 36

  
37 37
import gr.grnet.pithos.web.client.Clipboard;
38
import gr.grnet.pithos.web.client.GSS;
38
import gr.grnet.pithos.web.client.Pithos;
39 39
import gr.grnet.pithos.web.client.foldertree.File;
40 40
import gr.grnet.pithos.web.client.foldertree.Folder;
41 41

  
......
45 45
import com.google.gwt.user.client.ui.PopupPanel;
46 46
/**
47 47
 *
48
 * Command for copying a file, folder or user to GSS Clipboard
48
 * Command for copying a file, folder or user to Pithos Clipboard
49 49
 *
50 50
 */
51 51
public class CopyCommand implements Command{
52
    private GSS app;
52
    private Pithos app;
53 53
	private PopupPanel containerPanel;
54 54
    private Object resource;
55 55

  
56
	public CopyCommand(GSS _app, PopupPanel _containerPanel, Object _resource){
56
	public CopyCommand(Pithos _app, PopupPanel _containerPanel, Object _resource){
57 57
        app = _app;
58 58
		containerPanel = _containerPanel;
59 59
        resource = _resource;

Also available in: Unified diff