Use EDE_APPLICATION to init localization code and set default (and much saner) font size.

This commit is contained in:
Sanel Zukan
2010-03-28 12:54:45 +00:00
parent e4ec7c9861
commit 39b5181ad5
18 changed files with 100 additions and 54 deletions

View File

@@ -25,11 +25,11 @@
#include <FL/Fl_Button.H>
#include <edelib/Window.h>
#include <edelib/Nls.h>
#include <edelib/MessageBox.h>
#include <edelib/String.h>
#include <edelib/Regex.h>
#include <edelib/Debug.h>
#include <edelib/Ede.h>
#ifdef HAVE_CURL
# include "BugzillaSender.h"
@@ -136,6 +136,8 @@ int main(int argc, char** argv) {
"it from http://curl.haxx.se. After this, you'll have to recompile ede-bug-report again"));
return 1;
#else
EDE_APPLICATION("ede-bug-report");
/* in case if debugger output was given */
const char *gdb_output = NULL;