Ignore:
Timestamp:
06/19/12 14:52:44 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented option to control whether to quit or hide when the window close button is pressed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r241 r249  
    702702                 "when minimized. You can still make it appear by "
    703703                 "clicking on the status icon or using its popup menu.")
     704        self.add("prefs_quitOnClose",
     705                 "_Quit when the window close button is clicked")
     706        self.add("prefs_quitOnClose_tooltip",
     707                 "If checked, the application will quit when the window close "
     708                 "button is clicked. Before quitting, the confirmation "
     709                 "will be asked. If not checked, the window will be hidden "
     710                 "to the tray.")
    704711        self.add("prefs_onlineGateSystem",
    705712                 "_Use the Online Gate System")
     
    15721579                 "ha minimalizálod. A státuszikonra kattintással vagy annak "
    15731580                 "menüje segítségével újra meg tudod jeleníteni.")
     1581        self.add("prefs_quitOnClose",
     1582                 "_Kilépés az ablakzáró gomb megnyomásakor")
     1583        self.add("prefs_quitOnClose_tooltip",
     1584                 "Ha ezt kijelölöd, a program az ablakzáró gomb megnyomására "
     1585                 "kilép, ha ebbéli szándékát megerősíted. Ha nem jelölöd "
     1586                 "ki, a főablak eltűnik, de a tálcaikon a helyén marad.")
    15741587        self.add("prefs_onlineGateSystem",
    15751588                 "Az Online _Gate System használata")
Note: See TracChangeset for help on using the changeset viewer.