- Timestamp:
- 03/09/10 12:53:27 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/promogest/modules/Inventario/gui/_inventario_select.glade
r816 r865 227 227 <object class="GtkAlignment" id="alignment1"> 228 228 <property name="visible">True</property> 229 <property name="left_padding">12</property>230 229 <child> 231 230 <object class="GtkHBox" id="hbox1"> … … 264 263 </packing> 265 264 </child> 265 <child> 266 <object class="GtkButton" id="azzera_selected_button"> 267 <property name="label" translatable="yes">Azzera selez</property> 268 <property name="visible">True</property> 269 <property name="can_focus">True</property> 270 <property name="can_default">True</property> 271 <property name="receives_default">True</property> 272 <property name="tooltip_text" translatable="yes">Azzera le voci di inventario selezionate</property> 273 <signal name="clicked" handler="on_azzera_selected_button_clicked"/> 274 </object> 275 <packing> 276 <property name="expand">False</property> 277 <property name="fill">False</property> 278 <property name="position">2</property> 279 </packing> 280 </child> 266 281 </object> 267 282 </child> … … 289 304 <object class="GtkAlignment" id="alignment2"> 290 305 <property name="visible">True</property> 291 <property name="left_padding">12</property>292 306 <child> 293 307 <object class="GtkHBox" id="hbox2"> … … 346 360 <object class="GtkAlignment" id="alignment3"> 347 361 <property name="visible">True</property> 348 <property name="left_padding">12</property>349 362 <child> 350 363 <object class="GtkHBox" id="hbox3"> … … 368 381 <child> 369 382 <object class="GtkButton" id="esporta_button"> 370 <property name="label" translatable="yes">Esporta </property>383 <property name="label" translatable="yes">Esporta tutto</property> 371 384 <property name="visible">True</property> 372 385 <property name="can_focus">True</property> … … 380 393 <property name="fill">False</property> 381 394 <property name="position">1</property> 395 </packing> 396 </child> 397 <child> 398 <object class="GtkButton" id="esporta_buoni_button"> 399 <property name="label" translatable="yes">Esporta >1</property> 400 <property name="visible">True</property> 401 <property name="can_focus">True</property> 402 <property name="can_default">True</property> 403 <property name="receives_default">True</property> 404 <signal name="clicked" handler="on_esporta_buoni_button_clicked"/> 405 </object> 406 <packing> 407 <property name="expand">False</property> 408 <property name="fill">False</property> 409 <property name="position">2</property> 382 410 </packing> 383 411 </child> … … 406 434 <object class="GtkAlignment" id="alignment4"> 407 435 <property name="visible">True</property> 408 <property name="left_padding">12</property>409 436 <child> 410 437 <object class="GtkHBox" id="hbox4">
