2 |
|
// |
3 |
|
// Douglas Thrift |
4 |
|
// |
5 |
< |
// $Id: VTBFileUtil2.cxx,v 1.11 2003/08/21 06:29:24 douglas Exp $ |
5 |
> |
// $Id: VTBFileUtil2.cxx,v 1.12 2003/08/24 07:31:45 douglas Exp $ |
6 |
|
|
7 |
|
#include "VTBFileUtil2.h" |
8 |
|
#include "Chooser.h" |
39 |
|
line.get(); |
40 |
|
} |
41 |
|
|
42 |
< |
args.push_back(arg); |
42 |
> |
if (arg != "") |
43 |
> |
{ |
44 |
> |
args.push_back(arg); |
45 |
> |
} |
46 |
|
} |
47 |
|
while (line.good()); |
48 |
|
} |
98 |
|
|
99 |
|
gui.instance = hInstance; |
100 |
|
gui.icon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_VTB_ICON)); |
101 |
+ |
gui.show = nShowCmd; |
102 |
|
|
103 |
|
for (unsigned index = 1; index < args.size(); index++) |
104 |
|
{ |