summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center14
-rw-r--r--po/fr.po3
2 files changed, 8 insertions, 9 deletions
diff --git a/control-center b/control-center
index cbb72d2b..fd113ff6 100755
--- a/control-center
+++ b/control-center
@@ -471,7 +471,7 @@ $window_global->realize;
my %tree_launched;
-$window_global->hide;
+#$window_global->hide;
Gtk->main_iteration while Gtk->events_pending;
$notebook_global->signal_connect( switch_page => sub {
my (undef, $tab_widget, $tab_number) = @_;
@@ -483,7 +483,7 @@ foreach (0..$#tree) {
Gtk->main_iteration while Gtk->events_pending;
}
$notebook_global->set_page(0);
-$window_global->show;
+#$window_global->show;
my @anim;
($anim[$_]->[0], $anim[$_]->[1]) = gtkcreate_png("$png_path/anim_" . ($_ + 1) . ".png") foreach (0..9);
@@ -635,13 +635,13 @@ sub get_main_menu {
{ path => _("/File")._("/_Quit"),
accelerator => _("<control>Q"),
callback => \&quit_global },
- { path => _("/_Options"),
+ { path => "/_Options",
type => '<Branch>' },
- { path => _("/Options")._("/Display _Logs"),
+ { path => "/Options/Display _Logs"),
callback => \&display_logs,
type => '<CheckItem>'
},
- { path => _("/Options")._("/_Embedded Mode"),
+ { path => "/Options/_Embedded Mode"),
callback => \&embedded_mode,
type => '<ToggleItem>'},
{ path => _("/_Help"),
@@ -662,7 +662,7 @@ sub get_main_menu {
)
);
$window->add_accel_group($accel_group);
- $log_check_box = $item_factory->get_widget('<main>'._('/Options')._('/Display _Logs'));
- $embedded_check_box = $item_factory->get_widget('<main>'._('/Options')._('/Embedded Mode'));
+ $log_check_box = $item_factory->get_widget('<main>/Options/Display _Logs');
+ $embedded_check_box = $item_factory->get_widget('<main>/Options/Embedded Mode');
return ($item_factory->get_widget('<main>'));
}
diff --git a/po/fr.po b/po/fr.po
index e5ddeb90..1260d53c 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -300,9 +300,8 @@ msgid "/Options"
msgstr "/Options"
#: control-center:851
-#, fuzzy
msgid "/Display _Logs"
-msgstr "Affichage"
+msgstr ""
#: control-center:855
msgid "/_Embedded Mode"