Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.2 and tip

stable shellext: replace tabs to spaces in CShellExtDnd.cpp

Changeset bcbbb83f1fa5

Parent 733bb0022311

by Toshi MARUYAMA

Changes to one file · Browse files at bcbbb83f1fa5 Showing diff from parent 733bb0022311 Diff from another changeset...

 
74
75
76
77
 
78
79
80
 
129
130
131
132
 
133
134
135
 
74
75
76
 
77
78
79
80
 
129
130
131
 
132
133
134
135
@@ -74,7 +74,7 @@
 void CShellExtDnd::RunDialog(const std::string &cmd)  {   if (cmd == "drag_move" || cmd == "drag_copy") { - //Append the current directory as the dest + //Append the current directory as the dest   myFiles.push_back(myFolder);   }   CShellExtCMenu::RunDialog(cmd); @@ -129,7 +129,7 @@
  TDEBUG_TRACE(" " << name << " isn't in target dir repository");   myFiles.clear();   break; - } + }   myFiles.push_back(name);   }   }