Merging new panel in the trunk.

This commit is contained in:
Sanel Zukan
2009-10-03 07:33:08 +00:00
parent 0b3662910f
commit 1f96f833d9
146 changed files with 7482 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#include "XdgMenuReader.h"
int main(int argc, char **argv) {
xdg_menu_dump_for_test_suite();
return 0;
}