瀏覽代碼

Rename Class

Marino Faggiana 8 年之前
父節點
當前提交
4b69f93fec
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      iOSClient/Create/CCCreateCloud.swift
  2. 1 1
      iOSClient/Main/CCMain.m
  3. 1 1
      iOSClient/en.lproj/Localizable.strings

+ 2 - 2
iOSClient/Create/CCCreateCloud.swift

@@ -198,9 +198,9 @@ class CreateMenuAdd: NSObject {
 
 }
 
-// MARK: - CreateFormUpload
+// MARK: - CreateFormUploadAssets
 
-class CreateFormUpload: XLFormViewController, CCMoveDelegate {
+class CreateFormUploadAssets: XLFormViewController, CCMoveDelegate {
     
     var localServerUrl : String?
     var titleLocalServerUrl : String?

+ 1 - 1
iOSClient/Main/CCMain.m

@@ -697,7 +697,7 @@
 {
     [picker dismissViewControllerAnimated:YES completion:^{
         
-        CreateFormUpload *form = [[CreateFormUpload alloc] init:_titleMain localServerUrl:_localServerUrl assets:assets cryptated:_isPickerCriptate session:upload_session];
+        CreateFormUploadAssets *form = [[CreateFormUploadAssets alloc] init:_titleMain localServerUrl:_localServerUrl assets:assets cryptated:_isPickerCriptate session:upload_session];
         form.title = NSLocalizedString(@"_upload_photos_videos_", nil);
         
         UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:form];

+ 1 - 1
iOSClient/en.lproj/Localizable.strings

@@ -474,7 +474,7 @@
 
 "_save_document_picker_"            = "Save here";
 
-// CreateFormUpload
+// CreateFormUploadAssets
 
 "_destination_folder_"              = "Destination folder";
 "_use_folder_photos_"               = "Use the folder Photos as destination";