]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/showdesktop.c
Update traditional chinese messages
[chaz/openbox] / openbox / actions / showdesktop.c
index 2699b1bca77675363a53653c5a6375689759550d..03528362962111c350a2e36523deee4f27becb94 100644 (file)
@@ -5,9 +5,8 @@ static gboolean run_func(ObActionsData *data, gpointer options);
 
 void action_showdesktop_startup()
 {
-    actions_register("ShowDesktop",
-                     NULL,
-                     NULL,
+    actions_register("ToggleShowDesktop",
+                     NULL, NULL,
                      run_func,
                      NULL, NULL);
 }
This page took 0.023048 seconds and 4 git commands to generate.