HaikuDepot: notify work status from main window
[haiku.git] / src / apps / diskusage / DiskUsage.cpp
bloba1aee9c9c3c11240891321cde5a7fa1c1a10d01b
1 /*
2 * Copyright (c) 1998-2007 Matthijs Hollemans
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
7 #include "App.h"
9 #include <TrackerAddOnAppLaunch.h>
11 #include <stdio.h>
13 #include <Catalog.h>
15 #include "DiskUsage.h"
17 #undef B_TRANSLATION_CONTEXT
18 #define B_TRANSLATION_CONTEXT "DiskUsage"
21 int
22 main()
24 App app;
25 app.Run();
26 return 0;