mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Use EDE_APPLICATION to init localization code and set default (and much saner) font size.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
#endif
|
||||
|
||||
#include <edelib/MessageBox.h>
|
||||
#include <edelib/Nls.h>
|
||||
#include <edelib/Ede.h>
|
||||
EDELIB_NS_USING(alert)
|
||||
|
||||
#ifdef HAVE_XKBRULES
|
||||
@ -242,6 +242,8 @@ int main(int argc, char **argv) {
|
||||
read_config(NULL);
|
||||
}
|
||||
|
||||
EDE_APPLICATION("ede-keyboard-conf");
|
||||
|
||||
String cl;
|
||||
dialog_canceled = false;
|
||||
|
||||
|
Reference in New Issue
Block a user