Subversion Repositories Kolibri OS

Rev

Rev 7210 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7210 Rev 7244
Line 115... Line 115...
115
		}
115
		}
116
		path_offset += strlen(path_offset) + 1;
116
		path_offset += strlen(path_offset) + 1;
117
	}
117
	}
118
	cut_active=false;
118
	cut_active=false;
119
	if (info_after_copy) notify(INFO_AFTER_COPY);
119
	if (info_after_copy.checked) notify(INFO_AFTER_COPY);
120
	DialogExit();
120
	DialogExit();
121
}
121
}